Schemio.EntityFramework
2.0.0
dotnet add package Schemio.EntityFramework --version 2.0.0
NuGet\Install-Package Schemio.EntityFramework -Version 2.0.0
<PackageReference Include="Schemio.EntityFramework" Version="2.0.0" />
paket add Schemio.EntityFramework --version 2.0.0
#r "nuget: Schemio.EntityFramework, 2.0.0"
// Install Schemio.EntityFramework as a Cake Addin #addin nuget:?package=Schemio.EntityFramework&version=2.0.0 // Install Schemio.EntityFramework as a Cake Tool #tool nuget:?package=Schemio.EntityFramework&version=2.0.0
Schemio v2.0
Nuget Packages
Concept
What is Schemio?
Schemio
is a data aggregation framework using queries that can target different data platforms.
Key benefits:
- allows fetching
aggregated
data fromheterogeneous
data storages. You could combine queries targetting different data platforms (example.SQL
,API
,Cache
) to return an aggregated dataentity
. - allows
selectively
fetching onlyparts
of the aggregated data entity. You could retrieve an aggregated data entity with onlysections
of itsobject graph
populated with data depending upon theschema paths
passed with the request.
When to use Schemio?
Schemio is perfect fit for many use cases. Few examples that require the service tier to dynamically fetch aggregated data with high performance, availability and scalability are
- Aggregated APIs
- Data Reporting
- Document Generation (with templated data)
- Content Management Systems
- Many more
Getting Started?
i. Installation
Install the latest nuget package as appropriate for Core
, Web API
, SQL
using Dapper
or EntityFramework
using commands below.
Scemio.Core
- for installing schemio for bespoke
implementation of query engine.
NuGet\Install-Package Schemio.Core
Schemio.SQL
- for installing schemio for SQL with Dapper
engine.
NuGet\Install-Package Schemio.SQL
Schemio.EntityFramework
- for installing schemio for SQL with EntityFramework
engine.
NuGet\Install-Package Schemio.EntityFramework
Schemio.API
- for installing schemio for Web API with HttpClient
engine.
NuGet\Install-Package Schemio.API
ii. Developer Guide
Please see Developer Guide for details on how to implement schemio in your project.
Support
If you are having problems, please let me know by raising a new issue.
License
This project is licensed with the MIT license.
Version History
The main branch is now on .NET 8.0. The following previous versions are available:
| Version | Release Notes | Developer Guide |
| -------- | --------|--------|
| v1.0.0
| Notes | Guide |
| v2.0.0
| Notes | Guide |
Credits
Thank you for reading. Please fork, explore, contribute and report. Happy Coding !! 😃
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. |
-
net9.0
- Microsoft.EntityFrameworkCore (>= 9.0.0)
- Schemio.Core (>= 2.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.