LinqCube is a small utility library to define measures and dimensions in code an do in-memory cubes against LINQ queries.
Why?
Often you have the requirement to build some reports. For example all open cases over time, all open cases over time and status etc. Your queries are complicated enough to end up in large SQL Views or dozen's of single SQL Queries. Implementing a real OLAP Cube would be an overkill, because you only have 10.000s of rows.
LinqCube was build to reduce SQL Statements and complexity and to have most of the features a real OLAP Cube provides.
See the example program for an overview of the possibilities and syntax.
Features
- Linq as a source
- Dimensions
- Measures
- Multiple Queries
License
GNU General Public License version 3.0 (GPLv3)Follow linq-cube
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of linq-cube!