|
|
|
@ -31,8 +31,8 @@ Distribution: OpenPKG Community
|
|
|
|
|
Class: EVAL |
|
|
|
|
Group: Database |
|
|
|
|
License: Apache |
|
|
|
|
Version: 3.0.2 |
|
|
|
|
Release: 20180619 |
|
|
|
|
Version: 3.0.5 |
|
|
|
|
Release: 20180804 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: https://cdn.crate.io/downloads/releases/crate-%{version}.tar.gz |
|
|
|
@ -43,20 +43,21 @@ BuildPreReq: OpenPKG, openpkg >= 20160101
|
|
|
|
|
PreReq: OpenPKG, openpkg >= 20160101, java, JAVA-JDK, python |
|
|
|
|
|
|
|
|
|
%description |
|
|
|
|
CrateDB is a distributed SQL database built on top of a NoSQL |
|
|
|
|
foundation. It combines the familiarity of SQL with the scalability |
|
|
|
|
and data flexibility of NoSQL, enabling developers to: Use SQL to |
|
|
|
|
process any type of data, structured or unstructured; perform SQL |
|
|
|
|
queries at realtime speed, even JOINs and aggregates; scale simply. |
|
|
|
|
Customers often use CrateDB to store and query machine data. This is |
|
|
|
|
because CrateDB makes it easy and economical to handle the velocity, |
|
|
|
|
volume, and diversity of machine and log data. |
|
|
|
|
CrateDB is a distributed SQL database for IoT time-series data, |
|
|
|
|
built on top of a NoSQL foundation. It combines the familiarity of |
|
|
|
|
SQL with the scalability and data flexibility of NoSQL, enabling |
|
|
|
|
developers to: Use SQL to process any type of data, structured or |
|
|
|
|
unstructured; perform SQL queries at realtime speed, even JOINs |
|
|
|
|
and aggregates; scale simply. Customers often use CrateDB to store |
|
|
|
|
and query machine data. This is because CrateDB makes it easy and |
|
|
|
|
economical to handle the velocity, volume, and diversity of machine |
|
|
|
|
and log data. |
|
|
|
|
|
|
|
|
|
%track |
|
|
|
|
prog cratedb = { |
|
|
|
|
version = %{version} |
|
|
|
|
url = https://crate.io/download/ |
|
|
|
|
regex = cratedb-(__VER__)\.tar\.gz |
|
|
|
|
url = https://cdn.crate.io/downloads/releases/ |
|
|
|
|
regex = crate-(__VER__)\.tar\.gz |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|