Skip to content

Add Scriptella ETL to Data Processing - #1302

Open
ejboy wants to merge 1 commit into
akullpp:mainfrom
ejboy:add-scriptella-etl
Open

Add Scriptella ETL to Data Processing#1302
ejboy wants to merge 1 commit into
akullpp:mainfrom
ejboy:add-scriptella-etl

Conversation

@ejboy

@ejboy ejboy commented Aug 12, 2026

Copy link
Copy Markdown

Suggestion type

  • Project
  • Resource

Checklist

  • I searched the list and existing issues for duplicates.
  • I changed README_SOURCE.md, not the generated README.md.
  • This pull request contains one suggestion.
  • The suggestion is relevant to Java or the JVM and fits its chosen category.
  • I used the canonical project or resource link.
  • The suggestion is current and maintained.
  • The concise, neutral description explains its distinguishing value and ends with punctuation.
  • Licensing is clear and any restrictive terms are disclosed where applicable.

Summary by cubic

Added Scriptella ETL to the Data Processing section in README_SOURCE.md, providing a Java-based ETL and script execution tool option. This expands ETL coverage and helps users discover a maintained, open-source solution.

Written for commit 84650e2. Summary will update on new commits.

Review in cubic

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 1 file

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="README_SOURCE.md">

<violation number="1" location="README_SOURCE.md:259">
P2: The new Scriptella ETL entry points to a project that is archived and explicitly no longer actively developed (its own README says 'This project is no longer actively developed' and the homepage reports it is in maintenance mode with no development for several years). The Awesome Java checklist for this PR requires that 'The suggestion is current and maintained', and this list uses activity/maintenance tracking to vet entries. Consider either dropping this entry or reflecting the unmaintained status (similar to how maintenance/archival notes are handled elsewhere) rather than presenting it as a current, actively maintained tool.</violation>
</file>

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment thread README_SOURCE.md
- [easy-batch](https://github.com/j-easy/easy-batch) - Set up batch jobs with simple processing pipelines. Records are read in sequence from a data source, processed in pipeline and written in batches to a data sink.
- [Embulk](https://github.com/embulk/embulk) - Bulk data loader that helps data transfer between various databases, storages, file formats, and cloud services.
- [OpenRefine](https://github.com/OpenRefine/OpenRefine) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases.
- [Scriptella ETL](https://github.com/scriptella/scriptella-etl) - Open-source Java-based ETL and script execution tool for transferring and transforming data between databases, files, and other sources.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: The new Scriptella ETL entry points to a project that is archived and explicitly no longer actively developed (its own README says 'This project is no longer actively developed' and the homepage reports it is in maintenance mode with no development for several years). The Awesome Java checklist for this PR requires that 'The suggestion is current and maintained', and this list uses activity/maintenance tracking to vet entries. Consider either dropping this entry or reflecting the unmaintained status (similar to how maintenance/archival notes are handled elsewhere) rather than presenting it as a current, actively maintained tool.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At README_SOURCE.md, line 259:

<comment>The new Scriptella ETL entry points to a project that is archived and explicitly no longer actively developed (its own README says 'This project is no longer actively developed' and the homepage reports it is in maintenance mode with no development for several years). The Awesome Java checklist for this PR requires that 'The suggestion is current and maintained', and this list uses activity/maintenance tracking to vet entries. Consider either dropping this entry or reflecting the unmaintained status (similar to how maintenance/archival notes are handled elsewhere) rather than presenting it as a current, actively maintained tool.</comment>

<file context>
@@ -256,6 +256,7 @@ _Tools for batch, stream, table and data-transformation workloads._
 - [easy-batch](https://github.com/j-easy/easy-batch) - Set up batch jobs with simple processing pipelines. Records are read in sequence from a data source, processed in pipeline and written in batches to a data sink.
 - [Embulk](https://github.com/embulk/embulk) - Bulk data loader that helps data transfer between various databases, storages, file formats, and cloud services.
 - [OpenRefine](https://github.com/OpenRefine/OpenRefine) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases.
+- [Scriptella ETL](https://github.com/scriptella/scriptella-etl) - Open-source Java-based ETL and script execution tool for transferring and transforming data between databases, files, and other sources.
 - [Siddhi](https://github.com/siddhi-io/siddhi) - Cloud native streaming and complex event processing engine.
 - [Smooks](https://github.com/smooks/smooks) - Framework for fragment-based message processing. (Apache-2.0 OR LGPL-3.0-or-later)
</file context>
Suggested change
- [Scriptella ETL](https://github.com/scriptella/scriptella-etl) - Open-source Java-based ETL and script execution tool for transferring and transforming data between databases, files, and other sources.
- [Scriptella ETL](https://github.com/scriptella/scriptella-etl) - Open-source Java-based ETL and script execution tool for transferring and transforming data between databases, files, and other sources. (archived, no longer actively developed)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for checking. This appears to be based on outdated project metadata.

Scriptella was revived and returned to active maintenance in 2026. The repository is no longer archived, Scriptella 1.3 was released on July 17, 2026, and there have been 48 commits to master since that release. master is currently the development line for Scriptella 1.4.

The current project status is documented here:
https://github.com/scriptella/scriptella-etl

Latest release:
https://github.com/scriptella/scriptella-etl/releases/tag/scriptella-parent-1.3

So the proposed “archived, no longer actively developed” note would no longer be accurate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant