|
1 | 1 | # simple_analytics_pipeline
|
2 |
| -A simple example of loading data from CSV into SQLite DB, and then representing some data as charts. |
3 | 2 |
|
| 3 | +##### A simple example of loading data from CSV into SQLite DB, and then representing some data as charts. |
| 4 | + |
| 5 | +[](https://www.codefactor.io/repository/github/org-not-included/simple_analytics_pipeline) |
| 6 | +[](https://github.com/org-not-included/simple_analytics_pipeline/) |
| 7 | +[](https://github.com/org-not-included/simple_analytics_pipeline/blob/main/LICENSE) |
| 8 | +[](https://github.com/org-not-included/simple_analytics_pipeline/pulls) |
| 9 | +[](https://github.com/org-not-included/simple_analytics_pipeline/issues) |
| 10 | +[](https://github.com/org-not-included/simple_analytics_pipeline/graphs/contributors) |
| 11 | +[](https://github.com/org-not-included/simple_analytics_pipeline/releases) |
| 12 | +[](https://github.com/org-not-included/simple_analytics_pipeline/commits/main) |
| 13 | +[](https://github.com/org-not-included/simple_analytics_pipeline/graphs/commit-activity) |
| 14 | +[](https://github.com/org-not-included/simple_analytics_pipeline/network) |
| 15 | +[](https://github.com/org-not-included/simple_analytics_pipeline/stargazers) |
| 16 | +[](https://github.com/org-not-included/simple_analytics_pipeline/watchers) |
| 17 | +[](https://twitter.com/intent/follow?screen_name=OrgNotIncluded) |
| 18 | +--- |
4 | 19 | ## Quick-Start
|
5 | 20 | ### Download Github Repo
|
6 | 21 | ```text
|
7 | 22 | git clone https://github.com/org-not-included/simple_analytics_pipeline
|
8 | 23 | cd simple_analytics_pipeline
|
9 | 24 | ```
|
10 |
| -### Load file and build chart |
| 25 | +### Load data and build sample chart |
11 | 26 | ```text
|
12 | 27 | source setup.sh
|
13 | 28 | ```
|
0 commit comments