Skip to content
Code Ninja edited this page Sep 30, 2024 · 22 revisions

What is Schemio?

Schemio is a .net utility to hydrate an entity with data by specifying schema paths or sections of its object graph.

Supports XPath & JsonPath for schema paths.

When to use Schemio?

Schemio is perfect fit when you need to fetch parts of a large entity from given data storage. Ideally, you may not want all of the entity data but preferably only sections of the object graph depending on the context for fetch.

Few example schemio use cases that require the service tier to dynamically fetch data for high performance, availability and scalability are

  • Reporting
  • Document Generation ( with templated data)
  • Content Management Systems
  • Many more

Clone this wiki locally