Skip to content

Babel is a database application which will take queries in one language (probably SQL), and transmit them to any desired database, including those which are not of the same language.

Notifications You must be signed in to change notification settings

FrankRoetker/Babel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Babel

In the world of database management systems, relational databases are dominate. This isn't too surprising since a relational database can be used to solve many problems. However, using a relational database as a solution is not always the most efficient answer.

Babel seeks to alleviate the problem of a company being locked-in to using a RDBMS. A company isn't going to throw away their data stored in a RDBMS to restart with a graph database even if it might speed up their query times. However, if given a tool that was to fully export their data to a Neo4j system, they might.

Babel is the tool for transforming a Microsoft SQL Server database into a Neo4j database.

Usage

To use Babel, compile and run the code after configuring the two database connection strings correctly. Babel will handle the rest!

About

Babel is a database application which will take queries in one language (probably SQL), and transmit them to any desired database, including those which are not of the same language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages