Skip to content

Commit

Permalink
Add architecture information (#11)
Browse files Browse the repository at this point in the history
* Add architecture image

* Link to architecture image in README
  • Loading branch information
benoitguigal authored Sep 26, 2018
1 parent 01df79c commit f144c90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Graph Explorer
Explore and find suspicious patterns in a large graph of money transactions.

![screenshot](https://github.com/entrepreneur-interet-general/graph-explorer/raw/master/docs/img/home.png)
![home](docs/img/home.png)

## Stack
## Architecture

* JanusGraph 0.2.1
* ScyllaDB 2.2.0 (storage backend for JanusGraph)
* Elasticsearch 6.0.1 (index backend for JanusGraph)
* Python Flask server
* Vue.js
* d3.js v4 force layout
<img src="docs/img/architecture.png" alt="architecture" width="400px">


## Demo
Start exploring the graph from any node (e.g with *Amanda Walker*)
Expand Down Expand Up @@ -130,4 +132,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
Binary file added docs/img/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f144c90

Please sign in to comment.