DoxDB Sample Application

Sample EAR containing the Sample Web Application

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.trajano.doxdb
Идентификатор

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

doxdb-sample
Последняя версия

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

1.0.4
Дата

Дата

Тип

Тип

ear
Описание

Описание

DoxDB Sample Application
Sample EAR containing the Sample Web Application
Организация-разработчик

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

Trajano

Скачать doxdb-sample

Имя Файла Размер
doxdb-sample-1.0.4.pom
doxdb-sample-1.0.4.ear 9 MB
Обзор

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

<!-- https://jarcasting.com/artifacts/net.trajano.doxdb/doxdb-sample/ -->
<dependency>
    <groupId>net.trajano.doxdb</groupId>
    <artifactId>doxdb-sample</artifactId>
    <version>1.0.4</version>
    <type>ear</type>
</dependency>
// https://jarcasting.com/artifacts/net.trajano.doxdb/doxdb-sample/
implementation 'net.trajano.doxdb:doxdb-sample:1.0.4'
// https://jarcasting.com/artifacts/net.trajano.doxdb/doxdb-sample/
implementation ("net.trajano.doxdb:doxdb-sample:1.0.4")
'net.trajano.doxdb:doxdb-sample:ear:1.0.4'
<dependency org="net.trajano.doxdb" name="doxdb-sample" rev="1.0.4">
  <artifact name="doxdb-sample" type="ear" />
</dependency>
@Grapes(
@Grab(group='net.trajano.doxdb', module='doxdb-sample', version='1.0.4')
)
libraryDependencies += "net.trajano.doxdb" % "doxdb-sample" % "1.0.4"
[net.trajano.doxdb/doxdb-sample "1.0.4"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
net.trajano.doxdb : doxdb-sample-web war 1.0.4

provided (1)

Идентификатор библиотеки Тип Версия
javax : javaee-api jar 7.0

test (4)

Идентификатор библиотеки Тип Версия
fish.payara.extras : payara-embedded-all jar 4.1.153
junit : junit jar 4.12
net.trajano.commons : commons-testing jar 2.1.0
org.mockito : mockito-core jar 1.10.19

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

Данный проект не имеет модулей.

DoxDB

TL;DR : MongoDB on SQL

This is structured document oriented data management module that runs on top of an RDBMS and file system. It keeps the notion of document data away from the storage facility, but still provides robust ACID transactions using standard RDBMS transactions.

Build Status

Roadmap

Completed:

  • JSON validation
  • Distributed Search (using ElasticSearch using REST API via JAX-RS)
  • CRUD
  • Event handling
  • REST API
  • Angular JS sample
  • Event notification using WebSockets
  • Allow for retrieving large collections
  • Import/Export
  • Schema retrieval
  • Explicit locking and unlocking of Dox records
  • Example with Angular Schema Form
  • AngularJS Module Generation
  • Change database schema
  • Advanced ElasticSearch queries
  • Unique lookup queries
  • Non-unique lookup queries
  • Defining lookups via json-path
  • Scripting/Rule engine

Remaining:

  • Access control
  • OOB
  • Automatic Schema migration
  • Temporal data
  • Corrupted index repair
  • Off-line sync
  • Data anonymization
  • Create a data dictionary and rename the methods and fields to correspond to the data dictionary.

Out of scope:

  • Alternate search (not going to be in scope until a better alternative to ElasticSearch is found)
  • Extra operations are out of scope. Instead the application will provide their own REST API. However, DoxDB provides a Local EJB API that the REST API may invoke.

Notes:

  • Jest is no longer used to avoid having too many transitive dependencies.

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

Версия
1.0.4
1.0.3
1.0.2