@@ -16,30 +16,14 @@ Tutorial: Flask and Celery Integration
16
16
:values: tutorial
17
17
18
18
.. meta::
19
- :keywords: code example, batch, framework
19
+ :keywords: flask, celery, integration, code example
20
20
21
21
Overview
22
22
--------
23
23
24
- In this tutorial, you can learn how to use MongoDB, Flask, and Celery to build a
25
- newsletter platform. This application allows users to subscribe to newsletters,
26
- and administrators to manage and send batch emails asynchronously.
27
-
28
- Flask
29
- ~~~~~
30
-
31
- Flask is a lightweight web application framework with built-in configuration and
32
- convention defaults that provide consistency to developers across projects. For
33
- more information, see the `Flask webpage
34
- <https://flask.palletsprojects.com/en/stable/>`__.
35
-
36
- Celery
37
- ~~~~~~
38
-
39
- Celery is an open-source distributed task queue that handles large volumes of
40
- messages efficiently. It supports asynchronous processing and task scheduling.
41
- For more information, see the `Celery webpage
42
- <https://docs.celeryq.dev/en/main/index.html>`__.
24
+ In this tutorial, you can build a newsletter platform using Flask, MongoDB, and
25
+ Celery. This application allows users to subscribe to newsletters, and
26
+ administrators to manage and send batch emails asynchronously.
43
27
44
28
Tutorial
45
29
--------
@@ -691,4 +675,4 @@ following resources:
691
675
- `RabbitMQ <https://www.rabbitmq.com/docs/download>`__
692
676
693
677
To find support or to contribute to the MongoDB community, see the `MongoDB
694
- Developer Community <https://www.mongodb.com/community/>`__ page.
678
+ Developer Community <https://www.mongodb.com/community/>`__ page.
0 commit comments