Skip to content

mysql2hiveql is a tool to convert MySQL queries into Hive queries (HiveQL)

Notifications You must be signed in to change notification settings

mulka/mysql2hiveql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mysql2hiveql is a tool to convert MySQL queries into Hive queries. You need to have node.js installed to use it.

It's nowhere near to being complete, but it worked for the queries that I needed it to work for at the time.

Implementation details: It uses the PEG.js parser generator to generate a node.js module which you can then run on the command line.

Usage:
node convert_sql.js < mysql_queries.sql > hive_queries.sql

About

mysql2hiveql is a tool to convert MySQL queries into Hive queries (HiveQL)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published