mx.nic.labs.reddog:rdap-sql-provider

Data Access reference implementation for Reddog Server

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

mx.nic.labs.reddog
ArtifactId

ArtifactId

rdap-sql-provider
Last Version

Last Version

1.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

mx.nic.labs.reddog:rdap-sql-provider
Data Access reference implementation for Reddog Server
Project URL

Project URL

https://www.reddog.mx
Source Code Management

Source Code Management

http://github.com/nicmx/rdap-sql-provider/tree/master

Download rdap-sql-provider

How to add to project

<!-- https://jarcasting.com/artifacts/mx.nic.labs.reddog/rdap-sql-provider/ -->
<dependency>
    <groupId>mx.nic.labs.reddog</groupId>
    <artifactId>rdap-sql-provider</artifactId>
    <version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/mx.nic.labs.reddog/rdap-sql-provider/
implementation 'mx.nic.labs.reddog:rdap-sql-provider:1.5.0'
// https://jarcasting.com/artifacts/mx.nic.labs.reddog/rdap-sql-provider/
implementation ("mx.nic.labs.reddog:rdap-sql-provider:1.5.0")
'mx.nic.labs.reddog:rdap-sql-provider:jar:1.5.0'
<dependency org="mx.nic.labs.reddog" name="rdap-sql-provider" rev="1.5.0">
  <artifact name="rdap-sql-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='mx.nic.labs.reddog', module='rdap-sql-provider', version='1.5.0')
)
libraryDependencies += "mx.nic.labs.reddog" % "rdap-sql-provider" % "1.5.0"
[mx.nic.labs.reddog/rdap-sql-provider "1.5.0"]

Dependencies

compile (4)

Group / Artifact Type Version
mx.nic.labs.reddog : rdap-core jar 1.3.0
mx.nic.labs.reddog : rdap-data-access-api jar 1.2.0
mysql : mysql-connector-java jar 8.0.15
org.apache.tomcat : tomcat-dbcp jar 8.0.36

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Red Dog's SQL Provider

Red Dog's reference Data Access Implementation (implements the rdap-data-access-api interfaces). Uses SQL queries to retrieve data for the server.

A reference DB in MySQL is provided as well, the creation script can be seen at META-INF/sql/Database.sql.

Documentation

The general documentation can be seen here, within the docs there's more specific documentation that can be seen at Installation/Configuration > Option 3 - Using Red Dog’s builtin schema.

Contact

Any comment or feedback is welcomed, issues can be reported at Red Dog's Github corner.

Visit our contact page to get more information.

License

Red Dog is licensed under Apache License 2.0.

mx.nic.labs.reddog

Versions

Version
1.5.0
1.4.2
1.4.1