Skip to content

What is the profile of a table in a relational schema? Can we report all that we know about it?

Notifications You must be signed in to change notification settings

DAINTINESS-Group/TableProfiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table Profiler

Java App that retrives the metadata of a table or the schema from a relational database

A Project Assignment

Created By George Mitsis

Setup


Intellij IDEA Installation Requirements

  • Install Intellij IDEA (Community edition is free)
  • Import the project as a Maven project, and it runs out of the box

Eclipse Installation Requirements

  • Install Eclipse
  • Import the project as a Maven project.

MySQL Installation Requirements

  • Install MySQL
  • Create Schemas from dump file if you dont have one go to folder src/test/resources

About

What is the profile of a table in a relational schema? Can we report all that we know about it?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages