Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.
/ Bongo Public archive

Bongo is a .net thrift client for Impala

License

Notifications You must be signed in to change notification settings

syncromatics/Bongo

Repository files navigation

Bongo

Bongo is a .net thrift client for Impala

Quickstart

Add the Bongo package to your project:

dotnet add package Bongo

Then 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");
}

Building

Travis NuGet NuGet Pre Release

Code of Conduct

We are committed to fostering an open and welcoming environment. Please read our code of conduct before participating in or contributing to this project.

Contributing

We welcome contributions and collaboration on this project. Please read our contributor's guide to understand how best to work with us.

License and Authors

Syncromatics Engineering logo Syncromatics Engineering

license GitHub contributors

This software is made available by Syncromatics Engineering under the MIT license.