linkedpipes / etl

LinkedPipes ETL is an RDF based, lightweight ETL tool
https://etl.linkedpipes.com
Other
146 stars 30 forks source link

Revision of Spring #748

Open skodapetr opened 5 years ago

skodapetr commented 5 years ago

Check use of Spring and alternatives:

barthanssens commented 4 years ago

If you'd like to move away from Spring for one reason or another, I'd suggest to take a look at Quarkus.io

Or Micronaut if batch is required (https://guides.micronaut.io/micronaut-scheduled/guide/index.html), since batch operations is a WIP for Quarkus (https://github.com/quarkusio/quarkus/issues/1505)

skodapetr commented 1 year ago

Another candidate https://micronaut.io/ .