Giter Site home page Giter Site logo

java-proxy-app's Introduction

Simple demo for proxy options in SDK

This is a simple demo to show how to use proxy options in Kusto java sdk. Till the 6.0.0 version of the SDK, these options are not there. Till this is released build this locally and use it in your project.

When 6.0.0+ is released this is an optional step!

git clone https://github.com/Azure/azure-kusto-java.git
mvn clean install -DskipTests

Once this is installed on the repo the main program can be run from VSCode. Just customize the .vscode/launch.json file to run the main program.

{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "type": "java",
            "name": "Current File",
            "request": "launch",
            "mainClass": "${file}"
        },
        {
            "type": "java",
            "name": "App",
            "request": "launch",
            "mainClass": "com.azure.kusto.App",
            // Cluster , tenant , database
            "args": ["https://<cluster>.kusto.windows.net", "<tenant>" , "<db>"],
            "projectName": "java-proxy-app"
        }
    ]
}

Note, I have not packaged this as a jar, so you need to run this from the IDE (just for technical brevity)

java-proxy-app's People

Contributors

ag-ramachandran avatar

Watchers

 avatar

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.