Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RMLio/rml-implementation-report
Implementation report for RML tools
https://github.com/RMLio/rml-implementation-report
Last synced: 3 months ago
JSON representation
Implementation report for RML tools
- Host: GitHub
- URL: https://github.com/RMLio/rml-implementation-report
- Owner: RMLio
- License: mit
- Created: 2019-01-17T13:47:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T14:39:32.000Z (over 1 year ago)
- Last Synced: 2024-06-21T14:29:04.736Z (5 months ago)
- Homepage:
- Size: 2.06 MB
- Stars: 3
- Watchers: 4
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - RMLio/rml-implementation-report - Implementation report for RML tools (others)
README
# RML Implementation report
## Add new RML processor
Do the following steps to a new RML processor to the implementation report.
1. Fork this repo.
2. Clone or download the test-cases:
3. Run them over the processor and create a CSV file called `results.csv` with the results.
An example of such a CSV file can be found [here](https://github.com/RMLio/rml-implementation-report/blob/master/tools-report/rmlmapper/results.csv).
4. Create a folder in the `tools-report` folder with the name of the processor.
5. Copy `results.csv` in the newly created folder.
6. Make a pull request to this repo with the information of your tool: name, version, test date, contact and web page.
7. Once the pull request is merged the results are available at the [RML implementation report web page](https://rml.io/implementation-report/).## Update existing RML processor
Do the following steps to update an RML processor that is already in the implementation report.
1. Fork this repo.
2. Update `results.csv` file in the processor's folder in `tools-report`.
3. Make a pull request to this repo with the updated information of your tool: version, test date, contact and web page.
4. Once the pull request is merged the results are available at the [RML implementation report web page](https://rml.io/implementation-report/).