MrB-Can / anomalator

Anomalator is an open-source project designed to generate data anomalies for testing and demonstrating data quality tools. It's primarily intended for use in various database systems like Snowflake, Postgres, MySQL, and others to come.
MIT License
0 stars 0 forks source link

Technology Stack and Framework Decision #21

Closed MrB-Can closed 1 year ago

MrB-Can commented 1 year ago

Discuss and decide on the appropriate technology stack, programming languages, frameworks, and libraries to be used for the development of the Anomaly Generator software. Consider factors such as compatibility with the chosen database systems, development team expertise, and the software's performance and scalability requirements.

MrB-Can commented 1 year ago

After a thorough analysis of the project requirements and available resources, we have decided on the technology stack and frameworks to be used in the Anomaly Generator project. Python will serve as the primary programming language, paired with Flask for the web framework. For database interaction, SQLAlchemy will be used, and PostgreSQL has been chosen as the primary database system. Development and deployment will leverage Docker for containerization. As a note, we will remain flexible and open to introducing other technologies if required as the project evolves. Closing this issue as the technology decisions have been made and documented in the SRS