index
:
gn-transform-databases
master
Data transformers for GeneNetwork (particularly to RDF)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-12-24
Wrap SQL visualization code into a function.
Arun Isaac
2021-12-24
Import functions from (ccwl graphviz).
Arun Isaac
2021-12-24
Color code dumped tables and columns.
Arun Isaac
2021-12-24
Fetch entire table schema in single SPARQL query.
Arun Isaac
2021-12-24
Add TODO note to prefer JSON query results to CSV.
Arun Isaac
2021-12-24
Document define-dump.
Arun Isaac
2021-12-24
Introduce syntax-let abstraction.
Arun Isaac
2021-12-23
Automatically create domain triples for predicates.
Arun Isaac
2021-12-23
Dump metadata about the dump itself.
Arun Isaac
2021-12-23
Disambiguate user and User tables in RDF identifier.
Arun Isaac
2021-12-23
Abstract column id generation to separate function.
Arun Isaac
2021-12-23
Do not register dumped tables and columns to %dumped.
Arun Isaac
2021-12-23
Add dumped? field to <column> type.
Arun Isaac
2021-12-23
Specify range of gn:inbredSetOfSpecies.
Arun Isaac
2021-12-23
Use foaf:Person instead of gn:investigator.
Arun Isaac
2021-12-23
Add Literal range triples.
Arun Isaac
2021-12-23
Remove duplicate predicates for gn:phenotype.
Arun Isaac
2021-12-23
Rename gn:authors predicate to gn:author.
Arun Isaac
2021-12-23
Add runtime type checking for triple.
Arun Isaac
2021-12-20
Move schema visualization to separate script.
Arun Isaac
2021-12-20
Add guile-sparql to Guix manifest.
Arun Isaac
2021-12-20
Upgrade ccwl to latest commit.
Arun Isaac
2021-12-20
Capture full column type.
Arun Isaac
2021-12-20
Move <table> and <column> types to separate module.
Arun Isaac
2021-12-17
Indent define-dump better.
Arun Isaac
2021-12-17
Document RDF schema during dumping.
Arun Isaac
2021-12-17
Make order of clauses in define-dump unspecified.
Arun Isaac
2021-12-16
Make define-dump syntax more concise.
Arun Isaac
2021-12-16
Add tests.
Arun Isaac
2021-12-16
Specify map-alist behaviour for multiple set verbs.
Arun Isaac
2021-12-16
Generalize collect-keys and key->assoc-ref.
Arun Isaac
2021-12-16
Rename away delete from (srfi srfi-1).
Arun Isaac
2021-12-15
Move string similarity functions to separate module.
Arun Isaac
2021-12-14
Camel case gn:binomialName.
Arun Isaac
2021-12-14
Use node ports to indicate foreign key relations precisely.
Arun Isaac
2021-12-14
Specify appearance using HTML table.
Arun Isaac
2021-12-14
Take advantage of bug fixes in bleeding edge (ccwl graphviz).
Arun Isaac
2021-12-13
Upgrade to bleeding edge (ccwl graphviz).
Arun Isaac
2021-12-13
Abstract out table to graphviz edge conversion.
Arun Isaac
2021-12-13
Abstract out table to graphviz node conversion.
Arun Isaac
2021-12-13
Color table headers by size.
Arun Isaac
2021-12-13
Implement human units conversion in terms of log1024.
Arun Isaac
2021-12-13
Use sxml to construct graphviz HTML strings.
Arun Isaac
2021-12-11
Highlight dumped tables and columns.
Arun Isaac
2021-12-11
Fix HTML string handling in dot output.
Arun Isaac
2021-12-11
Log dumped tables and columns.
Arun Isaac
2021-12-11
Abstract out definition of table dumping functions.
Arun Isaac
2021-12-11
Use string similarity and check if foreign key is an integer.
Arun Isaac
2021-12-11
Remove rdflib python code.
Arun Isaac
2021-12-11
Visualize schema.
Arun Isaac
[next]