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
- Host: GitHub
- URL: https://github.com/wilk/from-csv-to-buxfer
- Owner: wilk
- License: mit
- Created: 2017-08-06T23:00:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T23:34:40.000Z (over 8 years ago)
- Last Synced: 2025-03-23T19:24:53.305Z (over 1 year ago)
- Topics: api, csv, data, docker, docker-compose, golang, mongodb, python
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```