An open API service indexing awesome lists of open source software.

https://github.com/wilk/from-csv-to-buxfer

Pushing CSV data to Buxfer with Buxfer APIs
https://github.com/wilk/from-csv-to-buxfer

api csv data docker docker-compose golang mongodb python

Last synced: 3 months ago
JSON representation

Pushing CSV data to Buxfer with Buxfer APIs

Awesome Lists containing this project

README

          

# From CSV to Buxfer
This is a personal experiment where I'm pushing my personal economics data (CSV) to [Buxfer](https://www.buxfer.com) (through Buxfer APIs)

## Requirements

- docker (>= 17.06.0-ce)
- docker-compose (>= 1.14.0)

## Install
Few simple steps:

1. clone
```bash
$ git clone https://github.com/wilk/economics-data-collector.git
```

2. build images
```bash
$ docker-compose build
```

3. setup python
```bash
$ docker-compose run --rm setup-python
```

4. setup golang
```bash
$ docker-compose run --rm setup-golang
```

## Usage
1. cleaning data
```bash
$ docker-compose run --rm cleaner
```

2. collecting data
```bash
$ docker-compose run --rm collector
```

3. pushing data
```bash
$ docker-compose run --rm goxfer
```