Getting started: Check out some documentation or jump into some examples: the examples from the Maregraph project or the pipelines in the ERA RINF project.
Processors:
- Incrementally mapping a file using the RML Mapper processor
- Replicating and synchronizing LDESs using the LDES client
- Loading data in the LDES Solid Server
- Loading data in MongoDB
- Importing an LDES into Piveau/Consus, showing how you can use RDF Connect within other frameworks as well
- Converting an an updating RDF data dump into a feed
- Importing data into a triple store using SPARQL
- Requesting any kind of data over HTTP using the HTTP utils processor
- And many more
Want to start building a processor yourself? Check out the template-ts-processor repository!
Currently, we run the workflows using a JavaScript Runner. This runner can be used on the command line, in a Docker set-up, or in a CI/CD pipeline like Github Actions.