You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/plugins.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ The following Stores are defined externally to rdflib's core package, so look to
32
32
33
33
| Name | Repository | Notes |
34
34
| --- | --- | --- |
35
+
| Tentris |[repo](https://github.com/tentris/tentris)|[PyPI](https://pypi.org/project/tentris/)|[docs](https://docs.tentris.io/running_with_python.html)| Use the fast, in-memory [Tentris](https://tentris.io/)[WCOJ](https://en.wikipedia.org/wiki/Worst-case_optimal_join_algorithm) SPARQL engine as [native backend for rdflib's Graph](https://docs.tentris.io/running_with_python.html#native) or use rdflib's Graph to [connect to a running persistent Tentris instances via HTTP](https://docs.tentris.io/running_with_python.html#http). |
35
36
| SQLAlchemy |[github.com/RDFLib/rdflib-sqlalchemy](https://github.com/RDFLib/rdflib-sqlalchemy)| An SQLAlchemy-backed, formula-aware RDFLib Store. Tested dialects are: SQLite, MySQL & PostgreSQL |
36
37
| leveldb |[github.com/RDFLib/rdflib-leveldb](https://github.com/RDFLib/rdflib-leveldb)| An adaptation of RDFLib BerkeleyDB Store's key-value approach, using LevelDB as a back-end |
37
38
| Kyoto Cabinet |[github.com/RDFLib/rdflib-kyotocabinet](https://github.com/RDFLib/rdflib-kyotocabinet)| An adaptation of RDFLib BerkeleyDB Store's key-value approach, using Kyoto Cabinet as a back-end |
0 commit comments