Home
Softono
estela

estela

Open source MIT TypeScript
196
Stars
18
Forks
16
Issues
12
Watchers
1 week
Last Commit

About estela

<h1 align="center">estela</h1> <div align="center"> <a href="https://github.com/bitmakerla/estela"> <img src="https://img.shields.io/badge/version-0.1-blue"> </a> <a href="https://yarnpkg.com"> <img src="https://img.shields.io/badge/yarn-v1.22.19-blue"> </a> <a href="https://www.djangoproject.com"> <img src="https://img.shields.io/badge/Django-v3.1.1-orange"> </a> <a href="https://github.com/bitmakerla/estela/actions"> <img src="https://img.shields.io/badge/build-passing-brightgreen"> </a> <a href=""> <img src="https://github.com/eslint/eslint/workflows/CI/badge.svg"> </a> <a href="https://github.com/bitmakerla/estela/blob/main/LICENSE.md"> <img src="https://img.shields.io/badge/license-MIT-lightgrey"> </a> <a href="https://github.com/psf/black"> <img src="https://img.shields.io/badge/code%20style-black-000000.svg"> </a> </div> <h4 align="center"> <strong>estela</strong> is an elastic web scraping cluster running on Kubernetes. It provides mechanisms t ...

Platforms

Web Self-hosted Docker Kubernetes

Languages

TypeScript

estela

estela is an elastic web scraping cluster running on Kubernetes. It provides mechanisms to deploy, run and scale web scraping spiders via a REST API and a web interface.

Technologies

docker python react nodejs

Project Structure

The project consists of three main modules:

  • REST API : built with the Django REST framework toolkit, it exposes several endpoints to manage projects, spiders, and jobs. It uses Celery for task processing and takes care of deploying your Scrapy projects, among other things.
  • Queueing : estela needs a high-throughput, low-latency platform that controls real-time data feeds in a producer-consumer architecture. In this module, you will find a consumer used to collect and transport the information from the spider jobs into a database.
  • Web : A web interface implemented with React and Typescript that lets you manage projects and spiders.

Each of these modules works independently of the rest and can be changed. Each module has a more detailed description in its corresponding directory.

estela-cli

estela-cli is a command-line interface for estela.

How to Contribute

Please read CONTRIBUTING.md and follow the steps. Remember to abide by our adapted from ESTELA Code of Conduct too.