Skip to content
/ LinkIt Public

LinkIt is an object-oriented data integration library that makes it easy to load different kinds of objects and link them together.

License

Notifications You must be signed in to change notification settings

cbcrc/LinkIt

Repository files navigation

LinkIt is an object-oriented data integration library that makes it easy to load different kinds of objects and link them together.

LinkIt is not an object-relational mapping framework. It can be used for orchestrating the loading of objects and for linking the loaded objects togheter, not for defining how the objects are loaded. LinkIt is intended to be used in a variety of contexts such as data APIs, ETL processes, CQRS event handlers, web crawlers, etc.

Features

  • Minimize coding effort by leveraging reuse and composition
  • Data source independent
  • Avoid the Select N + 1 problem
  • Built-in support for references between complex types
  • Support for polymorphism out of the box
  • Favor convention over configuration
  • Perform complex projections easily with LinkIt AutoMapper Extensions

Read more

See also

About

LinkIt is an object-oriented data integration library that makes it easy to load different kinds of objects and link them together.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages