I was looking for a way to upload large big files to azure data lake store using typescript but end up with no answer, have any one done this? Thanks in advance.
------------EDITED---------------- I found a way to give REST API calls to send data to azure data lake, this is the link i'm following https://learn.microsoft.com/en-us/azure/data-lake-store/data-lake-store-data-operations-rest-api.
It is successful through PostMan, but now the big hurdle i am facing is the way to make these requests in typescript. Have anyone did this?