64 lines
2.3 KiB
ReStructuredText
64 lines
2.3 KiB
ReStructuredText
Getting Started
|
|
===============
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:hidden:
|
|
|
|
install-scylla/index
|
|
configure
|
|
requirements
|
|
Scylla Drivers </using-scylla/drivers/index>
|
|
Migrate to Scylla </using-scylla/migrate-scylla>
|
|
Integration Solutions </using-scylla/integrations/index>
|
|
tutorials
|
|
|
|
.. panel-box::
|
|
:title: Scylla Requirements
|
|
:id: "getting-started"
|
|
:class: my-panel
|
|
|
|
* :doc:`Scylla System Requirements Guide</getting-started/system-requirements/>`
|
|
* :doc:`OS Support by Platform and Version</getting-started/os-support/>`
|
|
|
|
.. panel-box::
|
|
:title: Install and Configure Scylla
|
|
:id: "getting-started"
|
|
:class: my-panel
|
|
|
|
* `Install Scylla (Binary Packages, Docker, or EC2) <https://www.scylladb.com/download/>`_ - Links to the ScyllaDB Download Center
|
|
|
|
* :doc:`Configure Scylla</getting-started/system-configuration/>`
|
|
* :doc:`Run Scylla in a Shared Environment </getting-started/scylla-in-a-shared-environment>`
|
|
* :doc:`Create a Scylla Cluster - Single Data Center (DC) </operating-scylla/procedures/cluster-management/create-cluster/>`
|
|
* :doc:`Create a Scylla Cluster - Multi Data Center (DC) </operating-scylla/procedures/cluster-management/create-cluster-multidc/>`
|
|
|
|
.. panel-box::
|
|
:title: Develop Applications for Scylla
|
|
:id: "getting-started"
|
|
:class: my-panel
|
|
|
|
* :doc:`Scylla Drivers</using-scylla/drivers/index>`
|
|
* `Get Started Lesson on Scylla University <https://university.scylladb.com/courses/scylla-essentials-overview/lessons/quick-wins-install-and-run-scylla/>`_
|
|
* :doc:`CQL Reference </cql/index>`
|
|
* :doc:`cqlsh - the CQL shell </cql/cqlsh/>`
|
|
|
|
.. panel-box::
|
|
:title: Use Scylla with Third-party Solutions
|
|
:id: "getting-started"
|
|
:class: my-panel
|
|
|
|
* :doc:`Migrate to Scylla </using-scylla/migrate-scylla>` - How to migrate your current database to Scylla
|
|
* :doc:`Integrate with Scylla </using-scylla/integrations/index>` - Integration solutions with Scylla
|
|
|
|
|
|
.. panel-box::
|
|
:title: Tutorials
|
|
:id: "getting-started"
|
|
:class: my-panel
|
|
|
|
The tutorials will show you how to use ScyllaDB as a data source for an application.
|
|
|
|
* `Build an IoT App with sensor simulator and a REST API <https://care-pet.docs.scylladb.com/>`_ - ScyllaDB Tutorial
|
|
* `Implement CRUD operations with a TODO App <https://github.com/scylladb/scylla-cloud-getting-started/>`_ - ScyllaDB Cloud Tutorial
|