Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 2.03 KB

README.md

File metadata and controls

68 lines (43 loc) · 2.03 KB

Project:

🇧🇷 Este projeto consiste em um CRM de vendas que gera valor através de dados e Inteligência Artificial, ao qual está dividido em três partes:

🇺🇸 This project consists of a sales CRM that generates value through data and Artificial Inteligence, which is divided into three parts:

This Repository:

🇧🇷 Contém o dbt do banco de dados, utilizando de uma arquitetura medalhão para limpar os dados.

🇺🇸 Contains the database dbt, using a medallion architecture to clean the data.

Avaliable at:

Dbt:

Dbt is used to do a medallion architecture that clean the data into db views: Medallion Architecture

  • Raw: The origin data, all the db register;
  • Bronze: The first version of medallion, where contains all data;
  • Silver: The layer where clean all the wrong data;
  • Gold Sales for Seller: A totally cleaned view to get the sales data for a specific seller;
  • Gold Sales Seven days: A totally cleaned view to get the last seven days sales data;

Briefer

To install Briefer in your Python project:

pip install briefer

To run Briefer:

briefer

The charts done with Briefer:

Money per Day: Money per Day

Sales Quantity per Product: Sales Quantity per Product

Sales Quantity per Cost: Sales Quantity per Cost

Stack:

Technologies used in this project:

  • Briefer: Notebook that transform data into dashboards.
  • DBT: See this topic bellow.
  • Postgres: The database used.
  • Render: The open source host to database.
  • Makefile: Used to do prompt shortcuts.