Skip to content

Commit

Permalink
Restoring README.md file same as main branch from estela api
Browse files Browse the repository at this point in the history
  • Loading branch information
webtaken committed Aug 9, 2023
1 parent 6f381d1 commit 3c11d94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions estela-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

The API consists of three main components:

- Django API: Implements a REST API built with the Django REST framework toolkit, exposing several endpoints to manage
projects, spiders, and jobs.
projects, spiders, and jobs.
- Celery worker and beat: Responsible for executing the tasks and periodic tasks ordered by the API.
- Redis: Keeps a record of the tasks and periodic tasks to be executed. It is needed by Celery.
- Redis: Keeps a record of the tasks and periodic tasks to be executed. It is needed by Celery.

These components have a corresponding Docker configuration file to build their images and run in Docker containers.

Expand Down

0 comments on commit 3c11d94

Please sign in to comment.