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.

Лицензия

Лицензия

Commercial License
Группа

Группа

com.torodb
Идентификатор

Идентификатор

torodb-parent
Последняя версия

Последняя версия

0.40
Дата

Дата

Тип

Тип

pom
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://www.torodb.com
Организация-разработчик

Организация-разработчик

8Kdata

Скачать torodb-parent

Имя Файла Размер
torodb-parent-0.40.pom 23 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

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

Версии библиотеки

Версия
0.40
0.40-alpha3
0.40-alpha2
0.40-alpha1