DEV Community

Jawad Ali Abbasi
Jawad Ali Abbasi

Posted on

Apache AGE | AGE Viewer (Setup)

Hi Guys!

In this blog we will learn about a Graphical tool for Apache AGE. AGE Viewer is a GUI based tool to send cypher queries to databases and getting results in graphical form which are displayed in a combination of nodes and edges, the result a graph as a result of the query.

In this blog, we shall see how to setup AGE Viewer on our systems.

Let's get started!

First open terminal from inside a database folder like we created in the previous blogs for PostgreSQL. We'll assume its name to be 'demo' here.

So inside 'demo' directory on terminal, we have to clone AGE Viewer repository.

Here's the link for that,
https://github.com/apache/age-viewer

And the command will be,

git clone https://github.com/apache/age-viewer

After cloning is done, move inside the cloned directory.

cd age-viewer/

Now, an essential requirement is that you have NodeJS installed on your system. If you don't have it, install it before proceeding.

Now run,

npm run setup

and when it's done,

npm run start

And that's it. You've successfully installed AGE Viewer on your system. We'll see how to use it in the next blog. Till then...

https://age.apache.org/
https://github.com/apache/age

Stay Tuned!

Top comments (0)