Tip
CloverServer × Clover OS engine
Differences between CloverETL Enterprise Server and CloverETL OpenSource engine
| Feature |
CloverETL Enterprise Server |
CloverETL OpenSource engine |
|---|---|---|
|
transformation run/execution |
✓ (via HTTP /S API call or from Admin WEB console) |
~ (execution from command line via shell script) |
|
run as server/daemon |
✓ |
× |
|
user security/multiple user support
|
✓ |
× |
|
maintaining history of transformation executions (full logs, tracking details, execution statuses) |
✓ |
× |
|
parallel execution of transformations |
✓ |
~ (not directly supported) |
|
re-use of worker threads/ DB connections/ JVM resources |
✓ |
× (each execution requires new start-up of JVM, creation of DB connection, creation of system threads) |
|
pool of in-memory graphs for faster transformation start-up |
✓ |
× |
|
scheduling graph run |
✓ |
× |
|
graph events listeners with actions |
✓ |
× |
|
launch services allowing easy turn of transformation into service listening on dedicated URL for HTTP /S requests. HTTP/S request may contain input parameters for transformation as well as HTTP/S response may contain output data. |
✓ |
× |
|
self-maintaining (according to schedule deletes/archives obsolete logs and DB records) |
✓ |
× |
|
remote management |
✓ |
× |
|
JMX monitoring of running transformations (inside Management Console) |
✓ |
~ |
Legend:
✓ (supported)
× (not available)
~ (achievable)