A transactional key/value storage with replication, XA, duplicate values, and more...
.github | ||
bin | ||
docs | ||
je-7.5.11 | ||
project | ||
stasis-core/src/main/java/com/sleepycat | ||
stasis-examples/src/main/java/com/example | ||
stasis-persist/src/main/java/com/sleepycat | ||
stasis-rep/src/main/java/com/sleepycat/je/rep | ||
stasis-test | ||
.drone.yml | ||
.drone.yml.sig | ||
.jvmopts | ||
.sbtopts | ||
.scalafmt.conf | ||
.travis.yml | ||
appveyor.yml | ||
AUTHORS | ||
build.sbt | ||
CONTRIBUTING.md | ||
COPYRIGHT | ||
LICENSE | ||
NOTES | ||
README.md | ||
sbt | ||
scalafmt |
Stasis
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 intarget/index.html
. I usually keep a browser tab open atlocalhost: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:
- Gregory Burd -
@gburd
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.