Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

aeden/activewarehouse-mdx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This directory holds a first draft of a lexer and parser for the MDX multi-dimensional query language. It is unfortunate that a true specification for MDX is so hard to come by, however I have done my best to capture the initial elements of MDX queries. The grammar is defined using Dhaka (http://dhaka.rubyforge.org/) - you will need to install the Dhaka gem to generate the parser and lexer from the grammar and lexer specification (respectively).

The parser doesn't actually do anything yet, but hopefully I'll be able to put some time into it and get it working sometime in the near future.

Resources:

MDX Keywords: http://msdn2.microsoft.com/en-us/library/ms145629.aspx
MDX Syntax Elements: http://msdn2.microsoft.com/en-us/library/ms146020.aspx

About

MDX implementation in Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published