Bongo is a .net thrift client for Impala
Add the Bongo package to your project:
dotnet add package BongoThen use it to create and use an Impala database:
using (var bongoClient = new BongoClient(new IPEndPoint("localhost", 21000)))
{
await bongoClient.CreateDatabase("test_database");
await bongoClient.UseDatabase("test_database");
}We are committed to fostering an open and welcoming environment. Please read our code of conduct before participating in or contributing to this project.
We welcome contributions and collaboration on this project. Please read our contributor's guide to understand how best to work with us.
This software is made available by Syncromatics Engineering under the MIT license.