abc icon indicating copy to clipboard operation
abc copied to clipboard

Power of appbase.io via CLI, with nifty imports from your favorite data sources

Results 29 abc issues
Sort by recently updated
recently updated
newest added

I am hitting the below error when trying to import data from a Postgres table, with a column of type "array" and empty value. E.g. consider a PG table like...

Currently, we only support reading JSON / CSV / JSONL files from OS. Also, we only support passing the transform file as an OS URI. We can add support for...

enhancement

Version Version: 1.0.0-beta.1 Variant: !oss Go version: go1.12.5 OS: linux I am trying to import a view as table, upon which i am not seeing any warning/message on the CLI...

`abc import` logs currently don't show the number of records that failed to index. This behavior can be easily supported as the underlying bulk API reports the failures. A sample...

enhancement
difficulty/easy

I was able to setup import from postgress via `abc import` to ElasticSearch 7.7. I would like to configure parent / child relationship so that I can use join queries....

Currently, only `jsonl` formatted JSON files are supported by `abc import`, however many applications use `ndjson` formatted output. The `ndjson` format can be found [here](http://ndjson.org/). ##### Checks - [ x...

##### Checks - [ ] I have mentioned my `abc` version in the issue, if applicable. - [ ] This issue is not a duplicate. - [ ] This issue...

Hi, This is my first attempt to import a postgresql db into elastic, and it was terrific LOL. But when i do the import, i can't search through tables, all...

Description : I cannot import mongodb data to my elasticsearch Hi I'm using abc 0.5.0 as a means to import data from my Mongodb (ip 192.168.20.130 this has a security...

`abc import --count` switch will return the count of the number of documents in the source using the source connection parameters but will not actually start the import process. If...

enhancement