From 6f28c55a11d0a5ea2044632c3de3515646dc8d55 Mon Sep 17 00:00:00 2001 From: alexau Date: Sun, 3 Dec 2023 23:30:15 +0800 Subject: [PATCH] Updated the table of content --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c2ed4e3..f387b28 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ * [Producer Consumer CSV](#producer-consumer-csv) * [Description](#description) + * [Todos](#todos) * [Architecture](#architecture) * [Requirements](#requirements) * [Database Schema](#database-schema) @@ -25,6 +26,15 @@ ## Description This is a simple producer consumer application that reads a csv file and writes the data to a database. The application is written in Python. +## Todos +- [x] Add CI pipeline +- [x] Add unit tests +- [x] Add code coverage report +- [x] Add end to end test +- [x] Add documentation +- [ ] Stablize the RabbitMQ connection +- [ ] Different indexing strategy for performance + ## Architecture The application is composed of the following components: - Producer (Reads the csv file and sends the data to the message queue)