Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srid/propertygraph
Persisted property graphs in Haskell
https://github.com/srid/propertygraph
acid-state graph haskell
Last synced: 1 day ago
JSON representation
Persisted property graphs in Haskell
- Host: GitHub
- URL: https://github.com/srid/propertygraph
- Owner: srid
- Created: 2019-06-02T15:35:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T00:01:27.000Z (over 5 years ago)
- Last Synced: 2024-10-11T23:49:38.127Z (28 days ago)
- Topics: acid-state, graph, haskell
- Language: Haskell
- Size: 34.2 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# propertygraph
Persisted property graphs in Haskell, primarily aimed towards for developing
quick prototypes of graph-based ideas.## Features
- Extends the [algebraic graphs](https://github.com/snowleopard/alga) package to
support edge and vertex labelled graphs (aka. property graphs)
- JSON persistence of both the graph and edit operations through acid-state.## Example
See
[Example.hs](https://github.com/srid/propertygraph/blob/master/example/src/Example.hs)
for example usage.