A transactional key/value storage with replication, XA, duplicate values, and more...
Find a file
2019-09-25 12:14:54 -04:00
.github initial import 2019-06-25 16:12:40 -04:00
bin initial import 2019-06-25 16:12:40 -04:00
docs initial import 2019-06-25 16:12:40 -04:00
je-7.5.11 WIP 2019-08-09 12:03:00 -04:00
project Update Scala version. 2019-09-25 12:14:54 -04:00
stasis-core/src/main/java/com/sleepycat WIP 2019-08-09 12:03:00 -04:00
stasis-examples/src/main/java/com/example fix build files and move examples 2019-06-26 12:11:10 -04:00
stasis-persist/src/main/java/com/sleepycat Working on running the JUnit tests. 2019-06-26 14:22:56 -04:00
stasis-rep/src/main/java/com/sleepycat/je/rep WIP 2019-07-29 10:29:37 -04:00
stasis-test Tests failed: 19, passed: 2780, ignored 48. 2019-08-09 18:08:13 -04:00
stasis-test-examples/src/test/java/com/sleepycat Tests failed: 19, passed: 2780, ignored 48. 2019-08-09 18:08:13 -04:00
.drone.yml initial import 2019-06-25 16:12:40 -04:00
.drone.yml.sig initial import 2019-06-25 16:12:40 -04:00
.gitignore Update Scala version. 2019-09-25 12:14:54 -04:00
.jvmopts Ignoring broken tests as a way to find them in the future and get as much working as possible now. Attempting minor fixes along the way. SBT test will run the JUnit suite now. 2019-06-28 13:59:35 -04:00
.sbtopts initial import 2019-06-25 16:12:40 -04:00
.scalafmt.conf initial import 2019-06-25 16:12:40 -04:00
.travis.yml initial import 2019-06-25 16:12:40 -04:00
appveyor.yml initial import 2019-06-25 16:12:40 -04:00
AUTHORS Working on running the JUnit tests. 2019-06-26 14:22:56 -04:00
build.sbt Update Scala version. 2019-09-25 12:14:54 -04:00
CONTRIBUTING.md initial import 2019-06-25 16:12:40 -04:00
COPYRIGHT Changes for scalagen. 2019-06-30 15:20:47 -04:00
LICENSE initial import 2019-06-25 16:12:40 -04:00
NOTES WIP 2019-08-09 12:03:00 -04:00
README.md Working on running the JUnit tests. 2019-06-26 14:22:56 -04:00
sbt initial import 2019-06-25 16:12:40 -04:00
scalafmt initial import 2019-06-25 16:12:40 -04:00

Stasis

Build Status Build status Join the chat at https://gitter.im/stasis_io/stasis Latest version

User documentation

Head over to the user docs for instructions on how to install stasis.

Quick help

  • To build: sbt compile
  • Run all unit tests: sbt test
  • Build docs: See instructions on the [site][docs-guide] or locally at ./docs/contributing-website.md.
  • Run benchmarks: ./bin/run-benchmarks.sh.
  • Run formatter on millions of lines of code: tests/test:runMain io.stasis.StasisProps (slow, and requires a lot of memory/cpu)
  • Debug performance: after each test run in FormatTests, a flamegraph report like this one is generated in target/index.html. I usually keep a browser tab open at localhost:3000/target/index.html along with this background process: browser-sync start --server --files "target/*.html". See Browsersync.

Team

The current maintainers (people who can merge pull requests) are:

An up-to-date list of contributors is available here: https://github.com/stasis/stasis/graphs/contributors but this doesn't include the developers from Sleepycat and Oracle who maintained Berkeley DB Java Edition before it development was halted in 2017. In 2019 the Stasis project started as a fork of JE.

We strive to offer a welcoming environment to learn, teach and contribute.

Acknowledgments