Kotlin Scripts for neo4j-store project in ostelco-core repo.
For the repo ostelco-core, since we do not want to keep our business logic in an open source project, that logic is moved to Kotlin script files.
Those kotlin scripts for the project neo4j-store
in ostelco/ostelco-core
repo are kept in this repo.
Files in this repo are optional for the working of ostelco/ostelco-core
project.
If you want to work on these files, you need to checkout this repo in src/main/resources
of neo4j-store
project of ostelco/ostelco-core
.
This repo is dependent on interfaces defined in ostelco/ostelco-core
project. So, you will get compile errors if
this repo is not checkout as mentioned in previous step.