Skip to content

Commit c931a1c

Browse files
Add COTTAS store backend (#3139)
1 parent 9f76b0f commit c931a1c

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/plugin_stores.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,16 @@ External
2828
The following Stores are defined externally to rdflib's core package, so look to their documentation elsewhere for
2929
specific details of use.
3030

31-
================= ==================================================== =============================================================================================
32-
Name Repository Notes
33-
================= ==================================================== =============================================================================================
34-
SQLAlchemy `<https://github.com/RDFLib/rdflib-sqlalchemy>`_ An SQLAlchemy-backed, formula-aware RDFLib Store. Tested dialects are: SQLite, MySQL & PostgreSQL
35-
leveldb `<https://github.com/RDFLib/rdflib-leveldb>`_ An adaptation of RDFLib BerkeleyDB Store’s key-value approach, using LevelDB as a back-end
36-
Kyoto Cabinet `<https://github.com/RDFLib/rdflib-kyotocabinet>`_ An adaptation of RDFLib BerkeleyDB Store’s key-value approach, using Kyoto Cabinet as a back-end
37-
HDT `<https://github.com/RDFLib/rdflib-hdt>`_ A Store back-end for rdflib to allow for reading and querying `HDT <https://www.rdfhdt.org/>`_ documents
38-
Oxigraph `<https://github.com/oxigraph/oxrdflib>`_ Works with the `Pyoxigraph <https://oxigraph.org/pyoxigraph>`_ Python graph database library
39-
================= ==================================================== =============================================================================================
31+
================= ======================================================== =============================================================================================
32+
Name Repository Notes
33+
================= ======================================================== =============================================================================================
34+
SQLAlchemy `<https://github.com/RDFLib/rdflib-sqlalchemy>`_ An SQLAlchemy-backed, formula-aware RDFLib Store. Tested dialects are: SQLite, MySQL & PostgreSQL
35+
leveldb `<https://github.com/RDFLib/rdflib-leveldb>`_ An adaptation of RDFLib BerkeleyDB Store’s key-value approach, using LevelDB as a back-end
36+
Kyoto Cabinet `<https://github.com/RDFLib/rdflib-kyotocabinet>`_ An adaptation of RDFLib BerkeleyDB Store’s key-value approach, using Kyoto Cabinet as a back-end
37+
HDT `<https://github.com/RDFLib/rdflib-hdt>`_ A Store back-end for rdflib to allow for reading and querying `HDT <https://www.rdfhdt.org/>`_ documents
38+
Oxigraph `<https://github.com/oxigraph/oxrdflib>`_ Works with the `Pyoxigraph <https://oxigraph.org/pyoxigraph>`_ Python graph database library
39+
pycottas `<https://github.com/arenas-guerrero-julian/pycottas>`_ A Store backend for querying compressed `COTTAS <https://pycottas.readthedocs.io/#cottas-files>`_ files
40+
================= ======================================================== =============================================================================================
4041

4142
*If you have, or know of a Store implementation and would like it listed here, please submit a Pull Request!*
4243

0 commit comments

Comments
 (0)