Skip to content

Commit

Permalink
Merge pull request #48 from invanalabs/develop
Browse files Browse the repository at this point in the history
code refactors  - improves design, and reusability of the code.
  • Loading branch information
rrmerugu authored Jun 22, 2020
2 parents 0ebaf57 + 3121428 commit 7ea9fd1
Show file tree
Hide file tree
Showing 101 changed files with 5,322 additions and 7,109 deletions.
29 changes: 25 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,33 @@
# Graph Explorer

Opensource Graph Data Visualiser for Tinkerpop supported Graph Databases.
Open source, extendable data visualiser for Apache TinkerPop's Gremlin supported graph databases.

This project is at Alpha Release currently, and expected
to go into Beta in few weeks depending on the feed back
from the Community. You can access live version of the demo hosted on [heroku](https://graph-explorer.herokuapp.com/)

**Note:** You still need gremlin server running on your local or remote.


Live version of the demo is hosted on [heroku](https://graph-explorer.herokuapp.com/)
## Install on Heroku

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https:/invanalabs/graph-explorer/tree/master)

Get the UI graph-explorer server live in minutes.
**Note:** You still need gremlin server running on your local or remote.



## Install using Docker

#### Use Image from Docker Cloud
#### Use Image from Docker Hub

```shell script
# for stable release
docker run -p 8888:8888 -d --name graph-explorer invanalabs/graph-explorer:alpha

# for latest release
docker run -p 8888:8888 -d --name graph-explorer invanalabs/graph-explorer

```

#### Build and Deploy from Code
Expand All @@ -27,3 +39,12 @@ docker run -p 8888:8888 -d invana-graph-explorer
```

![screenshot](./screenshot.png)


## License

Apache License 2.0

## Support

For any further queries or dedicated support, please feel free to get in touch with me at hi[at]invana.io.
1 change: 0 additions & 1 deletion dev-requirements.txt

This file was deleted.

56 changes: 0 additions & 56 deletions electron-starter.js

This file was deleted.

Loading

0 comments on commit 7ea9fd1

Please sign in to comment.