aboutsummaryrefslogtreecommitdiff
path: root/trygvis/eda/cli/db_stats.py
Commit message (Collapse)AuthorAgeFilesLines
* o Improving CLI output and setup.Trygve Laugstøl2016-12-281-2/+2
| | | | | o Adding 'init' command similar to git's init command. Only configurable item is the database to query. Removing the -d/--db argument to all commands as it's read from the configuration instead. o Adding support for querying a remove SPARQL endpoint.
* o Replacing open_database with with_database to make sure it is closed after ↵Trygve Laugstøl2016-12-271-15/+16
| | | | use.
* o Adding a 'db-stats' application for summarizing the contents of the database.Trygve Laugstøl2016-12-271-0/+39
o Starting on make-bom. Extremely slow when using rdflib (~8 minutes), jena is very fast (~50 ms).