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
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of linq-cube!