A Spec By Example framework for RDF and SPARQL, Inspired by Cucumber.
Project description
== Mustrd
// tag::body[]
image::https://github.com/Semantic-partners/mustrd/raw/python-coverage-comment-action-data/badge.svg[Coverage badge,link="https://github.com/Semantic-partners/mustrd/tree/python-coverage-comment-action-data"]
=== Why?
How do you know your SPARQL, whether it's in a pipeline, or a query, is doing what you intend?
As much as we love RDF and SPARQL and Semantic Tech in general, we found a small gap in tooling which would give us that certainty.
We missed the powerful testing frameworks that have evolved in imperative languages that help ensure you've written code that does what you think it should.
We wanted to be able to:
* setup data scenarios and ensure queries worked as expected
* setup edge cases for queries and ensure they still work
* isolate small sparql enrichment / transformation steps and to know we're only INSERTing what we intend
Enter MustRD.
=== What?
MustRD is a Spec-By-Example ontology, with a reference python implementation, inspired by the likes of Cucumber.
It's designed to be triplestore/SPARQL engine agnostic (aren't open standards *wonderful*!).
=== What it is NOT
MustRD is nothing to do with SHACL, or an alternative to it. In fact, we use SHACL for some of our features.
SHACL provides validation around data.
MustRD provides validation around data transformations.
=== How?
You define your specs in ttl, or trig files.
We use the SBE approach of *Given*, *When*, *Then* to define starting dataset, an action, and a set of expectations. We build up a set of data.
Then, depending on whether your SPARQL is a CONSTRUCT, SELECT or a INSERT/DELETE, we run it, and compare results against a set of expectations (*Then*) that are defined in the same way as a *Given* .
Alternatively, you could define your *Then*
* as an explicit ASK, or
* select; or
* in a higher-order expectation language like you will be used to in various platforms, a set of expectations.
=== When?
Soon. It's a work in progress, and we're building the things *we* need for the projects we work on at multiple clients, with multiple vendor stacks.
We already think it's useful, but it might not meet *your* needs, out of the box.
We invite you to try it, see where it doesn't fit, and raise an issue, or even better, a PR! If you need something custom, please check out our consultancy rates, and we might be able to prioritise a new feature for you.
== Support
We're a specialist consultancy in Semantic Tech, we're putting this out in case it's useful, but if you need more support, kindly contact our business team on info@semanticpartners.com
// tag::body[]
include::GETSTARTED.adoc[Get started]
Developer doc:
include::mustrd/README.adoc[tags=body]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mustrd-0.2.2.tar.gz
(37.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
mustrd-0.2.2-py3-none-any.whl
(49.6 kB
view details)
File details
Details for the file mustrd-0.2.2.tar.gz.
File metadata
- Download URL: mustrd-0.2.2.tar.gz
- Upload date:
- Size: 37.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.7 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
865383f254c48693ab0b7696a537cccf29efc73718f10194d8d2940a3a11d936
|
|
| MD5 |
dbe820a7dbf6633e2aa9f735831d5f95
|
|
| BLAKE2b-256 |
ce13d8ba987abff31caa0f1bc8223458e5b92d2b4bdae8a9233c9720714d1e87
|
File details
Details for the file mustrd-0.2.2-py3-none-any.whl.
File metadata
- Download URL: mustrd-0.2.2-py3-none-any.whl
- Upload date:
- Size: 49.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.7 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0cf36d3d38ed058d8dcc9bf3d532278b4baebebfb0c52fad4fe4063ccf5078b
|
|
| MD5 |
99313ef0b5ebf1866176dabbadbbda9a
|
|
| BLAKE2b-256 |
b5bca5f0c5dfbfd15d8b7121700d7ef2a2104c4402357641a5cd044d92218710
|