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

syncromatics/Bongo

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.

About

Bongo is a .net thrift client for Impala

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages