0.0.3 • Published 3 years ago

@yawnxyz/grabby v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Grabby the Grubby Data Grabber

This thing grabs data from a bunch of sources and combines them into a single JSON. This is useful for projects w/ read-only data coming from all kinds of sources, and you need a dashboard to display it all.

A bunch of notes

Grabby the grubby Data Grabber

Why?

  • tabular data from CSV, Gsheet, Notion, Airtable should LOOK THE SAME, regardless of where it lives
  • speeds up site loads
  • makes data portable between the formats
  • flatten Airtable records, Notion's weirdness, etc.
  • for PRE-CACHING data for static site generation - lots of data points and low need to be dynamic - easily RE-FETCH all data on build - GIT ACTION to re-build and redeploy as a STATIC SITE using STATIC DATA Example - If we have lots of sources - Google sheet of bacteria, experiment data - Notion of Stamp data - Airtable of Phage data - we need a relational way to query/filter/search/display this info, w/o putting them ALL in Airtable

How?

  • this is a Node thing run in CLI, but of course can be used in Express, it'll just be really slow
  1. Load in a JSON config file or object, load in the array of sources
  2. Collapse them into a single data object, either in JS or in

Future

  • w/ the data, now we need SvelteKit Static site figured out

Data Format Schema Project