Skip to content

Creates a database for CIM Identity storage and provides a means of inserting/modifying/deleting data without needing to understand SQL or coding.

Notifications You must be signed in to change notification settings

epri-dev/CIM-Identities-Data-Entry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CreateTable

This should be the first program run after installing PostgreSQL. However, before running it, you will need to run the driver file located at dist/lib/postgresql-9.2-1002.jdbc4.jar

After successfully running the driver file, run the CreateTable jar file located at CreateTable/dist/CreateTable.jar This will prompt you for the password you set up for PostgreSql and upon successful password entry will create a database with the following 5 tables:

  • IdentifiedObject
  • Identity
  • Name
  • NameType
  • NameTypeAuthority

DataEntryForm

Do not run this before running CreateTable.jar. Navigate to the jar file located at DataEntryForm/dist/DataEntryForm.jar When launched, it will prompt you for your password for PostgreSQL. See "CIM Identities Data Entry Example Cases.pdf" for examples of how to use the software to populate your database.

About

Creates a database for CIM Identity storage and provides a means of inserting/modifying/deleting data without needing to understand SQL or coding.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages