python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Apache Iceberg table format to ADLS / azure data lake
I am trying to find some integration to use iceberg table format on adls /azure data lake to perform crud operations. Is it possible to not use any other computation engine like spark to use it on azu...

John
Votes: 0
Answers: 2
How to identify a directory in getBlobList request in Azure Data Lake
I am making a get Blob list call to a container in Azure Data Lake Storage having both blobs and directories in it.
The request looks like this:
{
url: 'https://{account}.blob.core.windows.net/conta...
Swift Mercury
Votes: 0
Answers: 1
Migrate data from azure Datalake to Mongodb
I'm using Azure, I have data on the datalake, and i have a mongodb on azure (mongodb version 5).
I want to migrate the data from datalake into mongodb, I was thinking to use azure data factory, but it...
Java user
Votes: 0
Answers: 1
List only blobs/files in a container and not directories, sub-directories, sub-files
Let's say that I have the following file structure in my azure storage account.
container-1
directory-1
file-1-1.csv
file-1-2.json
file-1-3.jpeg
directory-2
fil...
Swift Mercury
Votes: 0
Answers: 2