Git Product home page Git Product logo

dream-invent-inspire / dii.storage Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 612 KB

A framework for managing entities in storage. Supports object compression, property name abbreviation, and encryption by annotation. Additional libraries are available for a CosmosDB implementation of the framework.

License: GNU General Public License v3.0

C# 100.00%
abbreviation annotation compression cosmosdb messagepack storage storage-engine

dii.storage's Introduction

dii.storage

A .NET 6 framework for managing entities in storage.

Features

dii.storage

  • Object Compression — Specify which properties to compress into the stored object. dii.storage handles packing and unpacking of the compressed properties so you don't have to!

  • Property Name Abbreviation — Add unique property names used for stored objects while using clear names on your .NET properties.

  • Auto-Detect Types — Allows auto-detection of types used for storage. Don't worry, you can explicitly pass in types too!

  • Runtime Type Registration — Add new types to the Optimizer without requiring a system restart.

dii.storage.cosmos

  • Infrastructure Auto-Creation — Allows the automatic creation of CosmosDB Database and Container at startup.

    • Includes support for custom container names and time-to-live (TTL) settings.
  • Abstract Adapter — Provides an abstract adapter optimized to take advantage of dii.storage.

    • Features common access patterns with Get, Create, Replace, Upsert, Patch and Delete APIs.

    • Fully functional Bulk variants of all access patterns.

Getting Started with dii.storage

To get started with dii.storage, please check out the Getting Started section in our wiki. You can also view example code in the dii.storage.cosmos.examples project.

Questions? Need Help?

If you've got questions about setup, features, or just want to chat with the developer, please feel free to start a thread in our Discussions tab!

Found a bug?

Submit an issue. Also feel free to submit pull requests with bug fixes or changes to the dev branch.

Contributors

The core optimizer of dii.storage was originally developed by Andrew Beers. Additional features and maintenance by Andrew and Pat MacMannis. Both original contributors are active with the project today.

dii.storage's People

Contributors

aquamoogle avatar pmac627 avatar pmacmannis-emporos avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dii.storage's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.