c

costosys

A utility for managing documents stored in a PostgreSQL database. The documents are imported into a PostgreSQL DB as full texts with the goal to be able to retrieve the documents by their PubMedID efficiently. For more sophisticated tasks, a user configuration file can be delivered which can take control of the table schema to use, the PostgreSQL schema to use and the actual database server to connect to as well as the concrete database.
https://github.com/JULIELab/costosys
BSD-2-Clause
JULIE Lab, Germany
Files download
File Operation
costosys-1.6.1.jar download
costosys-1.6.1.pom download
costosys-1.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>de.julielab</groupId>
  <artifactId>costosys</artifactId>
  <version>1.6.1</version>
</dependency>
Gradle Groovy
implementation 'de.julielab:costosys:1.6.1'
Gradle Kotlin
implementation("de.julielab:costosys:1.6.1")
Scala SBT
libraryDependencies += "de.julielab" % "costosys" % "1.6.1"
Groovy Grape
@Grapes(
  @Grab(group='de.julielab', module='costosys', version='1.6.1')
)
Apache Ivy
<dependency org="de.julielab" name="costosys" rev="1.6.1" />
Leiningen
[de.julielab/costosys "1.6.1"]
Apache Buildr
'de.julielab:costosys:jar:1.6.1'