Sanskrit DB interface

A scala /java interface to various sanskrit and other Indic databases, defining schemas and such. Contributions and suggestions are invited at https://github.com/sanskrit-coders/db-interface . (Sister projects there may also be of interest.)

License

License

GroupId

GroupId

com.github.sanskrit-coders
ArtifactId

ArtifactId

db-interface
Last Version

Last Version

2.9
Release Date

Release Date

Type

Type

jar
Description

Description

Sanskrit DB interface
A scala /java interface to various sanskrit and other Indic databases, defining schemas and such. Contributions and suggestions are invited at https://github.com/sanskrit-coders/db-interface . (Sister projects there may also be of interest.)
Project URL

Project URL

https://github.com/sanskrit-coders/db-interface
Source Code Management

Source Code Management

https://github.com/sanskrit-coders/db-interface

Download db-interface

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.sanskrit-coders/db-interface/ -->
<dependency>
    <groupId>com.github.sanskrit-coders</groupId>
    <artifactId>db-interface</artifactId>
    <version>2.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/db-interface/
implementation 'com.github.sanskrit-coders:db-interface:2.9'
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/db-interface/
implementation ("com.github.sanskrit-coders:db-interface:2.9")
'com.github.sanskrit-coders:db-interface:jar:2.9'
<dependency org="com.github.sanskrit-coders" name="db-interface" rev="2.9">
  <artifact name="db-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sanskrit-coders', module='db-interface', version='2.9')
)
libraryDependencies += "com.github.sanskrit-coders" % "db-interface" % "2.9"
[com.github.sanskrit-coders/db-interface "2.9"]

Dependencies

compile (8)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.2
org.scala-lang : scala-xml jar 2.11.0-M4
com.github.sanskrit-coders : indic-transliteration jar 1.7
org.apache.commons : commons-csv jar 1.4
org.json4s : json4s-ast_2.12 jar 3.5.2
org.json4s : json4s-native_2.12 jar 3.5.2
ch.qos.logback : logback-classic jar 0.9.29
ch.qos.logback : logback-core jar 0.9.29

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.0.1

Project Modules

There are no modules declared in this project.

Intro

Build Status An interface to various data stores, defining common scala case classes corresponding to JSON objects and XML nodes, with helpful methods to (de)serialize such objects.

Deployment:

  • Use sbt command release to publish to maven repos.
  • You should be able to use it roughly immediately; and after many hours you should see at maven repo listings here.

couchdb tips

User addition

curl -X PUT http://vedavaapi.org:5984/_users/org.couchdb.user:abc
-H "Accept: application/json"
-H "Content-Type: application/json"
-d '{"name": "abc", "password": "something", "roles": [], "type": "user"}'

Replication url

com.github.sanskrit-coders

Sanskrit Open Source Programmers

Versions

Version
2.9
2.3
2.2
2.0
1.9
1.8
1.7
1.5
1.4
1.3
1.2
1.1
1.0