ToroDB parent

ToroDB is an open source project that turns your RDBMS into a MongoDB-compatible server, supporting the MongoDB query API and MongoDB's replication, but storing your data into a reliable and trusted ACID database. ToroDB currently supports PostgreSQL as a backend, but others will be added in the future. ToroDB natively implements the MongoDB protocol, so you can use it with MongoDB tools and drivers, and features a document-to-relational mapping algorithm that transforms the JSON documents into relational tables. ToroDB also offers a native SQL layer and automatic data normalization and partitioning based on JSON documents' implicit schema.

License

License

Commercial License
GroupId

GroupId

com.torodb
ArtifactId

ArtifactId

torodb-parent
Last Version

Last Version

0.40
Release Date

Release Date

Type

Type

pom
Description

Description

ToroDB parent
ToroDB is an open source project that turns your RDBMS into a MongoDB-compatible server, supporting the MongoDB query API and MongoDB's replication, but storing your data into a reliable and trusted ACID database. ToroDB currently supports PostgreSQL as a backend, but others will be added in the future. ToroDB natively implements the MongoDB protocol, so you can use it with MongoDB tools and drivers, and features a document-to-relational mapping algorithm that transforms the JSON documents into relational tables. ToroDB also offers a native SQL layer and automatic data normalization and partitioning based on JSON documents' implicit schema.
Project URL

Project URL

http://www.torodb.com
Project Organization

Project Organization

8Kdata

Download torodb-parent

Filename Size
torodb-parent-0.40.pom 23 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • kvdocument
  • torod
  • torodb
  • multiple-granularity-locking
  • common

Versions

Version
0.40
0.40-alpha3
0.40-alpha2
0.40-alpha1