How-to using AWS DocumentDB as a DataSource Free?

I’m trying to connect an AWS DocumentDB instance to Grafana, but I haven’t found a plugin for that yet. My investigation is to collect the data contained in it and use it to plot some graphs. Has anyone here ever had this need and can tell me a way or a plugin for this?

[image]

Hello

Does it offer a rest api way of accessing it?

Hello @yosiasz , It doesn’t offer it, it needs to be a direct connection.

But you can built REST API with products from AWS ecosystem - Creating a REST API for Amazon DocumentDB (with MongoDB compatibility) with Amazon API Gateway and AWS Lambda | AWS Database Blog

1 Like

as @jangaraj mentioned there are tons of ways of connecting to it

Or write your own grafana datasource plugin for documentDb