Driver compatibility with Data Lake

If I implement Atlas Data Lake am I able to query it with the dot net driver? It would seem odd if this wasnt possible

Hi @Graeme_Henderson - you should be able to query Atlas Data Lake with any MongoDB driver including the dot net driver.

1 Like

Ok great but I can’t find any documentation for that. Is the connection the same as the database. Is the query against collections? How are collections defined. If nor collections how is the query done.

Sorry for the very late reply, but just to clarify things you can use any MongoDB driver to connect to Atlas Data Lake. Data Lake behaves similarly to a MongoDB cluster but is mostly read-only.

Queries are against Databases and Collections just like in a cluster. I’d encourage you to take a look at our new UI to see how you can set it up.

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.