Skip to content

1.0.0 Beta Release 3

Compare
Choose a tag to compare
@siddharthlatest siddharthlatest released this 15 Oct 11:18
· 7 commits to dev since this release

With this release, we've open-sourced 馃帀 the entire ABC project. Previous versions had two variants of the project: where the !oss (non open-source) variant contained the code related to importing data from a variety of adaptors (SQL, MongoDB, JSON/CSV/JSONL, Kafka, Firestore, Redis). All of this code is now open-source and available over here. The importer code itself was originally derived from the transporter project - we've since added new adaptors for MSSQL, MySQL, JSON/CSV/JSONL, Kafka, Firestore, Redis, as well as kept an up-to-date adaptor for Elasticsearch (including now OpenSearch support) and we're excited to move it back to the open-source domain.

Features

  • Adds support for indexing to OpenSearch #202
  • Adds support for indexing to multiple destination indexes, see example over here

Fixes

  • Fixes an issue with importing from local files when using json, csv or jsonl adaptors: #201