Microsoft Azure Kusto Library for Java
Перейти к файлу
Rabeea Abu-Saleh 3992ee6579
Resource manager thread safe (#24)
* Add ReadWriteLocks to make the Resource Manager thread safe
* Remove String formatting from logs.
* Use concurrent HashMap for ingestion resources map.
2018-10-02 11:05:56 +03:00
data Fix jar packaging, readme, tests, and AAD tenant (#22) 2018-09-17 20:17:06 +03:00
ingest Resource manager thread safe (#24) 2018-10-02 11:05:56 +03:00
samples Resource manager thread safe (#24) 2018-10-02 11:05:56 +03:00
.classpath Initial commit - version 0.1.6 baseline 2018-08-09 16:29:01 +03:00
.gitignore Fix jar packaging, readme, tests, and AAD tenant (#22) 2018-09-17 20:17:06 +03:00
.travis.yml Add Travis-CI (#26) 2018-09-27 15:56:11 +03:00
LICENSE Initial commit 2018-08-08 06:48:42 -07:00
README.md Add Travis-CI (#26) 2018-09-27 15:56:11 +03:00
pom.xml Add Travis-CI (#26) 2018-09-27 15:56:11 +03:00

README.md

Microsoft Azure Kusto SDK for Java

master: Build Status dev: Build Status

This is the Microsoft Azure Kusto client library which allows communication with Kusto to bring data in (ingest) and query information already stored in the database. This library contains 3 different modules:

  • data: the main client that allows interaction with Kusto. It's able to create a connection, issue (control) commands and query data.
  • ingest: this provides an easy way to bring data into Kusto
  • samples

Install

Currently, you will need to download the source code, compile and install locally. One way to do this is by using maven like in the following example:

git clone git://github.com/Azure/azure-kusto-java.git
cd azure-kusto-java
mvn install

In the near future this library will be available directly off Maven.

Prerequisites

  • A Java Developer Kit (JDK), version 1.8 or later
  • Maven

Samples

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.