GitHub - gemsystem/disl-hsqldb-sample: Sample project demonstrating basic features of DISL. · GitHub
Skip to content

gemsystem/disl-hsqldb-sample

 
 

Folders and files

Repository files navigation

disl-hsqldb-sample

Sample project demonstrating basic features of DISL. Gradle is used as build tool.

Instalation

Set gemMavenUserRead and gemMavenPasswordRead in

~/.gradle/gradle.properties

Email sales@gemsystem.cz for your credentials.

or

build disl into your local maven repository. Use:

git clone https://github.com/gemsystem/disl.git
gradle install

Continue with the sample project:

git clone https://github.com/gemsystem/disl-hsqldb-sample.git
cd disl-hsqldb-sample/disl-hsqldb-sample
gradle installDist

Configure Eclipse IDE project (optional)

gradle eclipse

Play with DISL

cd build/install/disl-hsqldb-sample/bin

Start lightweight inmemory databse server startDB.bat, deploy sample data model using DISL job deployDB.bat, load target table using DISL job loadDB.bat and finally check data in database startDbClient.bat.

Wiki

Read more about wiki.

About

Sample project demonstrating basic features of DISL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • JavaScript 96.6%
  • Groovy 2.6%
  • Other 0.8%