@foomo/busser
v0.2.4
Published
A program that runs on your server to validate and store table data
Downloads
127
Keywords
Readme
busser
A program that runs on your server to validate and store table data.
busser is for you, when working with
- Go
- simple data tables
- small tables ie if you think about paging, you are in the wrong place - use a database instead
- Excel or Google Spreadsheets as a table editor and
- you need extensive validation
- local versioned copies
- CSVs
Usage
- Use google docs or another online table editor to create / edit data
- Load the data as a CSV into busser
- Implement a processor
- Consume the resulting data in your application