Replies: 2 comments 1 reply
-
|
https://github.com/mfa/datasette-webhook-write This seems to be similar to what I am looking for. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It would be interesting to see a plugin for provide JSON APIs to do database writes. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, great project. I am looking to use datasette with spatialite to store and visualize json and geojson geoms from a webhook. The response looks similar to this.
{
"command": "set",
"group": "5c5203ccf5ec4e4f349fd038",
"detect": "inside",
"hook": "warehouse",
"key": "fleet",
"time": "2019-01-30T13:06:36.769273-07:00",
"id": "bus",
"object": { "type": "Point", "coordinates": [-112.26, 33.46] }
}
I see that there has been some recent work write to db functionality. Hoping I can get some guidance on best practice to implement this in datasette
Thanks
Brent
Beta Was this translation helpful? Give feedback.
All reactions