tree: f8a5ec64ac0b5d3ba6c6f661c462e94e42045b54 [path history] [tgz]
  1. jena-dboe-base/
  2. jena-dboe-index/
  3. jena-dboe-index-test/
  4. jena-dboe-trans-data/
  5. jena-dboe-transaction/
  6. jena-tdb2/
  7. .gitignore
  8. LICENSE
  9. NOTICE
  10. pom.xml
  11. README.md
  12. use-fuseki-tdb2.md
  13. use-tdb2-cmds.md
  14. use-tdb2.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.