We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe using something like CloudFlare workers or Netlify Functions. Keep it clean and simple, and support CORS.
The text was updated successfully, but these errors were encountered:
Hello @captn3m0 is there a standard way of deploying a CSV as for example a PostgreSQL DB with an HTTP API? Maybe something like below.
wget http://csv-query.io/?csv=http://github.com/org/repo/file.csv&query=SELECT * FROM "table" ORDER BY "name" TOP 10
Sorry, something went wrong.
Easier to just expose Postgres publicly with read-only guest access, that's what crt.sh does.
There's a WIP SQLite based API in #8. I can look at providing a read-only SQLite Raw Query API.
Do you have a usecase for raw-query API?
No i have no idea of any usecase. I am just exploring ideas.
I was putting a IFCT2017 food composition query website online, there it was useful as there are many possible columns (nutrient names).
No branches or pull requests
Maybe using something like CloudFlare workers or Netlify Functions. Keep it clean and simple, and support CORS.
The text was updated successfully, but these errors were encountered: