issues
search
CodyKochmann
/
graphdb
sqlite based graph database for storing native python objects and their relationships to each other
MIT License
190
stars
10
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Set _autocommit from argument
#21
s-rodriguez
closed
3 years ago
0
More examples please
#20
prabhatM
opened
5 years ago
2
consider changing the ids from auto-increment to full checksums to make distributed storage easier to organize
#19
CodyKochmann
opened
5 years ago
0
Bulk inserts need to be added to the sqlite api now that bulk relations work
#18
CodyKochmann
opened
5 years ago
0
maybe together a query builder for sqlite to chain relationships
#17
CodyKochmann
opened
5 years ago
0
add logic for bulk relation loading
#16
CodyKochmann
closed
5 years ago
0
consider integrating generators dot notation for amped query control
#15
CodyKochmann
opened
5 years ago
0
support KV filters for where (and where_not?)
#14
CodyKochmann
opened
5 years ago
1
multi-direction relation querying
#13
CodyKochmann
opened
5 years ago
0
GraphQL support?
#12
CodyKochmann
opened
5 years ago
1
I think sqlite should be taken out of the equation when running in ram.
#11
CodyKochmann
closed
5 years ago
2
graphdb needs a --benchmark option
#10
CodyKochmann
opened
6 years ago
0
Integration with Gremlin-Python for Apache Tinkerpop
#9
bkmeneguello
opened
6 years ago
3
see if dbm is a faster backend for graphdb than sqlite
#8
CodyKochmann
opened
6 years ago
3
add dill to support more datatypes
#7
CodyKochmann
closed
6 years ago
1
Add a autocommit option that allows a user to disable autocommits so they can commit manually for larger transactions.
#6
CodyKochmann
closed
6 years ago
1
Add a caching mechanism like lru_cache that uses cache until the db potentially changed
#5
CodyKochmann
opened
7 years ago
0
Add auto-store functionality to db.__getitem__ for easy object storage
#4
CodyKochmann
closed
6 years ago
0
Link db.__setitem__ to db.replace_object
#3
CodyKochmann
opened
7 years ago
0
Add graphing to the "show" functions so people can visualize their storage layout
#2
CodyKochmann
opened
7 years ago
0
Add functionality to delete objects and relations
#1
CodyKochmann
closed
7 years ago
0