aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-12-15Move string similarity functions to separate module.Arun Isaac
2021-12-14Camel case gn:binomialName.Arun Isaac
2021-12-14Use node ports to indicate foreign key relations precisely.Arun Isaac
2021-12-14Specify appearance using HTML table.Arun Isaac
2021-12-14Take advantage of bug fixes in bleeding edge (ccwl graphviz).Arun Isaac
2021-12-13Upgrade to bleeding edge (ccwl graphviz).Arun Isaac
2021-12-13Abstract out table to graphviz edge conversion.Arun Isaac
2021-12-13Abstract out table to graphviz node conversion.Arun Isaac