tree: fa819ec2f8665c938e0f8bebd1f2f31a6be1b9a2 [path history] [tgz]
  1. jena-dboe-base/
  2. jena-dboe-index/
  3. jena-dboe-index-test/
  4. jena-dboe-storage/
  5. jena-dboe-trans-data/
  6. jena-dboe-transaction/
  7. pom.xml
  8. README.md
jena-db/README.md

Apache Jena - Database Operating Environment

“DBOE” is a set of database-related components. It includes:

  • Transaction Coordination
  • Copy-on-write data structures
  • Query algebra evaluation library
  • Abstraction of basic file operations

TDB2 is a reworking for TDB that provides scalable transactions as well as refining the machinary for reliability.

License: Apache License

See LICENSE and NOTICE for details.

Notes on using TDB2 in a Java application.

Notes on using TDB2 from the command line.

Notes on using TDB2 with Apache Jena Fuseki.