Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0mars/graphx
A graph service
https://github.com/0mars/graphx
Last synced: about 1 month ago
JSON representation
A graph service
- Host: GitHub
- URL: https://github.com/0mars/graphx
- Owner: 0mars
- License: apache-2.0
- Created: 2019-09-01T10:49:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:06:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-30T21:57:49.056Z (over 1 year ago)
- Language: Python
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE-Apache-2.0
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/