Code Monkey home page Code Monkey logo

janusgraph-api-example's Introduction

JanusGraph API example

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact
  5. Acknowledgements

About The Project

Simple REST API implementation to query an instance of JanusGraph grpah database, using Cassandra as backend storage database. A the result for the project of Technologies for Big Data Mangement exam in the Computer Science degree of University of Camerino.

Built With

This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

Getting Started

Prerequisites

  • Docker Installation

    See Docker get started.

  • Download Cassandra image

    docker pull cassandra
  • JanusGraph local installation

    Download JanusGraph distribution from JanusGraph website and unzip it.

Installation

  1. Start Cassandra container
    docker run -d -p 7001:7001 -p 7199:7199 -p 9042:9042 -p 9160:9160 \      
    -v  /var/lib/cassandra:/var/lib/cassandra \  
    -e CASSANDRA_START_RPC=true \  
    --name cass  cassandra
  2. Inside the JanusGraph directory, start the JanusGraph-server
    ./bin/janusgraph-server.sh start
  3. Clone the repo
    git clone https://github.com/damiano00/ApiAssetJanus.git
  4. Install Maven dependencies
    mvn install
  5. Run the project
    mvn spring-boot:run

Usage

Import the Postman-collection present in the project in your Postman testing tool and run requests.

My Image

Contact

Niccolò Francioni - [email protected]

Luca Mozzoni - [email protected]

Damiano Pasquini - [email protected]

Project Link: https://github.com/damiano00/ApiAssetJanus

Acknowledgements

janusgraph-api-example's People

Contributors

francioniniccolo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.