forked from scriptella/scriptella-etl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
43 lines (26 loc) · 1.07 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Scriptella
What is it?
-----------
Open source ETL (Extract-Transform-Load) and script execution tool
written in Java. Its primary focus is simplicity. It doesn't
require the user to learn another complex XML-based language to
use it, but allows the use of SQL or another scripting language
suitable for the data source to perform required transformations.
The Latest Version
------------------
Details of the latest version can be found on
http://scriptella.org
Documentation
-------------
Documentation is available in the docs/ directory.
Up to date reference manual is available at
http://scriptella.org/reference
Guidelines for developers available at
https://github.com/scriptella/scriptella-etl/wiki
Licensing
---------
This software is licensed under the terms you may find in the file
named "LICENSE" in this directory.
Thank you for using Scriptella.
The Scriptella Project Team
<http://scriptella.org>