aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2024-07-10Document running actual transformation scriptsFrederick Muriuki Muriithi
Document an example command to invoke to enable the actual transformation of the data to be done. This will need to be cleaned up, and the commands will also need to check for the appropriate arguments before attempting to run in the first place. Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-07-10Rename script: Give file a more relevant name.Frederick Muriuki Muriithi
Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-07-10Replace "dump" -> "transform" where relevant.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-07-10Remove the "generif-data-file" from the documentation.Munyoki Kilyungi
Right now, we get the generif metadata from the GeneRIF_BASIC table. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-07-10Provide sample JSON file and update instruction in docsFrederick Muriuki Muriithi
The documentation for generating a transformation of a JSON file into a Terse RDF Triple Language (Turtle) form was incomplete. This commit provides a sample JSON file that can be used to demonstrate the working of the code. Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2023-08-12Git repoPjotr Prins
2023-08-12Add git clonePjotr Prins
2023-08-12Add LICENSEPjotr Prins
2023-08-02README: add link to gemtextPjotr Prins
2023-07-30README: updatePjotr Prins
2023-07-29README fixesPjotr Prins
2023-06-26Add "-m manifest.scm" flag to guix shell commandsMunyoki Kilyungi
2023-06-24Fix documentation errors that were leading to confusionFrederick Muriuki Muriithi
2023-03-24Instructions for running in a container and added dependenciesPjotr Prins
2022-11-25Provide a sample conn.scm.Arun Isaac
* README.md (Using)[Set up connection parameters]: Provide a sample conn.scm.
2022-11-25Document generif-data-file connection parameter.Arun Isaac
* README.md (Using)[Set up connection parameters]: Document generif-data-file.
2022-11-25Split up README into subsections.Arun Isaac
* README.md (Using): Split into subsections.
2022-11-04Unite importing GeneRIF with dumping SQL data.Arun Isaac
* README.md: Document generif-data-file parameter in connection settings. * dump.scm: Import (srfi srfi-171), (ice-9 regex) and (zlib). (decode-html-entities, import-generif): New functions. (main): Call import-generif. * import-generif.scm: Delete file.
2022-05-05Document source compilation.Arun Isaac
* README.md (Using): Document source compilation.
2022-05-05Validate dumped RDF using rapper.Arun Isaac
* manifest.scm: Import raptor2 from (gnu packages rdf). Add raptor2 to manifest. * README.md (Using): Document validation using rapper.
2022-05-05README: Advertise continuous integration build artifacts.Arun Isaac
* README.md (Using): Advertise continuous integration build artifacts.
2022-05-05README: Document loading RDF and visualizing schema.Arun Isaac
* README.md (Using): Document loading RDF and visualizing schema.
2022-05-05Prefix SQL connection parameters with sql-.Arun Isaac
This differentiates it from virtuoso and SPARQL connection parameters. * dump.scm (call-with-genenetwork-database, dump-data-table): Prefix SQL connection parameters with sql-. * README.md (Using): Update documentation of SQL connection parameters.
2022-05-05README: Replace org mode with markdown.Arun Isaac
Markdown is a simpler format and easier to render to the web. In particular, this change is prompted by Gitea not handling image links correctly. * README.org: Replace with ... * README.md: ... this.