Giter Club home page Giter Club logo

pricescrawler_documentation's Introduction

Prices Crawler - Documentation

This repository contains detailed documentation and diagrams that describe the different components of the system and how they interact.

Prices Crawler system is built on top of MongoDB and comprises several applications that work together to provide a seamless user experience. The content-base application provides an abstract implementation, which is used by the content-api-example. This, in turn, is consumed by the web-app, mobile-app, and feed by catalog-data-consumer (implementation not provided).

In addition to these components, it also includes the process-worker application, which provides several workflows for ensuring data consistency and performing routine maintenance tasks.

This documentation is intended to provide a comprehensive overview of the system architecture and help developers understand the different components and their interactions. We hope that you find it useful and welcome any feedback or suggestions for improvement.

๐Ÿ—๏ธ System Architecture

This System Architecture is a high-level overview of prices-crawler system that outlines the different components and how they interact with each other. It provides a comprehensive view of the system that is used to guide the development process and ensure that all components are properly integrated.

graph TB;
  mongoDb(MongoDb);
  contentBase(content-base - abstract);
  contentApi(content-api-example);
  webApp(web-app);
  mobileApp(mobile-app);
  processWorker(process-worker);
  catalogConsumer(catalog-data-consumer);
  
  mongoDb --> contentBase;
  contentBase --> contentApi;
  contentApi --> webApp;
  contentApi --> mobileApp;
  catalogConsumer --> contentApi;
  contentBase --> processWorker;
  processWorker --> ro2(clear-product-incidents-process<br>clear-product-incidents-automated-process<br>database-restore-process<br>product-data-consistency-process<br>product-data-update-process);
Loading

pricescrawler_documentation's People

Contributors

scafer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.