Skip to content

GoncaloCamaz/db-schema-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBSchemaManager

This project consists of a system to fetch database metadata that includes:

  • Tables
  • Columns
  • Views (including its creation script)
  • Procedures (including its creation script)

To achieve this, I developed a microservice architecture system with three services:

  • Frontend
  • Backend (Responsible for storing all the fetched data)
  • Fetcher (Responsible for running jobs to fetch the data from the databases and compare it with the existing data in the Backend service)

Developed in 2020.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published