File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Scriptella
22
3- Scriptella is an open-source, Java-based ETL (Extract-Transform-Load) tool for
4- moving and transforming data between databases, files, and other systems. Use
5- SQL or another language suited to each data source, while a small XML file
6- orchestrates the workflow instead of a proprietary transformation language.
3+ [ ![ GitHub stars] ( https://img.shields.io/github/stars/scriptella/scriptella-etl?style=flat&logo=github )] ( https://github.com/scriptella/scriptella-etl/stargazers )
4+ [ ![ CI] ( https://github.com/scriptella/scriptella-etl/actions/workflows/ci.yml/badge.svg )] ( https://github.com/scriptella/scriptella-etl/actions/workflows/ci.yml )
5+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.scriptella/scriptella-core?logo=apachemaven )] ( https://central.sonatype.com/artifact/org.scriptella/scriptella-core )
6+ [ ![ GitHub release] ( https://img.shields.io/github/v/release/scriptella/scriptella-etl?logo=github )] ( https://github.com/scriptella/scriptella-etl/releases/latest )
7+
8+ Scriptella is a lightweight, XML-driven ETL and database migration tool for
9+ Java. Use SQL and scripting languages directly to move and transform data
10+ without a proprietary transformation language or graphical designer.
11+
12+ ## Why Scriptella?
13+
14+ * ** SQL-first:** Work in the language best suited to each data source instead
15+ of learning a proprietary transformation language.
16+ * ** Lightweight:** Run jobs from a single configuration file without a server
17+ or graphical designer.
18+ * ** Automation-friendly:** Keep migrations and data jobs in version control and
19+ run them locally, in build pipelines, or on a schedule.
720
821## Project status
922
You can’t perform that action at this time.
0 commit comments