Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
62 lines (43 loc) · 2.08 KB

README.md

File metadata and controls

62 lines (43 loc) · 2.08 KB

Mighty Spark Clickhouse Plugin

spark-clickhouse-plugin https://circleci.com/gh/The-Analytics-Gladiators/spark-clickhouse-plugin https://circleci.com/gh/The-Analytics-Gladiators/spark-clickhouse-plugin

gladiator

Behold the most intuitive Spark Plugin for interacting with Clickhouse

Usage

Maven

  <profiles>
    <profile>
      <id>github</id>
      <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
      </repositories>
    </profile>
  </profiles>
  <dependencies>
  <dependency>
        <groupId>com.github.The-Analytics-Gladiators</groupId>
        <artifactId>spark-clickhouse-plugin_2.12</artifactId>
        <version>0.22</version>
    </dependency> 
  </dependencies>

SBT

resolvers += "jitpack" at "https://jitpack.io"
libraryDependencies += "com.github.The-Analytics-Gladiators" % "spark-clickhouse-plugin" % "0.22"	

Contributions

Contributions are welcome, but there are no guarantees that they are accepted as such. Process for contributing is the following:

  • Fork this project
  • Create an issue to this project about the contribution (bug or feature) if there is no such issue about it already. Try to keep the scope minimal.
  • Develop and test the fix or functionality carefully. Only include minimum amount of code needed to fix the issue.
  • Refer to the fixed issue in commit
  • Send a pull request for the original project
  • Comment on the original issue that you have implemented a fix for it

License

Spark Clickhouse Plugin is licensed under the MIT license. See the LICENSE.txt file for more information.