{"id":25119224,"url":"https://github.com/deveel/deveel.repository","last_synced_at":"2025-04-22T19:07:36.260Z","repository":{"id":199351695,"uuid":"564494183","full_name":"deveel/deveel.repository","owner":"deveel","description":"Implementations of the repository pattern for .NET to support the domain-driven modeling","archived":false,"fork":false,"pushed_at":"2025-01-27T18:54:34.000Z","size":1047,"stargazers_count":3,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-22T19:07:26.825Z","etag":null,"topics":["clean-architechture","csharp","data","dotnet-core","dotnetcore","efcore","entity","entity-framework","entity-manager","layered-architecture","mongodb","repository","repository-manager","repository-pattern"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deveel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-10T20:55:44.000Z","updated_at":"2025-01-26T18:12:20.000Z","dependencies_parsed_at":"2023-10-28T09:25:25.893Z","dependency_job_id":"25578ac3-2be2-4049-8c12-bf9476364f0b","html_url":"https://github.com/deveel/deveel.repository","commit_stats":null,"previous_names":["deveel/deveel.repository"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deveel%2Fdeveel.repository","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deveel%2Fdeveel.repository/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deveel%2Fdeveel.repository/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deveel%2Fdeveel.repository/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deveel","download_url":"https://codeload.github.com/deveel/deveel.repository/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250306639,"owners_count":21408926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clean-architechture","csharp","data","dotnet-core","dotnetcore","efcore","entity","entity-framework","entity-manager","layered-architecture","mongodb","repository","repository-manager","repository-pattern"],"created_at":"2025-02-08T04:36:10.624Z","updated_at":"2025-04-22T19:07:36.234Z","avatar_url":"https://github.com/deveel.png","language":"C#","funding_links":[],"categories":["Libraries and Frameworks"],"sub_categories":[".NET"],"readme":"![GitHub release](https://img.shields.io/github/v/release/deveel/deveel.repository)\n![GitHub license](https://img.shields.io/github/license/deveel/deveel.repository?color=blue)\n ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/deveel/deveel.repository/ci.yml?logo=github)\n [![codecov](https://codecov.io/gh/deveel/deveel.repository/graph/badge.svg?token=5US7L3C7ES)](https://codecov.io/gh/deveel/deveel.repository) ![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/deveel/deveel.repository) [![Documentation](https://img.shields.io/badge/gitbook-docs?logo=gitbook\u0026label=docs\u0026color=blue)](https://deveel.gitbook.io/repository/)\n\n\n\n# Deveel Repository\n\nThis project wants to provide a _low-ambitions_ / _low-expectations_ implementation of the (_infamous_) _[Repository Pattern](https://martinfowler.com/eaaCatalog/repository.html)_ for .NET to support the development of applications that need to access different data sources, using a common interface, respecting the principles of the _[Domain-Driven Design](https://en.wikipedia.org/wiki/Domain-driven_design)_ and the _[SOLID](https://en.wikipedia.org/wiki/SOLID)_ principles.\n\n## Libraries\n\nThe framework is based on a _kernel_ package, that provides the basic interfaces and abstractions, and a set of _drivers_ that implement the interfaces to access different data sources.\n\n| Package | NuGet |\n| ------- | ----- |\n| _Deveel.Repository.Core_ | [![NuGet](https://img.shields.io/nuget/v/Deveel.Repository.Core.svg)](https://www.nuget.org/packages/Deveel.Repository.Core/) |\n| _Deveel.Repository.InMemory_ | [![NuGet](https://img.shields.io/nuget/v/Deveel.Repository.InMemory.svg)](https://www.nuget.org/packages/Deveel.Repository.InMemory/) |\n| _Deveel.Repository.MongoFramework_ | [![NuGet](https://img.shields.io/nuget/v/Deveel.Repository.MongoFramework.svg)](https://www.nuget.org/packages/Deveel.Repository.MongoFramework/) |\n| _Deveel.Repository.EntityFramework_ | [![NuGet](https://img.shields.io/nuget/v/Deveel.Repository.EntityFramework.svg)](https://www.nuget.org/packages/Deveel.Repository.EntityFramework/) |\n| _Deveel.Repository.DynamicLinq_ | [![NuGet](https://img.shields.io/nuget/v/Deveel.Repository.DynamicLinq.svg)](https://www.nuget.org/packages/Deveel.Repository.DynamicLinq/) |\n| _Deveel.Repository.Manager_ | [![NuGet](https://img.shields.io/nuget/v/Deveel.Repository.Manager.svg)](https://www.nuget.org/packages/Deveel.Repository.Manager/) |\n| _Deveel.Repository.Manager.DynamicLinq_ | [![NuGet](https://img.shields.io/nuget/v/Deveel.Repository.Manager.DynamicLinq.svg)](https://www.nuget.org/packages/Deveel.Repository.Manager.DynamicLinq/) |\n| _Deveel.Repository.Manager.EasyCaching_ | [![NuGet](https://img.shields.io/nuget/v/Deveel.Repository.Manager.EasyCaching.svg)](https://www.nuget.org/packages/Deveel.Repository.Manager.EasyCaching/) |\n\n\n## Why Deveel Repository?\n\nThe _Repository Pattern_ is a well-known pattern in the software development, that is used to abstract the access to a data source, and to provide a common interface to query and manipulate the data.\n\nYou can read the [motivations and drivers](docs/motivations.md) that have led to the development of this framework, and decide if it is suited for your needs.\n\n## Documentation and Guides\n\nA brief gruide on how to use the framework is available in the [documentation](docs/index.md) section of the repository, that will be updated regularly with any major release of the framework.\n\n[Read Here](docs/index.md) or at [GitBook](https://deveel.gitbook.io/repository/).\n\n## License\n\nThe project is licensed under the terms of the [Apache Public License v2](LICENSE), that allows the use of the code in any project, open-source or commercial, without any restriction.\n\n## Contributing\n\nThe project is open to contributions: if you want to contribute to the project, please read the [contributing guidelines](CONTRIBUTING.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveel%2Fdeveel.repository","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveel%2Fdeveel.repository","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveel%2Fdeveel.repository/lists"}