Neptune Connect is a free interactive tool for querying, optimizing, analyzing, and visualizing your Gremlin-based graph database data.
View Demo
·
Report Bug
·
Request Feature
Neptune Connect is a free interactive tool for querying, optimizing, analyzing, and visualizing your Gremlin-based graph database data.
-
Effortlessly query your data: Find the data you need within seconds using Neptune Connect's built-in query editor. With both Table view and JSON view options, you can easily work with the data.
-
Powerful Query Builder: The powerful query builder eliminates the need to write custom queries. With Neptune Connect, you can easily generate queries for performing basic to advanced operations, including data editing, inserting, and deleting.
-
Generate reports from your data: Utilize Neptune Connect to generate reports in various formats, presenting the data exactly the way you want it.
-
Highly-Configurable RBAC: With a highly-configurable Role-Based Access Control (RBAC) system, you have granular control over user permissions. Additionally, query logs record every executed query within the system.
-
Data Visualization: Neptune Connect provides powerful visualization capabilities for nodes and edges, enabling you to easily understand the relationships between different entities.
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgments section. Here are a few examples.
- TypeScript
- NodeJS
- Fastify
- EJS
- Prisma
- StencilJS
To use Neptune Connect, you can install it on a server or your local machine. If you choose to set it up on a local server, make sure you have a running Gremlin database.
- NodeJS 16.x.
- NPM
- Curl and Wget
- AWS Neptune or local gremlin instance
- Active internet connection
To install Neptune Connect on your system, run the following command
bash <(curl -s https://neptune-cdn.s3.amazonaws.com/install.sh)
The above script will automatically execute a .sh file and download the necessary files. During the installation process, you will be prompted to provide some configuration settings for Neptune Connect.
To install Neptune Connect manually, follow the following steps.
- Clone the repository.
- Install packages using
npm run install
- Create
.env
based on.env.example
file - Run
npm run prisma:migrate
to generate SQLite database with all needed tables - Finally run
npm run start
to start the server
See the open issues for a full list of proposed features (and known issues).
Distributed under the Server Side Public License. See LICENSE.md
for more information.