An open API service indexing awesome lists of open source software.

https://github.com/edmondchuc/rdflib-tinydb


https://github.com/edmondchuc/rdflib-tinydb

rdflib tinydb

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# RDFLib-TinyDB

TinyDB-backed RDFLib store.

> :warning: **This project is no longer viable. TinyDB's performance is too slow as it does not support indices.**

### Features:
- Naive implementation (not context-aware, graph-aware or formula-aware).
- `Store.add()` and `Store.triples()` works.
- `Store.__len__()` works.
- `Store.query()` works.

## Running tests

```bash
pytest
```

With coverage:
```bash
pytest --cov=rdflib_tinydb --cov-report html
```