Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0mars/graphx

A graph service
https://github.com/0mars/graphx

Last synced: about 1 month ago
JSON representation

A graph service

Awesome Lists containing this project

README

        

# GraphX

### Setup
```bash
make start
```

### Client
```bash
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
```bash
make restart graphx
```

-- rebuild graphx container
```bash
make clean-restart graphx
```

-- remove all containers
```bash
make clean
```

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