Commit graph

13 commits

Author SHA1 Message Date
e849da9402 graph: make quadstore init functions idempotent 2015-11-25 15:06:47 -05:00
4ffda9ad3b Fix corners after dropping a couple merges 2015-10-05 17:45:42 -04:00
0274e9f73c Merge pull request #292 from ds--/master
Adds exporting capabilities
2015-10-05 17:26:10 -04:00
0c5f1bc364 Merge pull request #277 from barakmich/upgrade_db
Add migration tool and use protos in Bolt store
2015-10-05 17:22:05 -04:00
3f391a782c first working-ish Postgres backend
Subcommits:

implement iterator and remove ResultTree

add Err() to sql

remove redundant and less helpful indices, change fillfactor, and use COPY FROM
2015-08-12 16:03:25 -04:00
David Schor
f1566ba182 renamed nquad quad, added gml/graphml, changed default to quad 2015-08-11 02:32:43 -04:00
kortschak
a8b3a04eda internal: move {config,db,http} into internal 2015-08-11 10:01:11 +09:30
David Schor
00b13d2ac1 internal dump routine 2015-08-10 01:58:25 -04:00
David Schor
0c3757d48e initial addition for exporting functionality 2015-08-10 01:40:33 -04:00
7aed9db4af Add plumbing for bolt upgrades 2015-06-23 17:59:18 -04:00
9155dc0c56 spec out the interface change 2015-06-23 17:59:18 -04:00
Andrew Dunham
357478d1d1 Don't create a util package - move the functionality to 'internal' 2015-04-29 13:26:44 -07:00
Andrew Dunham
e9e768ce36 Refactor location of code
1. The 'cayley' command now lives under cmd/
2. Integration tests live under integration/
3. Some utility functions used in both the integration tests and the
   'cayley' command were split to their own 'util' package.
2015-04-29 12:45:58 -07:00