Skip to content

Commit 06880f5

Browse files
authored
docs: added shields (#10)
1 parent f1cb26b commit 06880f5

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[![Contributors][contributors-shield]][contributors-url]
2+
[![Forks][forks-shield]][forks-url]
3+
[![Stargazers][stars-shield]][stars-url]
4+
[![Issues][issues-shield]][issues-url]
5+
[![MIT License][license-shield]][license-url]
6+
17
# ingest-python
28

39
**ingest-python** is an ingestion tool written in Python (relying only on locally installable packages such as Pandas) designed to extract data from source systems and persist it into SQL Server. It is intended for small datasets, where "small" refers to data volumes that do not require big data frameworks.
@@ -264,3 +270,16 @@ For consistency, it's suggested you use the same name as the definition.
264270
## Logging
265271
- Logs are written to the configured log_path.
266272
- After each run, review the logs if data is missing or unexpected.
273+
274+
<!-- MARKDOWN LINKS & IMAGES -->
275+
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
276+
[contributors-shield]: https://img.shields.io/github/contributors/philipbudden/ingest-python.svg?style=for-the-badge
277+
[contributors-url]: https://github.com/philipbudden/ingest-python/graphs/contributors
278+
[forks-shield]: https://img.shields.io/github/forks/philipbudden/ingest-python.svg?style=for-the-badge
279+
[forks-url]: https://github.com/philipbudden/ingest-python/network/members
280+
[stars-shield]: https://img.shields.io/github/stars/philipbudden/ingest-python.svg?style=for-the-badge
281+
[stars-url]: https://github.com/philipbudden/ingest-python/stargazers
282+
[issues-shield]: https://img.shields.io/github/issues/philipbudden/ingest-python.svg?style=for-the-badge
283+
[issues-url]: https://github.com/philipbudden/ingest-python/issues
284+
[license-shield]: https://img.shields.io/github/license/philipbudden/ingest-python.svg?style=for-the-badge
285+
[license-url]: https://github.com/philipbudden/ingest-python/blob/main/LICENSE

0 commit comments

Comments
 (0)