Skip to content

This repository contains basic app for showcasing the use of JanusGraph database using Akka-Http

Notifications You must be signed in to change notification settings

dheerajkd30/akka-http-JanusGraph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akka Http JanusGraph

This is a simple sbt project using showcasing the use of JanusGraph database using aka-http as a toolkit for RestAPI.

JanusGraph is a scalable graph database used for storing and querying graphs containing millions\ of vertices and edges which are distributed across a multi-machine cluster.

To run unit test cases:

$ sbt test

Now, to run the app: Before running this app, make sure that you have Cassandra (version 2.1.17) running on your system.

$ sbt 'project root' 'run-main com.graph.api.GraphApi

About

This repository contains basic app for showcasing the use of JanusGraph database using Akka-Http

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%