Skip to content

Commit

Permalink
feat (docs): Add RDF4j Persistence, and Tinkerpop details
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Jun 27, 2024
1 parent 36e5012 commit 22bec71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/concepts/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ Enola 🕵🏾‍♀️ might not ever become a (persistent) "database" itself -

Some [db-engines.com](https://db-engines.com/en/ranking/rdf+store):

* RDF4j [In-Memory](https://rdf4j.org/javadoc/latest/org/eclipse/rdf4j/sail/memory/MemoryStore.html),
or [native B-Tree](https://rdf4j.org/javadoc/latest/org/eclipse/rdf4j/sail/nativerdf/NativeStore.html),
or [LMDB](https://rdf4j.org/documentation/programming/lmdb-store/),
or [ElasticSearch](https://rdf4j.org/javadoc/latest/org/eclipse/rdf4j/sail/elasticsearchstore/ElasticsearchStore.html) #LMDB #RDF #RDF4j
* [Tinkerpop](https://tinkerpop.apache.org) with [SPARQL-Gremlin](https://tinkerpop.apache.org/docs/current/reference/#sparql-gremlin) (also NB [Sqlg](https://www.sqlg.org)) #opensource
* [qEndpoint](https://github.com/the-qa-company/qEndpoint) #RDF #RDF4j #HDT #GeoSPARQL #SPARQL #opensource
* [GraphDB, by Ontotext](https://graphdb.ontotext.com) #freemium #commercial
* [Apache Jena's TDB](https://jena.apache.org) #opensource
Expand All @@ -157,7 +162,6 @@ Some [db-engines.com](https://db-engines.com/en/ranking/rdf+store):

### [Graph DB](https://en.wikipedia.org/wiki/Graph_database)

* [Tinkerpop](https://tinkerpop.apache.org) #opensource
* [JanusGraph](https://janusgraph.org) #opensource
* [Neo4j](https://neo4j.com), with [neosemantics](https://neo4j.com/labs/neosemantics/) for RDF
* [Tiger](https://www.tigergraph.com) #commercial #ML
Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
1. [Exec](https://github.com/enola-dev/enola/issues/167)
1. gRPC

1. Stores & Query
1. [Stores & Query](other.md##persistence)
1. `--store memory:` (default) - no queries
1. `--store memory:rdf --query "SELECT * WHERE { ?s ?p ?o }"`
1. `--load greeting1.ttl --store lmdb:greetings.db/`
Expand Down

0 comments on commit 22bec71

Please sign in to comment.