Memento Database Adaptor
About Memento Database
Memento Database is a powerful, customizable database application that enables users to organize any type of data with a no-code approach.
Integration Options
Memento Database supports REST API integration with OpenFn:
REST API: Memento Database provides a Cloud API that enables external services like OpenFn to interact with libraries (databases), entries (records), and files. This API allows you to create, read, update, and delete records, manage database structures, and synchronize data programmatically.
Authentication
- See Memento Database API docs for the latest on supported authentication methods.
- When integrating with Memento Database via OpenFn, the primary authentication method is API Key. You can generate an API key from your Memento Database account settings.
See platform docs on managing credentials for how to configure a credential in OpenFn. If working locally or if using a Raw JSON credential type, then your configuration will look something like this:
{
"apiKey": "your_memento_database_api_key_here",
"baseUrl": "https://api.mementodatabase.com"
}
Helpful Links
Implementation Examples
Coming soon!
I've noticed a problem with this Adaptor, or something is out of date, what can I do?
Thanks for asking! We are a fully Open Source Digital Public Good, and we welcome contributions from our community. Check out our Adaptors Wiki for more information on how you can update Adaptors!
Or, you can always reach out to the Community through our Community Forum here.