Liking cljdoc? Tell your friends :D

Clojars Project

Databricks-SDK

A Clojure SDK for Databricks usage, with most used functions. This library is a way to do a easier access to the Databricks API 2.0 and its functions as list clusters, create, delete and even more. It will help people to create services to automatize requests and make some intergrations.

Installation

[org.clojars.marinacavalari/databricks-sdk "0.1.2"]

Usage


(ns clojure-sample.core
  (:require [databricks-sdk.core :as sdk]))

(sdk/list-clusters {:token 1234
                    :timeout 30000    
                    :host "http://abc.cloud.databricks.com"
                    :context  {}})

Contribution

Contributions are very welcome, please open an issue or a pull request whenever you may need.

Can you improve this documentation?Edit on GitHub

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close