Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zytfo authored May 7, 2018
1 parent ecfe83f commit 6b35130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Best match: plumbum 1.6.6
Adding plumbum 1.6.6 to easy-install.pth file
Using /anaconda3/lib/python3.6/site-packages
Finished processing dependencies for Graph-DB==0.1
Finished processing dependencies for not4oundGraph-DB==0.1
```

**Note:** We use [rpyc](https://github.com/tomerfiliba/rpyc) package for building distributing file system and communication between peers. It must be installed from ***setup.py***, but in case of any problems, please, manually run:
Expand Down Expand Up @@ -117,7 +117,7 @@ Without specifying any arguments, the default [configuration file](configs/confi

***not4oundGraph*** supports two DFS modes:
* **Replication** of data across multiple workers, each worker contains the same portion of data (example configuration file: [config.json](configs/config.json))
* **Distribution** of data across multiple workers using Round-Robin algorithm (example configuration file: [config.json](configs/config_distributed.json))
* **Distribution** of data across multiple workers using Round-Robin algorithm (example configuration file: [config_distributed.json](configs/config_distributed.json))

### Graph Engine API
We provide an [API](src/graph_db/engine/api.py) for managing graph database system directly from Python code. Supported graph operations are listed in [specifications](SPECIFICATIONS.md).
Expand Down

0 comments on commit 6b35130

Please sign in to comment.