Skip to main content

How does Meta Storage work?

Description of Meta Storage

Meta Storage is a key/value database integrated inside your Spells. You can set, retrieve and share values between Spells and executions. It is design like the web browser API localStorage where you can store, update and delete key.

It's a great way to share data between Spells or to synchronize and keep a state between each execution.

For example, we love when we are synchronizing two services, like Pipedrive (a CRM) and Airtable (a spreadsheet). With Meta Storage, we can store the last synchronization date and the last ID to limit requests done to the services.

note

Your Meta Storage database is limited to 16 MB of storage. If you need more storage capacity, you can use databases as API like Google Spreadsheet or Airtable (with our connectors) or use a regular MySQL / NoSQL database.

See the content of your storage

You can see, at any time, the content of your storage here on your Spell edition page:

Meta Storage interface