To visit the site, go to https://datamindedbe.github.io/playground-engine-query/.
Feel free to contribute by making a PR:
- Info about query engines is in query_engines.yaml
- Info about integrations, i.e., places to read or write to, is in integrations.yaml
- Which query engines support which integrations is in support_matrix.yaml
- The site itself is Rust code, using the Leptos framework.
To run this locally,
- Install Rust nightly (see https://rustup.rs/)
- Install Trunk (
cargo install trunk
) - Run
trunk serve