Replacing user-group with community forum, added link to U. lesson on Spring Boot Fixed author/email details

Closes #12748
This commit is contained in:
Guy Shtub
2023-02-06 09:56:36 +02:00
committed by Avi Kivity
parent 4dd1659d0b
commit c47b7c4cb2
13 changed files with 25 additions and 21 deletions

View File

@@ -2,7 +2,7 @@
## Asking questions or requesting help
Use the [Scylla Users mailing list](https://groups.google.com/g/scylladb-users) or the [Slack workspace](http://slack.scylladb.com) for general questions and help.
Use the [ScyllaDB Community Forum](https://forum.scylladb.com) or the [Slack workspace](http://slack.scylladb.com) for general questions and help.
Join the [Scylla Developers mailing list](https://groups.google.com/g/scylladb-dev) for deeper technical discussions and to discuss your ideas for contributions.

View File

@@ -30,9 +30,9 @@ requirements - you just need to meet the frozen toolchain's prerequisites
Building Scylla with the frozen toolchain `dbuild` is as easy as:
```bash
$ git submodule update --init --force --recursive
$ ./tools/toolchain/dbuild ./configure.py
$ ./tools/toolchain/dbuild ninja build/release/scylla
$ git submodule update --init --force --recursive
$ ./tools/toolchain/dbuild ./configure.py
$ ./tools/toolchain/dbuild ninja build/release/scylla
```
For further information, please see:
@@ -60,7 +60,7 @@ Please note that you need to run Scylla with `dbuild` if you built it with the f
For more run options, run:
```bash
$ ./tools/toolchain/dbuild ./build/release/scylla --help
$ ./tools/toolchain/dbuild ./build/release/scylla --help
```
## Testing
@@ -100,10 +100,10 @@ If you are a developer working on Scylla, please read the [developer guidelines]
## Contact
* The [users mailing list] and [Slack channel] are for users to discuss configuration, management, and operations of the ScyllaDB open source.
* The [community forum] and [Slack channel] are for users to discuss configuration, management, and operations of the ScyllaDB open source.
* The [developers mailing list] is for developers and people interested in following the development of ScyllaDB to discuss technical topics.
[Users mailing list]: https://groups.google.com/forum/#!forum/scylladb-users
[Community forum]: https://forum.scylladb.com/
[Slack channel]: http://slack.scylladb.com/

View File

@@ -393,10 +393,10 @@ More info
---------
Where can I ask a question not covered here?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Two mailing lists.
* `scylladb-dev <https://groups.google.com/d/forum/scylladb-dev>`_: Discuss the development of Scylla itself.
* `scylladb-users <https://groups.google.com/d/forum/scylladb-users>`_: Discuss using Scylla and developing client applications.
* `ScyllaDB Community Forum <https://forum.scylladb.com>`_: Discuss using ScyllaDB and developing client applications.
* `scylladb-dev <https://groups.google.com/d/forum/scylladb-dev>`_: Discuss the development of ScyllaDB itself.
I deleted data from Scylla, but disk usage stays the same. Why?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

View File

@@ -30,7 +30,7 @@ Scylla Integrations and Connectors
Any application which uses a CQL driver will work with Scylla.
The list below contains links to integration projects using Scylla with third-party projects.
If you have tested your application with Scylla and want to publish the results, contact us using the `mailing list <https://groups.google.com/d/forum/scylladb-users>`_.
If you have tested your application with Scylla and want to publish the results, contact us using the `community forum <https://forum.scylladb.com>`_.
* :doc:`Integrate Scylla with Spark <integration-spark>`

View File

@@ -13,7 +13,7 @@ The way to do so is running a DataDog Agent to pull metrics from Prometheus and
If you are a Scylla Cloud user, you can export your cluster metrics to your own Prometheus and use the same method to export the metrics from Prometheus to DataDog, effectively monitoring your Scylla Cloud cluster with DataDog.
The list below contains integration projects using DataDog to monitor Scylla. If you have monitored Scylla with DataDog and want to publish the results, contact us using the `mailing list <https://groups.google.com/d/forum/scylladb-users>`_.
The list below contains integration projects using DataDog to monitor Scylla. If you have monitored Scylla with DataDog and want to publish the results, contact us using the `community forum <https://forum.scylladb.com>`_.
Additional Topics
-----------------

View File

@@ -5,7 +5,7 @@ Integrate Scylla with Elasticsearch
Scylla is Apache Cassandra compatible at the CQL binary protocol level, and any driver which uses CQL will work with Scylla (more :doc:`here </using-scylla/drivers/index>`). Any application which uses a CQL driver will work with Scylla.
The list below contains integration projects using Scylla with Elasticsearch. If you have tested your application with Scylla and want to publish the results, contact us using the `mailing list <https://groups.google.com/d/forum/scylladb-users>`_.
The list below contains integration projects using Scylla with Elasticsearch. If you have tested your application with Scylla and want to publish the results, contact us using the `community forum <https://forum.scylladb.com>`_.
* `Scylla and Elasticsearch Part One: Making the (Use) Case for Both <https://www.scylladb.com/2018/11/28/scylla-and-elasticsearch-part-one/>`_

View File

@@ -13,7 +13,7 @@ An example of such a third-party integration uses Chronicle as follows:
:width: 600pt
The list below contains integration projects using Scylla with IOTA Chronicle.
If you have tested your application with Scylla and want to publish the results, contact us using the `mailing list <https://groups.google.com/d/forum/scylladb-users>`_.
If you have tested your application with Scylla and want to publish the results, contact us using the `community forum <https://forum.scylladb.com>`_.

View File

@@ -12,7 +12,7 @@ The data storage layer for JanusGraph is pluggable - you can choose from several
In the Scylla University lesson, `A Graph Data System Powered by ScyllaDB and JanusGraph - Part 1 <https://university.scylladb.com/courses/the-mutant-monitoring-system-training-course/lessons/a-graph-data-system-powered-by-scylladb-and-janusgraph/>`_ , you can learn more about using JanusGraph with ScyllaDB as the underlying data storage layer, and see a hands-on, step-by-step example. Another lesson, `ScyllaDB and JanusGraph - Part 2 <https://university.scylladb.com/courses/the-mutant-monitoring-system-training-course/lessons/a-graph-data-system-powered-by-scylladb-and-janusgraph-part-2/>`_ , covers the JanusGraph data model, how data is persisted using Scylla as a backend for JanusGraph, and an example of persistence in case of server failure.
The list below contains integration projects using Scylla with JanusGraph. If you have tested your application with Scylla and want to publish the results, contact us using the `mailing list <https://groups.google.com/d/forum/scylladb-users>`_.
The list below contains integration projects using Scylla with JanusGraph. If you have tested your application with Scylla and want to publish the results, contact us using the `community forum <https://forum.scylladb.com>`_.
* `QOMPLX: Using Scylla with JanusGraph for Cybersecurity <https://www.scylladb.com/2021/03/11/qomplx-using-scylla-with-janusgraph-for-cybersecurity/>`_

View File

@@ -3,7 +3,7 @@ Integrate Scylla with Kubernetes
===================================
The list below contains integration projects using Scylla with Kubernetes. If you have tested your application with Scylla and want to publish the results, contact us using the `mailing list <https://groups.google.com/d/forum/scylladb-users>`_.
The list below contains integration projects using Scylla with Kubernetes. If you have tested your application with Scylla and want to publish the results, contact us using the `community forum <https://forum.scylladb.com>`_.
* `Kubernetes and Scylla: 10 Questions and Answers <https://www.scylladb.com/2018/06/14/webinar-questions-kubernetes/>`_
* `Exploring Scylla on Kubernetes <https://www.scylladb.com/2018/03/29/scylla-kubernetes-overview/>`_

View File

@@ -11,7 +11,7 @@ Integrate Scylla with Kafka
Apache Kafka is capable of delivering reliable, scalable, high-throughput data streams across a myriad of data sources and sinks.
A great number of open source users and enterprise customers use Scylla and Kafka together.
You can use Scylla and Apache Kafka in integration solutions, such as creating a scalable backend for an IoT service.
If you have tested your application with Scylla and Kafka and want to publish the results, contact us using the `mailing list <https://groups.google.com/d/forum/scylladb-users>`_.
If you have tested your application with Scylla and Kafka and want to publish the results, contact us using the `community forum <https://forum.scylladb.com>`_.
Additional Information

View File

@@ -4,7 +4,7 @@ Integrate Scylla with Presto
Scylla is Apache Cassandra compatible at the CQL binary protocol level, and any driver which uses CQL will work with Scylla (more :doc:`here </using-scylla/drivers/index>`). Any application which uses a CQL driver will work with Scylla.
The list below contains integration projects using Scylla with Presto. If you have tested your application with Scylla and want to publish the results, contact us using the `mailing list <https://groups.google.com/d/forum/scylladb-users>`_.
The list below contains integration projects using Scylla with Presto. If you have tested your application with Scylla and want to publish the results, contact us using the `community forum <https://forum.scylladb.com>`_.
* `Integration with Presto (Scylla Summit presentation) <https://www.scylladb.com/2016/09/28/scylla-summit-recap-presto/>`_

View File

@@ -5,7 +5,7 @@ Integrate Scylla with Spark
Scylla is Apache Cassandra compatible at the CQL binary protocol level, and any driver which uses CQL will work with Scylla (more :doc:`here </using-scylla/drivers/index>`). Any application which uses a CQL driver will work with Scylla.
The list below contains integration projects using Scylla with Spark. If you have tested your application with Scylla and want to publish the results, contact us using the `mailing list <https://groups.google.com/d/forum/scylladb-users>`_.
The list below contains integration projects using Scylla with Spark. If you have tested your application with Scylla and want to publish the results, contact us using the `community forum <https://forum.scylladb.com>`_.
@@ -21,7 +21,7 @@ The list below contains integration projects using Scylla with Spark. If you hav
* `Analyzing flight delays with Scylla on top of Spark (blog entry) <https://www.scylladb.com/2017/05/02/analyzing-flight-delays-scylla-spark-2/>`_
* `Analyzing Data with Spark lesson <https://university.scylladb.com/courses/the-mutant-monitoring-system-training-course/lessons/analyzing-data-with-spark/>`_ on Scylla University
* `Analyzing Data with Spark lesson <https://university.scylladb.com/courses/the-mutant-monitoring-system-training-course/lessons/analyzing-data-with-spark/>`_ on ScyllaDB University

View File

@@ -4,12 +4,16 @@ Integrate Scylla with Spring
`Spring <https://spring.io>`_ is a java framework for creating easy to use web services.
`Spring Boot <https://spring.io/projects/spring-boot>`_ makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".
If you have tested your application with Scylla and Spring and want to publish the results, contact us using the `mailing list <https://groups.google.com/d/forum/scylladb-users>`_.
If you have tested your application with Scylla and Spring and want to publish the results, contact us using the `community forum <https://forum.scylladb.com>`_.
Additional Information
----------------------
**ScyllaDB University**
* `Spring Boot, ScyllaDB, and Time Series Data lesson <https://university.scylladb.com/courses/the-mutant-monitoring-system-training-course/lessons/spring-boot-scylladb-and-time-series-data/>`_ on ScyllaDB University
**Blog Posts**
* `ScyllaDB, Spring Boot and time series data. <https://www.scylladb.com/2021/12/08/using-spring-boot-scylladb-and-time-series-data/>`_