Thanks to visit codestin.com
Credit goes to github.com

Skip to content

francescoditria/jengiscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jengiscan

Java Engine for Database Scan
jengiscan extracts the profile of MySQL databases and creates an HTML report with fundamental metadata, sample data, and further statistical information (min, max,standard deviation, % null values, % distinct values, ...).
MySQL Connector for Java is required.
Argument to pass to the main java file:
username.password@host:port/database path


where:

  • username is the database user
  • password is the database user's password
  • host is the address of the database (for example, localhost)
  • port is the database port (standard MySQL port is 3306)
  • database is the database name
  • path [optional] is the path to the log file

About

Engine for Database Statistical Profile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages