Skip to content

Commit 5e4087b

Browse files
added badges to readme
1 parent 8b85de2 commit 5e4087b

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
11
# simple_analytics_pipeline
2-
A simple example of loading data from CSV into SQLite DB, and then representing some data as charts.
32

3+
##### A simple example of loading data from CSV into SQLite DB, and then representing some data as charts.
4+
5+
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/org-not-included/simple_analytics_pipeline/main)](https://www.codefactor.io/repository/github/org-not-included/simple_analytics_pipeline)
6+
[![GitHub languages](https://img.shields.io/github/languages/top/org-not-included/simple_analytics_pipeline)](https://github.com/org-not-included/simple_analytics_pipeline/)
7+
[![GitHub license](https://img.shields.io/github/license/org-not-included/simple_analytics_pipeline)](https://github.com/org-not-included/simple_analytics_pipeline/blob/main/LICENSE)
8+
[![GitHub pull requests](https://img.shields.io/github/issues-pr/org-not-included/simple_analytics_pipeline)](https://github.com/org-not-included/simple_analytics_pipeline/pulls)
9+
[![GitHub issues](https://img.shields.io/github/issues/org-not-included/simple_analytics_pipeline)](https://github.com/org-not-included/simple_analytics_pipeline/issues)
10+
[![GitHub contributors](https://img.shields.io/github/contributors/org-not-included/simple_analytics_pipeline)](https://github.com/org-not-included/simple_analytics_pipeline/graphs/contributors)
11+
[![GitHub Release Date](https://img.shields.io/github/release-date/org-not-included/simple_analytics_pipeline)](https://github.com/org-not-included/simple_analytics_pipeline/releases)
12+
[![GitHub last commit](https://img.shields.io/github/last-commit/org-not-included/simple_analytics_pipeline)](https://github.com/org-not-included/simple_analytics_pipeline/commits/main)
13+
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/org-not-included/simple_analytics_pipeline)](https://github.com/org-not-included/simple_analytics_pipeline/graphs/commit-activity)
14+
[![GitHub forks](https://img.shields.io/github/forks/org-not-included/simple_analytics_pipeline)](https://github.com/org-not-included/simple_analytics_pipeline/network)
15+
[![GitHub stars](https://img.shields.io/github/stars/org-not-included/simple_analytics_pipeline)](https://github.com/org-not-included/simple_analytics_pipeline/stargazers)
16+
[![GitHub watchers](https://img.shields.io/github/watchers/org-not-included/simple_analytics_pipeline)](https://github.com/org-not-included/simple_analytics_pipeline/watchers)
17+
[![Twitter Follow](https://img.shields.io/twitter/follow/OrgNotIncluded?style=flat)](https://twitter.com/intent/follow?screen_name=OrgNotIncluded)
18+
---
419
## Quick-Start
520
### Download Github Repo
621
```text
722
git clone https://github.com/org-not-included/simple_analytics_pipeline
823
cd simple_analytics_pipeline
924
```
10-
### Load file and build chart
25+
### Load data and build sample chart
1126
```text
1227
source setup.sh
1328
```

0 commit comments

Comments
 (0)