Mantis (dboe-base)

Mantis :: Database Operation Environment

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.seaborne.mantis
ArtifactId

ArtifactId

dboe-base
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

Mantis (dboe-base)
Mantis :: Database Operation Environment

Download dboe-base

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.jena : jena-arq jar 3.4.0

test (4)

Group / Artifact Type Version
org.apache.jena : jena-arq 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