Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How to load data from Azure CosmosDB using Apache NiFi?

avatar
Explorer

I need to load the data from Azure Cosmos DB. 

I am using Nifi 1.21.0 Version. 

what is the way to do that?

3 REPLIES 3

avatar

@Sivaluxan,

You need to connect to Azure Cosmos DB and extract data from there? If so, you can use an ExecuteSQLRecord processor and configure the DBCPConnectionPool to connect to your AzureCosmosDB, using the appropriate Class Path, the appropriate JDBC and the appropriate security (keys, users, password, whatever you are using)

avatar
Explorer

@cotopaul can you share the link to download azure cosmos db JDBC driver?

 

avatar

@Sivaluxanif I am not mistaken, you need to download the JDBC of the database you are using in azure cosmos db.

I am no expert in Azure, but as far as I know you have NoSQL, MongoDb, Cassandra, Gremlin and PostgreSQL. You first need to identify the DB you are connecting to, download the JDBC to that specific database and proceed next from there.