Getting Started
===============
.. toctree::
:maxdepth: 2
:hidden:
install-scylla/index
configure
requirements
Scylla Drivers
Migrate to Scylla
Integration Solutions
tutorials
.. panel-box::
:title: Scylla Requirements
:id: "getting-started"
:class: my-panel
* :doc:`Scylla System Requirements Guide`
* :doc:`OS Support by Platform and Version`
.. panel-box::
:title: Install and Configure Scylla
:id: "getting-started"
:class: my-panel
* `Install Scylla (Binary Packages, Docker, or EC2) `_ - Links to the ScyllaDB Download Center
* :doc:`Configure Scylla`
* :doc:`Run Scylla in a Shared Environment `
* :doc:`Create a Scylla Cluster - Single Data Center (DC) `
* :doc:`Create a Scylla Cluster - Multi Data Center (DC) `
.. panel-box::
:title: Develop Applications for Scylla
:id: "getting-started"
:class: my-panel
* :doc:`Scylla Drivers`
* `Get Started Lesson on Scylla University `_
* :doc:`CQL Reference `
* :doc:`cqlsh - the CQL shell `
.. panel-box::
:title: Use Scylla with Third-party Solutions
:id: "getting-started"
:class: my-panel
* :doc:`Migrate to Scylla ` - How to migrate your current database to Scylla
* :doc:`Integrate with Scylla ` - 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 `_ - ScyllaDB Tutorial
* `Implement CRUD operations with a TODO App `_ - ScyllaDB Cloud Tutorial