Contains custom gradle tasks to use in gradle builds. The custom tasks extend gradle for use as a sql-centric (geo)data etl. gretl = gradle etl | Read-only mirror of https://github.com/sogis/gretl-v1 — Kanton Solothurn. Issues & pull requests at the source.
  • Java 90.5%
  • Groovy 6.4%
  • Shell 2.9%
  • Dockerfile 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2018-08-10 16:40:36 +02:00
docs clean documentation; consolidate Gradle Wrapper 2018-08-10 13:57:17 +02:00
gradle/wrapper exclude steps tests from general test task 2017-11-09 11:17:24 +01:00
gretl Update gradlew.bat 2018-08-10 13:58:05 +02:00
runtimeImage remove Jenkins build pipeline 2018-08-10 11:15:06 +02:00
serviceConfig update Jenkins version doc 2018-08-10 16:40:36 +02:00
tooling travis: starting ora image in backgroud 2018-03-07 13:57:16 +01:00
.gitignore modified .gitignore to exclude all folder starting with __ 2018-03-05 07:50:06 +01:00
.travis.yml rename gretltest_dburi to gretltest_dburi_pg 2018-03-08 17:18:07 +01:00
build.gradle Added image tests to travis build 2018-03-07 07:11:29 +01:00
dependencies.gradle Merge pull request #94 from sogis/oracle-db-branch 2018-02-17 16:05:08 +01:00
gradlew upgrade gradle wrapper to 4.3 2017-11-07 07:08:44 +01:00
gradlew.bat rename core to util, move TransactionContext to pkg steps 2017-07-11 07:48:17 +02:00
Jenkinsfile adapt build path; rename and move gretl-runtime folder 2018-01-23 19:38:53 +01:00
LICENSE Initial commit 2017-07-07 18:02:44 +02:00
README.md clean documentation; consolidate Gradle Wrapper 2018-08-10 13:57:17 +02:00
settings.gradle move software to sup-project (#82) 2018-01-22 11:08:30 +01:00

gretl

The Gradle gretl plugin extends gradle for use as a sql-centric (geo)data etl. gretl = gradle etl.

This repository consists of three parts for the GRETL system:

Licencse

GRETL is licensed under the MIT License.

Architecture

The description of the architecture can be found here: docs/architecture/

Manual

A german user manual can be found here: docs/user/

Devel

Information about GRETL developing can be found here: docs/devel/

The tooling/ folder contains helper scripts/tools for local development. See tooling/README.md for more informations.

Status

GRETL is in development state.

System requirements

For the current version of GRETL, you will need a JRE (Java Runtime Environment) installed on your system, version 1.8 or later and gradle, version 3.4 or later. For convenience use the gradle wrapper.