rdfostrich / ostrich

🐦 Versioned RDF triple store (OffSet-enabled TRIple store for CHangesets)
Other
43 stars 2 forks source link

Reproductible code for a small demonstration #6

Open JPugetGil opened 4 months ago

JPugetGil commented 4 months ago

I am interested in using OSTRICH, but I am not sure how to get started. Could you please provide a reproducible code for a small demonstration? I would like to see how to use OSTRICH to insert some RDF versions and query them.

What are the requirements in order to use OSTRICH? (Do we need a database?)

Thanks in advance.

rubensworks commented 3 months ago

The readme contains instructions on how to build this project and how to use it from the command line: https://github.com/rdfostrich/ostrich?tab=readme-ov-file#ostrich

There are also bindings to use it in Node.js, which may be more convenient: https://github.com/rdfostrich/ostrich-node

Does this help you further?