Skip to content

Commit 0f81c3a

Browse files
committed
original link
1 parent b0f1ed5 commit 0f81c3a

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

source/integrations/flask-celery-integration.txt

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,30 +16,14 @@ Tutorial: Flask and Celery Integration
1616
:values: tutorial
1717

1818
.. meta::
19-
:keywords: code example, batch, framework
19+
:keywords: flask, celery, integration, code example
2020

2121
Overview
2222
--------
2323

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.
4327

4428
Tutorial
4529
--------
@@ -691,4 +675,4 @@ following resources:
691675
- `RabbitMQ <https://www.rabbitmq.com/docs/download>`__
692676

693677
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

Comments
 (0)