Mantis :: Database Operation Environment


License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.seaborne.mantis
ArtifactId

ArtifactId

mantis
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

pom
Description

Description

Mantis :: Database Operation Environment
Mantis :: Database Operation Environment
Project URL

Project URL

https://github.com/afs/mantis
Source Code Management

Source Code Management

https://github.com/afs/mantis

Download mantis

Filename Size
mantis-0.3.0.pom 11 KB
Browse

How to add to project

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

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.slf4j : slf4j-log4j12 jar 1.7.25
log4j : log4j jar 1.2.17

Project Modules

  • dboe-base
  • dboe-transaction
  • dboe-index
  • dboe-index-test
  • dboe-trans-data
  • tdb2
  • tdb2-cmds
  • fuseki-tdb2

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