Skip to content

Future?

Disclaimer

Version 0.X will be a playground where functionalities are added, until there is enough knowledge for better API. Even now some inconsistencies are obvious. For example, all Observers and Adapters are picked up by Assistant class but models are specified in settings.py module. This said, you are warned, version 0.X comes with no guarantees. Your projects will be completely broken when version 1.X hits the shelves.

Future releases

The next few minor releases would focus on additional Exporter and Observation classes. Everything async is a good candidate if it used in ETL. It should also focus on integration with cloud service providers, to include their services as Exporter and Observation classes

Small list of features would include:

  • Exporter Classes
    • AWSS3Exporter - AWS S3 cloud service integration exporter
    • FileExporter - File exporter
    • InfluxDBExporter - InfluxDB exporter
    • HTTPExporter - HTTP exporter
    • KafkaExporter - Kafka producer exporter
    • SplashExporter - Web 2.0 proxy js renderer exporter
  • Observation Classes
    • AWSS3Observation - AWS S3 cloud service integration observation
    • FileObservation - File observation
    • InfluxDBObservation - InfluxDB observation
    • KafkaObservation - Kafka consumer observation
    • SplashObservation - Web 2.0 proxy js renderer observation
    • SQLObservation - SQL observation

Future needs you!

Consider becoming a contributor.