Skip to content

Tutorial

Alex Petenchea edited this page Aug 17, 2025 · 2 revisions

About

This is a demo application was built to showcase how to use python-arango-async. It is not meant to be a production-ready app. Instead, it provides a simple way to explore:

  • How to connect to an ArangoDB instance using async/await.
  • How to manage graphs programmatically: creating, deleting, and listing them.
  • How to upload nodes and edges from a small JSON document.
  • How to visualize graphs in the browser using Cytoscape.js.

What you can do here?

  • List existing graphs in your database.
  • Upload a new graph by pasting JSON that defines vertices (_key) and edges (_from, _to).
  • Visualize the result in the browser.

Next steps

Clone this wiki locally