Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ynx0/graph-store-documentation


https://github.com/ynx0/graph-store-documentation

Last synced: about 2 months ago
JSON representation

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 applications

1. [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