featurebase/idk/cmd/ingester
Matthew Jaffee 6d4c1d9db1
Sup 294 pre sort command (#2209)
* first cut at pre-sort command that works on ndjson

* finish pre_sort command for CSV and JSON and add test

* try fixing golangci-lint

* remove some dumb lint checks

* more linter disabling

* take .golangci.yml from previous repo

* go fmt (facepalm)

* remove ioutil to fix lint
2023-01-23 12:26:38 -06:00
..
main.go Sup 294 pre sort command (#2209) 2023-01-23 12:26:38 -06:00
README.md Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00

Ingester

Ingester service consumes Programmatic Ingest API and sends data to the Pilosa service.

Usage of ./ingester:
      --dry-run                Dry run - just flag parsing.
      --http-addr string       HTTP address for Ingester. (default "localhost:8080")
      --pilosa-hosts strings   Comma separated list of host:port pairs for Pilosa. (default [localhost:10101])