snappydata (homepage)
SnappyData: OLTP + OLAP Database built on Apache Spark
@SnappyDataInc / (4)
SnappyData is a high performance in-memory data platform for mixed workload applications. Built on Apache Spark, SnappyData provides a unified programming model for streaming, transactions, machine learning and SQL Analytics in a single cluster. SnappyData unifies real time data sources with external data sources that have a Spark connector. SnappyData is 100% compatible with Apache Spark and is Open Sourced with an Apache V2 license.
SnappyData can be deployed either in the Unified Cluster mode or in the Smart Connector mode.
With latter, you can run SnappyData with and access it from your existing Spark cluster. For more details, refer https://github.com/SnappyDataInc/snappydata/blob/master/docs/deployment.md#connectormode
For SnappyData features, see http://snappydatainc.github.io/snappydata/
Tags
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages SnappyDataInc:snappydata:1.2.0-s_2.11
sbt
If you use the sbt-spark-package plugin, in your sbt build file, add:
spDependencies += "SnappyDataInc/snappydata:1.2.0-s_2.11"
Otherwise,
resolvers += "Spark Packages Repo" at "https://repos.spark-packages.org/" libraryDependencies += "SnappyDataInc" % "snappydata" % "1.2.0-s_2.11"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>SnappyDataInc</groupId> <artifactId>snappydata</artifactId> <version>1.2.0-s_2.11</version> </dependency> </dependencies> <repositories> <!-- list of other repositories --> <repository> <id>SparkPackagesRepo</id> <url>https://repos.spark-packages.org/</url> </repository> </repositories>
Releases
Version: 1.2.0-s_2.11 ( 6bda98 | zip | jar ) / Date: 2020-02-07 / License: Apache-2.0
Version: 1.1.1-s_2.11 ( 69af56 | zip | jar ) / Date: 2019-08-27 / License: Apache-2.0
Version: 1.1.0-HF-1-s_2.11 ( 0150db | zip | jar ) / Date: 2019-05-28 / License: Apache-2.0
Version: 1.1.0-s_2.11 ( 1ed4dc | zip | jar ) / Date: 2019-05-20 / License: Apache-2.0
Version: 1.0.3-s_2.11 ( a79318 | zip | jar ) / Date: 2019-04-26 / License: Apache-2.0
Version: 1.0.2.1-s_2.11 ( 627786 | zip | jar ) / Date: 2018-11-06 / License: Apache-2.0
Version: 1.0.2-s_2.11 ( 8970c2 | zip | jar ) / Date: 2018-08-27 / License: Apache-2.0
Version: 1.0.1-s_2.11 ( 714ae0 | zip | jar ) / Date: 2018-02-14 / License: Apache-2.0
Version: 1.0.0-s_2.11 ( 851f20 | zip | jar ) / Date: 2017-09-28 / License: Apache-2.0
Version: 1.0.0-rc1.1-s_2.11 ( 96bfcf | zip | jar ) / Date: 2017-09-11 / License: Apache-2.0
Version: 0.9-s_2.11 ( 5d8968 | zip | jar ) / Date: 2017-06-13 / License: Apache-2.0
Version: 0.8-s_2.11 ( 17db38 | zip | jar ) / Date: 2017-03-10 / License: Apache-2.0
Version: 0.7-s_2.11 ( af767d | zip | jar ) / Date: 2016-12-21 / License: Apache-2.0
Version: 0.6.2-s_2.11 ( a3d713 | zip | jar ) / Date: 2016-11-09 / License: Apache-2.0
Version: 0.6.1-s_2.11 ( 060d3a | zip | jar ) / Date: 2016-10-25 / License: Apache-2.0
Version: 0.5-s_2.10 ( a21454 | zip | jar ) / Date: 2016-07-25 / License: Apache-2.0