Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/francois-lenne/eletric_vehicle_usa
the project is purely educational the main goal is to use fabric
https://github.com/francois-lenne/eletric_vehicle_usa
data-analysis data-engineering delta-lake fabric jupyter-notebook pyspark python spark
Last synced: 15 days ago
JSON representation
the project is purely educational the main goal is to use fabric
- Host: GitHub
- URL: https://github.com/francois-lenne/eletric_vehicle_usa
- Owner: Francois-lenne
- Created: 2024-10-30T16:22:57.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T23:06:10.000Z (3 months ago)
- Last Synced: 2024-11-14T04:22:15.304Z (3 months ago)
- Topics: data-analysis, data-engineering, delta-lake, fabric, jupyter-notebook, pyspark, python, spark
- Language: Jupyter Notebook
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Goal of this projects
The goal of this projects is to learn how to use microsoft fabric with a personnal project. The project is to compute some insightfull KPI about the electric vehicle fleet in the US.
# Architecture
![schema eletric vehicle](https://github.com/user-attachments/assets/5a180a57-70bb-4edb-a701-b92391ed18af)
In the first step we retrieved and modify the name of the column that are set up by data.gov because it's easier to work with column name without space and special character. The second step is to insert it with the current_timestamp in the bronze table. In the third steps, we retrieve by vehicle id the last raw added in order to have an accuracy information for each vehicle and still can add more vehicle. Finaly, we create 3 tables in the gold layer (datamart) where we compute some KPI like the number of vehicle by state or the market share by each maker of vehicle electric.
## Stack