Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikl5/business_intelligence
La business intelligence
https://github.com/mikl5/business_intelligence
business-intelligence postgresql powerbi
Last synced: about 15 hours ago
JSON representation
La business intelligence
- Host: GitHub
- URL: https://github.com/mikl5/business_intelligence
- Owner: MiKL5
- Created: 2024-06-01T21:56:19.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-13T15:13:53.000Z (2 months ago)
- Last Synced: 2024-09-14T06:12:38.333Z (2 months ago)
- Topics: business-intelligence, postgresql, powerbi
- Homepage:
- Size: 5.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/readme.md
Awesome Lists containing this project
README
Business Intelligence[Quelques termes et concepts](https://github.com/MiKL5/DS/blob/master/analysisIntro/intro/termsAndConcepts)
[La gérance des données](https://github.com/MiKL5/artificialIntelligence/blob/master/docs/other/dataStewarding)
[La différence entre la gérance des données et la business intelligence](https://github.com/MiKL5/artificialIntelligence/blob/master/docs/other/DSvsBI)
[Le Big Data](https://github.com/MiKL5/artificialIntelligence/blob/master/docs/other/bigData)
[Le cloud](cloud)
-
[Data steawardship](dataStewardship)
[L’analytique des données](dataAnalytics)
[L’ETL](etl)
[La différence entre une BDD et un Data Warehouse](bddVSdw)
[Le Data Warehouse](dataWarehouse)
[Les types d’entrepôts](dataWarehousetype)
[Le Data Warehouse vs le Data Mart](dwDm)
[Le Data Mart](dataMart)
[Le data Lake](dataLake/)
[L’OLTP](oltp)
[L’OLAP](olap)
[La différence entre OLTP et OLAP](oltpVsOlap)
[Le silo de données](dataSilo)
[Le PoC](poc)
[Le sharding](sharding)
## **Les algorithmes**
> ### **Les algorithmes de recherche**
> [Définition](https://github.com/MiKL5/artificialIntelligence/blob/master/docs/algo/search)
> [L’algorithme de recherche de chemin A*](https://github.com/MiKL5/artificialIntelligence/blob/master/docs/algo/a)
> [L’algorithme de recherche de chemin tabou](https://github.com/MiKL5/artificialIntelligence/blob/master/docs/algo/tabou)
> [L’algorithme glouton](https://github.com/MiKL5/artificialIntelligence/blob/master/docs/algo/glouton)
> [L’algorithme de force brute](https://github.com/MiKL5/artificialIntelligence/blob/master/docs/algo/brutForce)
> [Algorithme de recherche hybride](https://github.com/MiKL5/artificialIntelligence/blob/master/docs/algo/hybride)> ### **Les algorithmes de parcours**
> [Définition](https://github.com/MiKL5/artificialIntelligence/blob/master/docs/algo/path)
> [L’algorithme de parcoues en prodondeur DFS](https://github.com/MiKL5/artificialIntelligence/blob/master/docs/algo/dfs)
> [L’algorithme de parcours en largeur BFS](https://github.com/MiKL5/artificialIntelligence/blob/master/docs/algo/search)
> [L’algorithme de parcours de graph (en profondeur) tri topologique](https://github.com/MiKL5/artificialIntelligence/blob/master/docs/algo/topologicalSort)
> [L’algorithme de Dijkstra](https://github.com/MiKL5/artificialIntelligence/blob/master/docs/algo/Dijkstra)
> [L’algorithme de Kahn](https://github.com/MiKL5/artificialIntelligence/blob/master/docs/algo/topologicalSort)
> [L’algorithme de Tarjan](https://github.com/MiKL5/artificialIntelligence/blob/master/docs/algo/tarjan)
> [L’algorithme de Kahn vs l’algorithme de Tarjan](https://github.com/MiKL5/artificialIntelligence/blob/master/docs/algo/kahnVsTarjan)[La différences entre algorithme de parcours et algorithme de recherche](https://github.com/MiKL5/artificialIntelligence/blob/master/docs/algo/pathVsSearch)
[S’assurer que les modèles d’apprentissage automatique respectent les principes éthiques et de non-discrimination](algo/EthicalNon-discriminationPrinciples)
___