-
Notifications
You must be signed in to change notification settings - Fork 439
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GEOMESA-3435. run cassandra test for cassandra and scylladb images. a…
…dd scylladb support to docs
- Loading branch information
Showing
8 changed files
with
315 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
ScyllaDB Data Store | ||
=================== | ||
|
||
.. note:: | ||
|
||
GeoMesa currently supports ScyllaDB version |scylladb_version|. | ||
|
||
The GeoMesa ScyllaDB Data Store is an implementation of the GeoTools | ||
``DataStore`` interface that is backed by `ScyllaDB`_. | ||
It is found in the ``geomesa-cassandra`` directory of the GeoMesa | ||
source distribution as ScyllaDB is a drop-in replacement for Apache Cassandra. | ||
|
||
Refer to Cassandra Data Store documentation | ||
|
||
.. _ScyllaDB: https://www.scylladb.com/ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Installing GeoMesa ScyllaDB | ||
=========================== | ||
|
||
.. note:: | ||
|
||
GeoMesa currently supports ScyllaDB version |scylladb_version|. | ||
|
||
.. note:: | ||
|
||
The examples below expect a version to be set in the environment: | ||
|
||
.. parsed-literal:: | ||
$ export TAG="|release_version|" | ||
$ export VERSION="|scala_binary_version|-${TAG}" # note: |scala_binary_version| is the Scala build version | ||
Connecting to ScyllaDB | ||
----------------------- | ||
|
||
The first step to getting started with ScyllaDB and GeoMesa is to install | ||
ScyllaDB itself. You can find good directions for downloading and installing | ||
ScyllaDB online. For example, see Scylla's official `getting started`_ documentation. | ||
|
||
.. _getting started: https://opensource.docs.scylladb.com/stable/getting-started/index.html | ||
|
||
Once you have ScyllaDB installed follow the same instructions as for the Apache Cassandra Data Store. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.