Project SnappyData 1.3.0 Release
The SnappyData team is pleased to announce the availability of version 1.3.0 of the platform. The release artifacts are listed at the end.
In previous releases there were two editions namely, the Community Edition which was a fully functional core OSS distribution that was under the Apache Source License v2.0, and the Enterprise Edition which was sold by TIBCO Software under the name TIBCO ComputeDB™ that included everything offered in the OSS version along with additional capabilities that are closed source and only available as part of a licensed subscription.
The SnappyData team is pleased to announce that starting from this release, all the platform's private modules have been made open-source (under the Apache Source License v2.0) apart from the streaming GemFire connector (which depends on non-OSS Pivotal GemFire product jars). These include Approximate Query Processing (AQP) and the JDBC connector repositories which also include the off-heap storage support for column tables and the security modules. In addition, the ODBC driver has also been made open-source. With this, the entire code base of the platform (apart from the GemFire connector) has been made open source and there is no longer an Enterprise edition distributed by TIBCO.
The release notes are available here. Full set of documentation is here.
Description of download artifacts
Artifact Name | Description |
---|---|
snappydata-1.3.0-bin.tar.gz | Full product binary (includes Hadoop 3.2.0). |
snappydata-jdbc_2.11-1.3.0.jar | JDBC client driver and push down JDBC data source for Spark. Compatible with Java 8, Java 11 and higher. |
snappydata-core_2.11-1.3.0.jar | The single jar needed in Smart Connector mode; an alternative to --packages option. Compatible with Spark versions 2.1.1, 2.1.2 and 2.1.3. |
snappydata-odbc_1.3.0_win64.zip | 32-bit and 64-bit ODBC client drivers for Windows 64-bit platform. |
snappydata-zeppelin_2.11-0.8.2.1.jar | The Zeppelin interpreter jar for SnappyData compatible with Apache Zeppelin 0.8.2. The standard jdbc interpreter is now recommended instead of this. See How to Use Apache Zeppelin with SnappyData. |
snappydata-1.3.0.sha256 | The SHA256 checksums of the product artifacts. On Linux verify using sha256sum --check snappydata-1.3.0.sha256 . |
snappydata-1.3.0.sha256.asc | PGP signature for snappydata-1.3.0.sha256 in ASCII format. Get the public key using gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys A7994CE77A24E5511A68727D8CED09EB8184C4D6 . Then verify using gpg --verify snappydata-1.3.0.sha256.asc which should show a good signature using that key having build@snappydata.io as the email. |