Skip to content

0mars/graphx

Repository files navigation

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/

Releases

No releases published

Packages

No packages published

Languages