README.md
# sparqlpuppy
sparqlpuppy is written in Rust and wants to be a Linked Data
Platform/SoLiD server when it grows up.
## Installation
Fetch from https://git.sr.ht/~azure/sparqlpuppy and build with cargo.
## Usage
sparqlpuppy is configured with environment
variables. `SPARQLPUPPY_LISTEN`, defaulting to `127.0.0.1:8080`, and
`SPARQLPUPPY_ROOT`, defaulting to, `/srv/ldp`.
## Contributing
Patchsets are welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[AGPL3](https://www.gnu.org/licenses/agpl-3.0.en.html)