An tool to convert CSV data to customable read-only API.
URL | Desc | Example |
---|---|---|
/<csv filename> |
This will show all csv file list | /test |
/<csv filename>?allowed=<> |
This will show filtered table csv file list | /test?allowed=nama |
go run main.go
go build .
on you local computer.- Copy the binary
datareader
and.yodelconf.tf
to server. - Config the
.yodelconf.tf
, the default you must create folder namedtest
and put all csv you need there.