Skip to content

Releases: ilia-khaustov/batchout

0.3.0

11 Jul 23:09
Compare
Choose a tag to compare
  • Components refactored into dependency-free std package and ext packages available as extras
  • Basic CLI for using YAML config, available as extra
  • Documentation with auto-generated reference for registered components
  • Added support for documents with nested indexing using Map component
  • Added RegexExtractor, FileInput, CsvOutput

v0.2.0-pre: New version: Selectors, Tasks, parametrized Inputs

05 Feb 08:01
Compare
Choose a tag to compare
  • Added new elements: Selectors for SQL-powered data filtering, Tasks for finer execution control;
  • Reimplemented Data class using in-memory SQLiteDB;
  • Added parameters for HTTP Input;
  • Added Postgres Input (also with parameters);
  • Removed Kafka Input;
  • Reworked soundcloud_likes example making it a better showcase for latest features added.

Introduced web scraping with HTTP Input and XPath Extractor

27 Nov 21:43
Compare
Choose a tag to compare
Implemented XPathExtractor, HttpInput, WithStrategy mixin.

Added defaults for Batch config.
Fixed PostgresOutput.
Added out-of-box example.