Created 07-14-2023 01:52 AM
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?
Created 07-26-2023 04:21 AM
@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)
Created 07-26-2023 07:34 PM
@cotopaul can you share the link to download azure cosmos db JDBC driver?
Created 07-27-2023 03:02 AM
@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.