renga-graph-core


License

License

Categories

Categories

Data Science Business Logic Libraries
GroupId

GroupId

ch.datascience
ArtifactId

ArtifactId

renga-graph-core_2.11
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

renga-graph-core
renga-graph-core
Project Organization

Project Organization

ch.datascience
Source Code Management

Source Code Management

https://github.com/SwissDataScienceCenter/renga-graph

Download renga-graph-core_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/ch.datascience/renga-graph-core_2.11/ -->
<dependency>
    <groupId>ch.datascience</groupId>
    <artifactId>renga-graph-core_2.11</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.datascience/renga-graph-core_2.11/
implementation 'ch.datascience:renga-graph-core_2.11:0.1.0'
// https://jarcasting.com/artifacts/ch.datascience/renga-graph-core_2.11/
implementation ("ch.datascience:renga-graph-core_2.11:0.1.0")
'ch.datascience:renga-graph-core_2.11:jar:0.1.0'
<dependency org="ch.datascience" name="renga-graph-core_2.11" rev="0.1.0">
  <artifact name="renga-graph-core_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.datascience', module='renga-graph-core_2.11', version='0.1.0')
)
libraryDependencies += "ch.datascience" % "renga-graph-core_2.11" % "0.1.0"
[ch.datascience/renga-graph-core_2.11 "0.1.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8
com.typesafe.play : play-json_2.11 jar 2.5.14
com.typesafe.play : play-ws_2.11 jar 2.5.14
org.apache.tinkerpop : gremlin-core jar 3.2.3

test (1)

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

Project Modules

There are no modules declared in this project.

renga-graph

Renga Knowledge Graph and related packages

Documentation: https://renga.readthedocs.io/en/latest/developer/knowledge_graph.html

Project structure

This project is defined using sbt, and is a multi-project build.

renga-graph
├── build.sbt            // root build definition
├── core/                // definitions for graph elements, typing, etc.
├── init/                // graph initilization service
├── mutation/
│   ├── implementation/  // mutation-related code
│   └── service/         // graph mutation service
├── navigation/
│   └── service/         // graph navigation service
└── typesystem/
    ├── implementation/  // type system-related code
    └── service/         // graph type system service

To create all docker images:

$ sbt docker:publishLocal
[...]
[info] Successfully tagged renga-graph-init:<version>
[info] Built image renga-graph-init:<version>
[...]
[info] Successfully tagged renga-graph-typesystem-service:<version>
[info] Built image renga-graph-typesystem-service:<version>

Image name and tag can be manipulated with sbt settings, see sbt-native-packager.

To test/build a single project:

$ sbt
> project core
[info] Set current project to renga-graph-core (in build file:[...]/renga-graph/)
> compile
[success] Total time: 0 s, completed 12-Sep-2017 09:03:24
ch.datascience

Swiss Data Science Center

An ETH Domain initiative for accelerating the adoption of data science

Versions

Version
0.1.0