alexdanilov / parser_csv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSV uploader

CSV uploader contains from two parts:

  • service – a server accepts connections and data in JSON format. Stores data in memory as a map.
  • parser – a CLI tool to parse CSV files, put data to a queue and send it to a service when possible.

How to run

docker-compose up

How to test

cd item; go test

About


Languages

Language:Go 100.0%