Mantis (tdb2)

Mantis :: Database Operation Environment

License

License

Categories

Categories

Ant Build Tools DB2 Data Databases
GroupId

GroupId

org.seaborne.mantis
ArtifactId

ArtifactId

tdb2
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

Mantis (tdb2)
Mantis :: Database Operation Environment

Download tdb2

How to add to project

<!-- https://jarcasting.com/artifacts/org.seaborne.mantis/tdb2/ -->
<dependency>
    <groupId>org.seaborne.mantis</groupId>
    <artifactId>tdb2</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.seaborne.mantis/tdb2/
implementation 'org.seaborne.mantis:tdb2:0.3.0'
// https://jarcasting.com/artifacts/org.seaborne.mantis/tdb2/
implementation ("org.seaborne.mantis:tdb2:0.3.0")
'org.seaborne.mantis:tdb2:jar:0.3.0'
<dependency org="org.seaborne.mantis" name="tdb2" rev="0.3.0">
  <artifact name="tdb2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seaborne.mantis', module='tdb2', version='0.3.0')
)
libraryDependencies += "org.seaborne.mantis" % "tdb2" % "0.3.0"
[org.seaborne.mantis/tdb2 "0.3.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.seaborne.mantis : dboe-trans-data jar 0.3.0

test (6)

Group / Artifact Type Version
org.apache.jena : jena-core jar 3.4.0
org.apache.jena : jena-arq jar 3.4.0
org.apache.jena : jena-base jar 3.4.0
junit : junit jar 4.12
org.slf4j : slf4j-log4j12 jar 1.7.25
log4j : log4j jar 1.2.17

Project Modules

There are no modules declared in this project.

Mantis - Database Operating Environment

The code has been imported into Apache Jena (directory jena-db/).

A record of imported code is available in branch 'jena-db'.

https://github.com/afs/mantis/tree/jena-db

The commited imported is:

https://github.com/afs/mantis/tree/mantis-apache-software-foundation-grant

No further development will take place in this repository.


Mantis is a set of database-related components. It includes:

  • Transaction Coordination
  • Copy-on-write data structures

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.

Versions

Version
0.3.0
0.2.0