aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-10Rename the delete verb of map-alist to remove.Arun Isaac
2022-03-10Work around broken upstream guile-sparql package.Arun Isaac
2022-03-10Remove guix: prefix from guile-libyaml.Arun Isaac
2022-03-10Use run64 to run tests.Arun Isaac
2022-03-10Add Makefile.Arun Isaac
2022-03-10Allow tabs in Makefiles.Arun Isaac
2022-03-09Rename guix.scm to manifest.scm.Arun Isaac
2022-01-04Eval macro helper functions at macro expansion time.Arun Isaac
2021-12-27BUGS: Add "Dump table and field annotations to RDF" bug.Arun Isaac
2021-12-24Make visualize-schema executable.Arun Isaac
2021-12-24README: Execute dump.scm directly without invoking guile.Arun Isaac
2021-12-24Add pre-inst-env.Arun Isaac
2021-12-24Do not add to load path in script.Arun Isaac
2021-12-24README: Add Using section.Arun Isaac
2021-12-24README: Add Contributing section.Arun Isaac
2021-12-24BUGS: Add table size estimates bug.Arun Isaac
2021-12-24BUGS: Add bug tracker.Arun Isaac
2021-12-24Visualize RDF schema.Arun Isaac
2021-12-24Wrap SQL visualization code into a function.Arun Isaac
2021-12-24Import functions from (ccwl graphviz).Arun Isaac
2021-12-24Color code dumped tables and columns.Arun Isaac
2021-12-24Fetch entire table schema in single SPARQL query.Arun Isaac
2021-12-24Add TODO note to prefer JSON query results to CSV.Arun Isaac
2021-12-24Document define-dump.Arun Isaac
2021-12-24Introduce syntax-let abstraction.Arun Isaac
2021-12-23Automatically create domain triples for predicates.Arun Isaac
2021-12-23Dump metadata about the dump itself.Arun Isaac
2021-12-23Disambiguate user and User tables in RDF identifier.Arun Isaac
2021-12-23Abstract column id generation to separate function.Arun Isaac
2021-12-23Do not register dumped tables and columns to %dumped.Arun Isaac
2021-12-23Add dumped? field to <column> type.Arun Isaac
2021-12-23Specify range of gn:inbredSetOfSpecies.Arun Isaac
2021-12-23Use foaf:Person instead of gn:investigator.Arun Isaac
2021-12-23Add Literal range triples.Arun Isaac
2021-12-23Remove duplicate predicates for gn:phenotype.Arun Isaac
2021-12-23Rename gn:authors predicate to gn:author.Arun Isaac
2021-12-23Add runtime type checking for triple.Arun Isaac
2021-12-20Move schema visualization to separate script.Arun Isaac
2021-12-20Add guile-sparql to Guix manifest.Arun Isaac
2021-12-20Upgrade ccwl to latest commit.Arun Isaac
2021-12-20Capture full column type.Arun Isaac
2021-12-20Move <table> and <column> types to separate module.Arun Isaac
2021-12-17Indent define-dump better.Arun Isaac
2021-12-17Document RDF schema during dumping.Arun Isaac
2021-12-17Make order of clauses in define-dump unspecified.Arun Isaac
2021-12-16Make define-dump syntax more concise.Arun Isaac
2021-12-16Add tests.Arun Isaac
2021-12-16Specify map-alist behaviour for multiple set verbs.Arun Isaac
2021-12-16Generalize collect-keys and key->assoc-ref.Arun Isaac
2021-12-16Rename away delete from (srfi srfi-1).Arun Isaac