Hello,
Is it possible to access a large database for visualization? Does the API have tools for SQL/Hadoop access?
Sure - import
System.Data and create a SqlConnection to your DB.
It’s a C# native functionality, so look fo smthing like “C# db connection” etc.