From 22bec7149264bf34ad53299948558592668db762 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Thu, 27 Jun 2024 19:06:38 +0200 Subject: [PATCH] feat (docs): Add RDF4j Persistence, and Tinkerpop details --- docs/concepts/other.md | 6 +++++- docs/concepts/roadmap.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/concepts/other.md b/docs/concepts/other.md index fb0bb9b12..e5e8f4d46 100644 --- a/docs/concepts/other.md +++ b/docs/concepts/other.md @@ -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 @@ -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 diff --git a/docs/concepts/roadmap.md b/docs/concepts/roadmap.md index 8fd30e5b2..9badc799f 100644 --- a/docs/concepts/roadmap.md +++ b/docs/concepts/roadmap.md @@ -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/`