Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ynx0/graph-store-documentation
https://github.com/ynx0/graph-store-documentation
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ynx0/graph-store-documentation
- Owner: ynx0
- Created: 2021-03-27T15:41:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-05T22:12:59.000Z (almost 4 years ago)
- Last Synced: 2024-11-02T11:42:33.606Z (3 months ago)
- Size: 1.23 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Graph Store Documentation
This repository contains documentation relating to Graph Store.
It is still being actively worked on, especially as Graph Store and the code surrounding it are also evolving.
If you have any comments or suggestions, please feel free to file an issue. I'll also be periodically checking for PRs if you have any corrections.## Graph Store Explainer
These docs cover the basics of Graph Store: its architecture, its data structures, and walkthroughs of example applications1. [Graph Store Overview](1_graph_store_overview.md)
- Basic concepts and architectural overview
2. [`sur` File Overview](2_sur_file_walkthrough.md)
- Overview of data structures and concrete types used
3. [Validator Walkthrough](3_validator_walkthrough.md)
- Walkthrough of three existing applications using Graph Store
4. [Advanced Info](4_advanced_info.md)
- Information about implementation details that aren't required to use Graph Store but could be useful