Skip to content

This project is designed to generate a fictitious database and populate a relational database hosted on Google Cloud. The data will be generated using the Faker and Random libraries, and the ORM will utilize SQLAlchemy. The API will follow REST standards and be implemented using Flask, containerized with Docker.

License

Notifications You must be signed in to change notification settings

kaiohp/fakeapiinjest

Repository files navigation

FakerAPI Injest

This project is designed to generate a fictitious database and populate a relational database hosted on Google Cloud. The data will be generated using the Faker and Random libraries, and the ORM will utilize SQLAlchemy. The API will follow REST standards and be implemented using Flask, containerized with Docker.

Instalação e Configuração

  1. Clone the repository:
git clone https://github.com/kaiohp/fakeapiinjest.git
cd fakeapiinjest
  1. Set up the correct Python version using pyenv:
pyenv install 3.12.1
  1. Install project dependencies:
# The project's dependency manager is Poetry
poetry env use 3.12.1
# Activate the virtual environment
poetry shell
# Install dependencies
poetry install

About

This project is designed to generate a fictitious database and populate a relational database hosted on Google Cloud. The data will be generated using the Faker and Random libraries, and the ORM will utilize SQLAlchemy. The API will follow REST standards and be implemented using Flask, containerized with Docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published