conduits-xyz / conduits

Access GSheets, Airtable and other non-traditional-storage using a simplified REST API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conduits XYZ

Spreadsheets and even email inboxes can be seen as a form of storage. Access to such storage using an API is complex due to diversity and broad use cases that have to be supported by the service provider or the protocol itself.

Having a conduit that exposes a simple API to these non-traditional storage (NTS) types could cover a majority of use cases of internet applications that require a database. And that precisely is what this project is all about.

Conduits.xyz is a gateway service that lets you move data in and out of spreadsheets and email inboxes by providing a uniform REST API. This allows you to focus on building your business, and access the data using programs that you already know.

Move data in and out

Use cases

  1. A tech savvy digital marketer requires simple storage for a time bound campaign to capture interest list.
  2. A blogger needs storage for a widget that captures reactions (thumbs-up, thumbs-down) from readers.
  3. An open source developer needs to store data persistently for an experimental single page app.

Features

  • Turn Google Sheets and Microsoft Excel and even your Email inbox into a database.
  • Create conduits to access data using a uniform API.
  • Simple web interface to manage conduits
  • Access control to set read, write, update permisions per conduit
  • Request throttling
  • IP address allow-list to restrict access
  • Hidden form field control to alleviate spam
  • MIT License

Development

Conduits service consists of three primary subsystems:

  • Backend resource server to manage user and conduit data
  • Backend gateway server to transform and forward conduit requests
  • Dashboard user interface to administer user profile and conduits

Follow the links below to get started:

Contribution

We are still in the design stage. When the project gets to a point where it is actually functional, we'll be happy to receive your pull request. Until then stay tuned!

About

Access GSheets, Airtable and other non-traditional-storage using a simplified REST API.

License:MIT License


Languages

Language:JavaScript 88.1%Language:SCSS 10.5%Language:Shell 0.9%Language:HTML 0.4%