Releases: appbaseio/abc
Fix config file params issue
- Fix: Import params can be picked up from the config file.
Implements fix for ssl flag
0.6.5 creates patch release
Add support for SSL
Release Notes
- Adds a fix in the
--tail
flag, - Adds support for
--ssl
flag to enable SSL connection to the source.
Fix tailing behavior for Elasticsearch
Use the --tail
flag in Elasticsearch to sync data continuously when it is read continuously from the source.
Fixes MongoDB tail and resume tail
- Fixes the behavior of MongoDB tail and adds resume tail - #91.
Import perf improvements
Includes:
- 10-20% perf improvements for bulk indexing data to Elasticsearch
- fixes a bug where bulk indexing constraints set by user weren't followed.
Docker image is available here.
Import improvements and bug fixes
Improvements
Adds a new adaptor for importing data from Firestore #95 and makes improvements to the Elasticsearch import process #100, allowing to configure # of documents / request size to index in one bulk request. Also includes improvements to the JSON importer for handling large JSON files.
Bug Fixes
Patch: Fix support for multiple tables in MySQL
- Adds a fix to support importing multiple tables from a MySQL database
New kafka adaptor
This version adds a new kafka adaptor which can tail data from one or more topics in realtime.
There's a new abc license
command which details the license and credits https://github.com/compose/transporter project from which the abc import
command is derived.
You can use the platform specific release binaries or get the docker image. 🍾
Patch Release
- Adds a helpful message for a non-logged in user trying the
abc login
command.