Skip to content

indradb/postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IndraDB Postgres Implementation Docs Build Status

This is an implementation of the IndraDB datastore for postgres. It should generally be considered by far the slowest datastore implementation available, however it provides a few major benefits:

  • Transaction changes can be rolled back on error.
  • Multiple IndraDB server processes can run on the same datastore at the same time.
  • You can use all of the postgres tooling to poke around at the results.
  • Thanks to foreign keys et al., this is probably less buggy than other implementations.

Running tests

Run ./test.sh.

Running benchmarks

Run ./test.sh --bench.

About

An IndraDB datastore implementation backed by postgres

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published