Go to file
2021-10-08 17:33:08 +02:00
client-ts/src drafting structure 2021-10-08 17:33:08 +02:00
config drafting structure 2021-10-08 17:33:08 +02:00
csvreader drafting structure 2021-10-08 17:33:08 +02:00
processor drafting structure 2021-10-08 17:33:08 +02:00
service drafting structure 2021-10-08 17:33:08 +02:00
store drafting structure 2021-10-08 17:33:08 +02:00
table drafting structure 2021-10-08 17:33:08 +02:00
busser_test.go drafting structure 2021-10-08 17:33:08 +02:00
busser.go drafting structure 2021-10-08 17:33:08 +02:00
go.mod drafting structure 2021-10-08 17:33:08 +02:00
go.sum drafting structure 2021-10-08 17:33:08 +02:00
gotsrpc.yaml drafting structure 2021-10-08 17:33:08 +02:00
LICENSE Initial commit 2021-09-23 15:31:03 +02:00
README.md drafting structure 2021-10-08 17:33:08 +02:00

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

  1. Use google docs or another online table editor to create / edit data
  2. Load the data as a CSV into busser
  3. Implement a processor
  4. Consume the resulting data in your application