AWS Athena support
What do you use this database for? I have a small hobbyist data project, and for that Athena is incredibly cost-effective.
Are there any popular and well-maintained clients for this database?
The official connector is @aws-sdk/client-athena, there's also athena-express which hides some of the clunkiness of the official one.
Are you interested in contributing this database connector? Draft PR incoming
Hello -looping back on connector requests
We have recently re-architected Evidence (since this issue was opened), and Evidence is now "pluggable", meaning you can write your own connectors, publish them, and use them in Evidence.
If you are interesting in writing a connector, here are some resources:
- Docs on creating a plugin: https://docs.evidence.dev/plugins/creating-a-plugin/datasources
- Template for a connector plugin: https://github.com/evidence-dev/datasource-template
- An example that I spun up for pulling stats from the npm API: https://github.com/archiewood/npm-stats
If you do write a plugin:
- the suggested package name is
evidence-connector-[plugin] - the docs are new, so let us know if there is extra information you need
- share it on the Evidence community, and we'll feature it!
@morganchorlton3 has just published an Athena plugin here:
Repo: https://github.com/morganchorlton3/evidence-connector-aws-athena NPM: https://www.npmjs.com/package/evidence-connector-aws-athena