All Projects → BlueshiftSoftware → Entityframeworkcore

BlueshiftSoftware / Entityframeworkcore

Licence: other
NoSQL providers for EntityFramework Core

Projects that are alternatives of or similar to Entityframeworkcore

Mondocks
An alternative way to interact with MongoDB databases from F# that allows you to use mongo-idiomatic constructs
Stars: ✭ 20 (-92.28%)
Mutual labels:  mongodb, dotnet-core
Bankflix
Aplicação que simula um banco digital, contendo a área do cliente e administrativa, permitindo depósitos e transferências entre contas do mesmo banco. | Application that simulates a digital bank, containing the customer and administrative areas, allowing deposits and transfers between accounts of the same bank.
Stars: ✭ 82 (-68.34%)
Mutual labels:  mongodb, dotnet-core
Hexagonal Architecture Acerola
An Hexagonal Architecture service template with DDD, CQRS, TDD and SOLID using .NET Core 2.0. All small features are testable and could be mocked. Adapters could be mocked or exchanged.
Stars: ✭ 293 (+13.13%)
Mutual labels:  mongodb, dotnet-core
Gonorth
GoNorth is a story and content planning tool for RPGs and other open world games.
Stars: ✭ 289 (+11.58%)
Mutual labels:  mongodb, dotnet-core
Dotnetcore
.NET 5 Nuget Packages.
Stars: ✭ 146 (-43.63%)
Mutual labels:  mongodb, dotnet-core
Grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
Stars: ✭ 1,768 (+582.63%)
Mutual labels:  mongodb, dotnet-core
Aspnet Core Clean Arch
It is a clean architecture project template which is based on hexagonal-architecture principles built with .Net core.
Stars: ✭ 60 (-76.83%)
Mutual labels:  mongodb, dotnet-core
Webapimongodb
Using MongoDB with ASP.NET Web API and ASP.NET Core to perform CRUD operations and build a NotebookApp
Stars: ✭ 164 (-36.68%)
Mutual labels:  mongodb, dotnet-core
Supersafebank
Sample Event Sourcing implementation with .NET Core
Stars: ✭ 142 (-45.17%)
Mutual labels:  mongodb, dotnet-core
Eventflow.example
DDD+CQRS+Event-sourcing examples using EventFlow following CQRS-ES architecture. It is configured with RabbitMQ, MongoDB(Snapshot store), PostgreSQL(Read store), EventStore(GES). It's targeted to .Net Core 2.2 and include docker compose file.
Stars: ✭ 131 (-49.42%)
Mutual labels:  mongodb, dotnet-core
Event Sourcing Jambo
An Hexagonal Architecture with DDD + Aggregates + Event Sourcing using .NET Core, Kafka e MongoDB (Blog Engine)
Stars: ✭ 159 (-38.61%)
Mutual labels:  mongodb, dotnet-core
Mongo2go
Mongo2Go - MongoDB for integration tests (.NET Core)
Stars: ✭ 240 (-7.34%)
Mutual labels:  mongodb, dotnet-core
CleanArchitecture
ASP.NET Core 6 Web API Clean Architecture Solution Template
Stars: ✭ 312 (+20.46%)
Mutual labels:  dotnet-core
Mongodb consistent backup
A tool for performing consistent backups of MongoDB Clusters or Replica Sets
Stars: ✭ 255 (-1.54%)
Mutual labels:  mongodb
N Blog
《一起学 Node.js》
Stars: ✭ 15,059 (+5714.29%)
Mutual labels:  mongodb
Express Mongoose Es6 Rest Api
💥 A boilerplate application for building RESTful APIs Microservice in Node.js using express and mongoose in ES6 with code coverage and JsonWebToken Authentication
Stars: ✭ 2,811 (+985.33%)
Mutual labels:  mongodb
Equinox
.NET Event Sourcing library with CosmosDB, EventStoreDB, SqlStreamStore and integration test backends. Focused at stream level; see https://github.com/jet/propulsion for cross-stream projections/subscriptions/reactions
Stars: ✭ 260 (+0.39%)
Mutual labels:  dotnet-core
Get Me Through
A Free, Offline, Real-Time, Open-source web-app to assist organisers of any event in allowing only authorised/invited people using Face-Recognition Technology or QR Code.
Stars: ✭ 255 (-1.54%)
Mutual labels:  mongodb
Mikro Orm
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, PostgreSQL and SQLite databases.
Stars: ✭ 3,874 (+1395.75%)
Mutual labels:  mongodb
Mogollar
A MongoDB UI built with Electron
Stars: ✭ 251 (-3.09%)
Mutual labels:  mongodb

Document Database Providers for Entity Framework Core

Welcome to the home of Document Database (NoSQL) Providers for EntityFrameworkCore!

AppVeyor Build Status Travis CI Build Status

This repository currently only contains a MongoDB provider for EF Core. However, there are plans in the current roadmap to expand this with further NoSQL provider offerings.

MongoDb is a highly popular No-SQL database solution for storing structured, non-relational document data. This provider enables applications built with EntityFrameworkCore to use MongoDb instances as a backing data store.

Find out how to get started by visiting the Wiki pages. Feel free to contribute to this repository with code, comments, wiki entries, and/or issues.

The latest release and CI previews builds are available at the EntityFrameworkCore.MongoDb MyGet Feed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].