Andrew Madonna
Andrew Madonna
I'm proposing an additional use case for Singer taps, webhooks. Many APIs / SaaS products offer webhooks as a way to reduce load on their servers and overcome rate limits....
Adds transaction. With this PR, `hooks` can optionally make use of the transaction by adding it to the context in a pre-hook and committing in a post-hook. Addresses https://github.com/tommybananas/finale/issues/16
For DELETES, in this line https://github.com/tommybananas/finale/blob/master/lib/Controllers/delete.js#L23 the instance is removed from the context, which greatly limits what can be done in hooks after write. A temp solution I have is...
Hi, I'm looking at using digital signatures in an application, specifically Node, so I'd be using HummusJS. Is this a feature you have considered adding? Is is maybe possible to...
Ideally, we would have a script/CLI that could test / simulate different loads - Testing for load size in rows (10k, 100k, 1m, 10m etc rows) - Testing for load...
Create a python/bash script that given a current working directory, clones all required repos to run the app and kicks off the app using a docker compose file. Also, create...
I'd like to get an idea of what, at least initially, the data processing requirements are for cognoma. Here's some questions I think we'll need to answer. Let's discuss here....
# Overview One of the reasons I like the frictionlessdata JSON Table Schema is that is supports a portable spatial type, geojson (also in topojson format). I'm in municipal government...
Some taps modify their own config, the most common reason is to update the refresh tokens for APIs that forceable rotate them.
Running both a tap and target with a memory pipe via CLI