Git Product home page Git Product logo

azure-kusto-spark's Introduction

Kusto + Apache Spark Connector

Kusto Connector for Apache Spark

This library contains the source code for Kusto Data Source and Data Sink Connector for Apache Spark.

Kusto (A.K.A. Azure Data Explorer) is a lightning-fast indexing and querying service.

Spark is a unified analytics engine for large-scale data processing.

Making Kusto and Spark work together enables our users to build fast and scalable applications, targeting a variety of Machine Learning, Extract-Transform-Load, Log Analytics and other data driven scenarios.

About This Release

This is a beta release, serving as the baseline version of Kusto connector for Spark. It exposes Kusto as a valid Data Store for standard Spark source and sink operations such as write, read and writeStream. It can be used for experimentation, and for applications where the size of data read from Kusto is fairly small.

Future releases will extend Kusto connector capabilities in the following areas:

  • Allow large-scale data transport to and from Kusto
  • Add capabilities: will be specified in the version CHANGELIST
  • Improve fault tolerance and resilience

Usage

Linking

For Scala/Java applications using Maven project definitions, link your application with the artifact below.

groupId = com.microsoft.azure
artifactId = spark-kusto-connector
version = 1.0.0-Beta-01 

In Maven:

  <dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>spark-kusto-connector</artifactId>
    <version>1.0.0-Beta-01</version>
  </dependency>

Build Prerequisites

In order to use the connector, you need to have:

  • Java 1.8 SDK installed

  • Maven 3.x installed

  • Spark version 2.4.0 or higher

    Note: 2.3.x versions are also supported, but require some changes in pom.xml dependencies. For details, refer to CHANGELIST

Build Commands

// Builds jar and runs all tests
mvn clean package

// Builds jar, runs all tests, and installs jar to your local maven repository
mvn clean install

Pre-Compiled Libraries

In order to facilitate ramp-up on platforms such as Azure Databricks, pre-compiled libraries can be found here

Documentation

Detailed documentation can be found here. Usage examples can be found here

Contributing

Contributions and suggestions to this product will be possible, and most welcome, starting with next release

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.