0mars / graphx

A graph service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphX

Setup

make start  

Client

cd packages/graphx
pipenv run python client.py

Known issue: You may need to run the client multiple times to get a result due to multiple workers issue that wasn't resolved

Usage

Swagger UI:
http://localhost:8021/v1/docs

helpful commands

-- restart graphx container

make restart graphx

-- rebuild graphx container

make clean-restart graphx

-- remove all containers

make clean

Note: please read Makefile for more commands, also Makefile under graphx/

About

A graph service

License:Apache License 2.0


Languages

Language:Python 95.6%Language:Makefile 3.1%Language:Dockerfile 1.0%Language:Shell 0.3%