repository-pattern

Open-source projects categorized as repository-pattern

Top 23 repository-pattern Open-Source Projects

  • Specification

    Base class with tests for adding specifications to a DDD model

  • Project mention: Why doesn't eager loading work with EF? | /r/dotnet | 2023-06-17

    If so, then look into this

  • Onion-architecture-ASP.NET-Core

    WhiteApp API solution template which is built on Onion Architecture with all essential feature using .NET 5!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • REL

    :gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API

  • Project mention: Prisma for Go vs. Node.js Prisma Client & GORM: Thoughts? | /r/golang | 2023-12-10
  • MicroOrm.Dapper.Repositories

    CRUD for Dapper

  • Hanami::Model

    Ruby persistence framework with entities and repositories

  • DotNetCore

    .NET 8 Nuget Packages.

  • go-transaction-manager

    Transaction manager for GoLang

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • red-bird

    Repository Patterns for Python

  • Souq_ShopOnline

    E-commerce Store implemented in MVVM Architecture using Backend Rest API written in MySQL and Node.js

  • GraphQL.RepoDB

    A set of extensions for working with HotChocolate GraphQL and Database access with micro-orms such as RepoDb (or Dapper). This extension pack provides access to key elements such as Selections/Projections, Sort arguments, & Paging arguments in a significantly simplified facade so this logic can be leveraged in the Serivces/Repositories that encapsulate all data access (without dependency on IQueryable and execution outside of the devs control).

  • StudentCourseManagement

    Dockerized Microservice Solutions developed in ASP.NET Core Web API with front-end application developed using Angular 11.

  • monguito

    Lightweight MongoDB Abstract Repository implementation for Node.js apps

  • Project mention: Node Abstract Repository for MongoDB | dev.to | 2023-06-04

    This article introduces node-abstract-repository, but it does not include all of its details. You may find the full documentation and some usage examples at this GitHub repository, including an example of how to use this library in a NestJS-based application.

  • Simplify.DI

    Simplify is an open-source set of lightweight .NET libraries that provide infrastructure for your applications. DI and mocking friendly. (by SimplifyNet)

  • AuthApi

    An example of Authentication and Authorization in REST API using minimal API, Clean Architecture and design patterns. ASP.NET Core 8.0

  • WeatherApi

    An example of REST API for handling weather data using minimal API and Clean Architecture with various design patterns. ASP.NET Core 8.0

  • Fluxera.Repository

    A generic repository implementation.

  • UserManagement

    ASP.NET Core 3.1 with Angular 10 clean architecture learning path.

  • FileApi

    An example of REST API for uploading and converting files using minimal API, Clean Architecture and design patterns. ASP.NET Core 8.0 (by Gramli)

  • AzureFunctionAPI-CosmosDB-CleanArchitecture

    Http Trigger Azure fnction with CosmosDB and clean architecture.

  • ceyehat-api

    My senior project, backend.

  • ngx-crudx

    A library for leveraging Repository pattern & Entity model in angular apps at scale.

  • go-struct2serve

    This is a small library for echo v4 that has a generic repository for accessing the database and populating structures in golang and has a generic controller and service. You can create a custom repository or custom controller using Go compose.

  • Project mention: Introducing Our Early-stage Generic Repository Package for Go - Your Feedback Needed! | /r/golang | 2023-07-21

    Please keep in mind that this is a project in its infancy and might not be entirely stable. We're continually working on improving it, and your feedback would be invaluable in guiding its development. Visit our GitHub repository here:https://github.com/arturoeanton/go-struct2serve We're excited to hear what you think and how we can work together to make this package more robust and efficient. Thank you in advance for your help and contributions. Best regards, r2

  • YouTooBeAlike

    Android app architecture sample of MVVM UDF. This project demonstrates how to achieve a YouTube-like UX and how to handle media playbacks in this case.

  • Project mention: I’m creating 2 simple practice apps that have a shared code base (mostly). A simple hit an api and crate a list. Would the recyclerview be in the shared folder or one in each app folder? Is there a good example I can look at? | /r/androiddev | 2023-06-16

    Not sure why you're asking specifically about recycler view. If your application shares most of the code, I highly recommend modularization by feature and layer. You can then create a second application as a second application module in the same project. Check out the official guide, or if you're interested in my codebase with a slightly different approach.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

repository-pattern related posts

  • I’m creating 2 simple practice apps that have a shared code base (mostly). A simple hit an api and crate a list. Would the recyclerview be in the shared folder or one in each app folder? Is there a good example I can look at?

    1 project | /r/androiddev | 16 Jun 2023
  • Clean Architecture VS. Official documentation!

    2 projects | /r/androiddev | 11 Feb 2023
  • Azure Function with Cosmos DB Clean Architecture

    1 project | /r/webdev | 20 Jan 2023
  • GitHub - fullstackhub-io/AzureFunctionAPI-CosmosDB-CleanArchitecture: Http Trigger Azure fnction with CosmosDB and clean architecture.

    1 project | /r/dotnetcore | 20 Jan 2023
  • Http Triggered Azure Function with CosmosDB Clean Architecture

    1 project | /r/programming | 12 Jan 2023
  • My own cli boilerplate tool

    1 project | dev.to | 13 Jul 2021
  • Build an E-commerce Store App like Souq.com for Android

    1 project | dev.to | 7 Mar 2021
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 5 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source repository-pattern projects? This list will help you:

Project Stars
1 Specification 1,807
2 Onion-architecture-ASP.NET-Core 763
3 REL 740
4 MicroOrm.Dapper.Repositories 637
5 Hanami::Model 445
6 DotNetCore 439
7 go-transaction-manager 160
8 red-bird 159
9 Souq_ShopOnline 111
10 GraphQL.RepoDB 38
11 StudentCourseManagement 37
12 monguito 25
13 Simplify.DI 18
14 AuthApi 17
15 WeatherApi 15
16 Fluxera.Repository 13
17 UserManagement 13
18 FileApi 13
19 AzureFunctionAPI-CosmosDB-CleanArchitecture 9
20 ceyehat-api 5
21 ngx-crudx 5
22 go-struct2serve 3
23 YouTooBeAlike 2

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com