Skip to content

Implementation in JAVA of BANKS, a system which enables keyword-based search on relational databases, together with data and schema browsing. BANKS enables users to extract information in a simple manner without any knowledge of the schema or any need for writing complex queries.

License

Notifications You must be signed in to change notification settings

LcRss/Banks_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INFO

This code was implemented during a Database course by: Marco Gomiero; Luca Rossi.

BANKS - Keyword Searching and Browsing in Database

Banks is an algorithm for data and schema browsing together with keyword-based search. You can get information from a relational database by typing a few keywords.

For more information you can check out slides and tests

References:

G. Bhalotia, A. Hulgeri, C. Nakhe, S. Chakrabarti, and S. Sudarshan, “Keyword Searching and Browsing in Databases Using BANKS ”, Proc. 18th Int’l Conf. Data Eng. (ICDE ’02), pp. 431-440, Feb. 2002.

License

   Copyright 2017 Marco Gomiero, Luca Rossi

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

About

Implementation in JAVA of BANKS, a system which enables keyword-based search on relational databases, together with data and schema browsing. BANKS enables users to extract information in a simple manner without any knowledge of the schema or any need for writing complex queries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages