Skip to content

Federated Database System - A partial implementation of a federated database system in Java.

Notifications You must be signed in to change notification settings

Alexk1704/FedDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run Instructions:

In NetBeans, "build" and then "run" the federated app or parser test app.

  1. Run federated app: Using a NetBeans run config, chose "federated test" and click run project or hit the F6 key.

  2. Run the parser test app: Starting from the console: cd .\build\\classes\, then run the query with the following syntax: java fdbs.app.parser.App "query". Example: java fdbs.app.parser.App "C:\src\Verteilte-DB\build\classes\fdbs\app\parser\queries\AssignmentExamples.sql"

About

Federated Database System - A partial implementation of a federated database system in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages