All Projects → oskardudycz → Goldeneye

oskardudycz / Goldeneye

Licence: mit
The CQRS flavoured framework that will speed up your WebAPI and Microservices development

Projects that are alternatives of or similar to Goldeneye

Aspnetcore Ddd
Full ASP.NET Core 3.1 LTS application with DDD, CQRS and Event Sourcing
Stars: ✭ 88 (-48.54%)
Mutual labels:  webapi, event-sourcing, entity-framework, cqrs
Stove
Domain Driven Design oriented application framework, meets CRUD needs
Stars: ✭ 160 (-6.43%)
Mutual labels:  entity-framework, framework, dapper, cqrs
Cqrs
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Stars: ✭ 310 (+81.29%)
Mutual labels:  webapi, event-sourcing, cqrs
Eventhus
Go - CQRS / Event Sourcing made easy - Go
Stars: ✭ 350 (+104.68%)
Mutual labels:  event-sourcing, framework, cqrs
Eventflow
Async/await first CQRS+ES and DDD framework for .NET
Stars: ✭ 1,932 (+1029.82%)
Mutual labels:  framework, nuget, cqrs
backend
Ergonode backend repository
Stars: ✭ 100 (-41.52%)
Mutual labels:  cqrs, backend, event-sourcing
OpenSleigh
OpenSleigh is a Saga management library for .NET Core.
Stars: ✭ 198 (+15.79%)
Mutual labels:  cqrs, nuget, entity-framework
Frapper
ASP.NET Core 3.1 Beginners project template with complete Custom User Management and lot's of other useful Features Which Helps you for Rapid Application Development.
Stars: ✭ 129 (-24.56%)
Mutual labels:  entity-framework, dapper, backend
Symfony 5 Es Cqrs Boilerplate
Symfony 5 DDD ES CQRS backend boilerplate
Stars: ✭ 759 (+343.86%)
Mutual labels:  event-sourcing, cqrs, backend
Sample Dotnet Core Cqrs Api
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
Stars: ✭ 1,273 (+644.44%)
Mutual labels:  entity-framework, dapper, cqrs
Event Sourcing Castanha
An Event Sourcing service template with DDD, TDD and SOLID. It has High Cohesion and Loose Coupling, it's a good start for your next Microservice application.
Stars: ✭ 68 (-60.23%)
Mutual labels:  webapi, event-sourcing, cqrs
Event Sourcing Jambo
An Hexagonal Architecture with DDD + Aggregates + Event Sourcing using .NET Core, Kafka e MongoDB (Blog Engine)
Stars: ✭ 159 (-7.02%)
Mutual labels:  webapi, event-sourcing, cqrs
CleanArchitecture
Clean Architecture Solution for .NET 5
Stars: ✭ 18 (-89.47%)
Mutual labels:  cqrs, event-sourcing, webapi
Dotnet New Caju
Learn Clean Architecture with .NET Core 3.0 🔥
Stars: ✭ 228 (+33.33%)
Mutual labels:  webapi, event-sourcing, cqrs
Booster
Booster Cloud Framework
Stars: ✭ 136 (-20.47%)
Mutual labels:  event-sourcing, framework, cqrs
Ultimate Backend
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
Stars: ✭ 978 (+471.93%)
Mutual labels:  event-sourcing, cqrs, backend
Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
Stars: ✭ 162 (-5.26%)
Mutual labels:  event-sourcing, framework, cqrs
Eventsourcing
.NET Core event sourcing framework
Stars: ✭ 134 (-21.64%)
Mutual labels:  event-sourcing, cqrs
Dotnetlabs
.NET Labs -- Show Me the Tips and Tricks and Code
Stars: ✭ 135 (-21.05%)
Mutual labels:  webapi, entity-framework
October
Self-hosted CMS platform based on the Laravel PHP Framework.
Stars: ✭ 10,740 (+6180.7%)
Mutual labels:  framework, backend

GoldenEye Logo

GoldenEye

Twitter Follow Join the chat at https://gitter.im/oskardudycz/GoldenEye Build status blog

What is GoldenEye?

GoldenEye is a Full Stack framework written in .NET Core. The main goal of GoldenEye is to speed up your development process. It gathers most widely used frameworks in .NET world and pack them into a simple bootstrap Nuget packages. It also provide set of base classes, helpers, extensions that will help you with your daily work.

What do I get?

Complete Solution bootstrap - bottom up:

  • CQRS and Domain Driven Development stack - sending and handling commands, queries, events (with usage of MediatR library),
  • Messaging infrastructure - both internal based on MediatR and external with Kafka,
  • CRUD Repositories and CRUD Application Services,
  • Entity Framework (supports also Dapper, Marten)
  • WebApi REST controllers,
  • complete set up of dependency injection with automatic naming convention binding,
  • AutoMapper preconfigured and automatic mappings registration,
  • Validation flow with FluentValidation.NET,
  • Examples of complete usage (Task list functionality),
  • document database and event store support in Postgres with Marten framework,
  • many more

How do I get started?

Install the project template by running

dotnet new -i GoldenEye.WebApi.Template.SimpleDDD

and then create new project based on it:

dotnet new SimpleDDD -n NameOfYourProject

Or manually add packages to your project, eg:

dotnet add package GoldenEye

Where can I get it?

Install packages from the Nuget package manager:

Packages:

  • GoldenEye - full DDD flow for CQRS, DDD development. Basing on MediatR library gives the Command, Queries, Events handling. Repositories, Services, CRUD, helpers, extensions that will boost your development
  • GoldenEye.Marten - extension to GoldenEye that gives possibility to use Postgres as Document Database and Event Store - thanks to Marten library
  • GoldenEye.WebApi - base classes for API development like CRUD controllers, registration helpers, and many more
  • GoldenEye.EntityFramework - extensions to GoldenEye for EntityFramework development (EF repositories, etc.)
  • GoldenEye.Dapper - extensions to GoldenEye for Dapper development (Dapper repositories, etc.)
  • GoldenEye.ElasticSearch - extensions to GoldenEye for ElasticSearch development (ElasticSearch repositories, etc.)
  • GoldenEye.Kafka - extensions to GoldenEye for Kafka development (Kafka producer, concumer, etc.)

I found an issue or I have a change request

Feel free to create an issue on GitHub. Contributions, pull requests are more than welcome!

Support

💖 If this repository helped you - I'd be more than happy if you join the group of my official supporters at:

👉 Github Sponsors

GoldenEye is Copyright © 2015-2021 Oskar Dudycz and other contributors under the MIT license.

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].