All Projects → kreta → Kreta

kreta / Kreta

Licence: mit
Modern project management solution

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Kreta

Ultimate Backend
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
Stars: ✭ 978 (+452.54%)
Mutual labels:  graphql, microservices, event-sourcing, ddd, cqrs
Dotnet New Caju
Learn Clean Architecture with .NET Core 3.0 🔥
Stars: ✭ 228 (+28.81%)
Mutual labels:  microservices, event-sourcing, ddd, cqrs, domain-driven-design
Akkatecture
a cqrs and event sourcing framework for dotnet core using akka.net
Stars: ✭ 414 (+133.9%)
Mutual labels:  microservices, event-sourcing, ddd, cqrs, domain-driven-design
Event Sourcing Jambo
An Hexagonal Architecture with DDD + Aggregates + Event Sourcing using .NET Core, Kafka e MongoDB (Blog Engine)
Stars: ✭ 159 (-10.17%)
Mutual labels:  microservices, event-sourcing, ddd, cqrs, domain-driven-design
Nestjs Cqrs Starter
NestJS CQRS Microservices Starter Project
Stars: ✭ 80 (-54.8%)
Mutual labels:  graphql, microservices, event-sourcing, ddd, cqrs
Eventhorizon
CQRS/ES toolkit for Go
Stars: ✭ 961 (+442.94%)
Mutual labels:  event-sourcing, ddd, cqrs, domain-driven-design
Bifrost
This is the stable release of Dolittle till its out of alpha->beta stages
Stars: ✭ 111 (-37.29%)
Mutual labels:  event-sourcing, ddd, cqrs, domain-driven-design
Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
Stars: ✭ 162 (-8.47%)
Mutual labels:  event-sourcing, ddd, cqrs, domain-driven-design
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 (-61.58%)
Mutual labels:  event-sourcing, ddd, cqrs, domain-driven-design
Eshoponcontainersddd
Fork of dotnet-architecture/eShopOnContainers in full DDD/CQRS design using my own patterns
Stars: ✭ 126 (-28.81%)
Mutual labels:  microservices, ddd, cqrs, domain-driven-design
Php Ddd Example
🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 5
Stars: ✭ 1,960 (+1007.34%)
Mutual labels:  symfony, ddd, cqrs, domain-driven-design
Rails event store
A Ruby implementation of an Event Store based on Active Record
Stars: ✭ 947 (+435.03%)
Mutual labels:  event-sourcing, ddd, cqrs, domain-driven-design
Cronus
Cronus is a lightweight framework for building event driven systems with DDD/CQRS in mind
Stars: ✭ 139 (-21.47%)
Mutual labels:  microservices, event-sourcing, ddd, cqrs
Symfony Demo App
A Symfony demo application with basic user management
Stars: ✭ 122 (-31.07%)
Mutual labels:  event-sourcing, symfony, cqrs, domain-driven-design
Eventsourcing
A library for event sourcing in Python.
Stars: ✭ 760 (+329.38%)
Mutual labels:  event-sourcing, ddd, cqrs, domain-driven-design
Symfony 5 Es Cqrs Boilerplate
Symfony 5 DDD ES CQRS backend boilerplate
Stars: ✭ 759 (+328.81%)
Mutual labels:  event-sourcing, symfony, ddd, cqrs
Productcontext Eventsourcing
A practical/experimental Event Sourcing application on Product Bounded Context in an e-commerce
Stars: ✭ 88 (-50.28%)
Mutual labels:  event-sourcing, ddd, cqrs, domain-driven-design
Todomvc Ddd Cqrs Eventsourcing
Implementation of basic Todo app via tastejs/todomvc in C#/Typescript with eventsourcing, cqrs, and domain driven design
Stars: ✭ 134 (-24.29%)
Mutual labels:  microservices, ddd, cqrs, domain-driven-design
Practical.cleanarchitecture
Asp.Net Core 5 Clean Architecture (Microservices, Modular Monolith, Monolith) samples (+Blazor, Angular 11, React 17, Vue 2.6), Domain-Driven Design, CQRS, Event Sourcing, SOLID, Asp.Net Core Identity Custom Storage, Identity Server 4 Admin UI, Entity Framework Core, Selenium E2E Testing, SignalR Notification, Hangfire Tasks Scheduling, Health Checks, Security Headers, ...
Stars: ✭ 639 (+261.02%)
Mutual labels:  graphql, microservices, cqrs, domain-driven-design
Pitstop
This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.
Stars: ✭ 708 (+300%)
Mutual labels:  microservices, event-sourcing, ddd, cqrs

Unix build Status Windows build Status Code Quality Slack participants Licensing

About Kreta

Kreta is an ecosystem based on microservices that following the Domain-Driven Design can provide a serious, robust and testable project management platform written in modern PHP. In the other hand, the project keeps constantly in mind the importance of a good user experience so, the good design and client-side logic is a must. For that, Kreta uses "React with Redux" JavaScript stack.

We are committed to the Continuous Delivery philosophy so, all the code that is merged to the repository's master branch is automatically deployed to production by Travis. In this way you can visit the kreta.io and enjoy instantaneously with the last updates of the platform.

Documentation

All the documentation is stored in the /docs folder.

Show me the docs!

Contributing

Kreta follows PHP, Sass and JavaScript coding standards, so pull requests need to pass the PHP-CS-Fixer, Stylelint, ESLint and Prettier. Furthermore, if the PR creates some non-PHP file, remember that you have to put the license header manually. In order to simplify the CS process we provide a simple bash script that wraps all the commands related.

$ sh etc/bash/cs.sh

There is also a policy for contributing to this project. Pull requests must be explained step by step to make the review process easy in order to accept and merge them. New methods or code improvements must come paired with tests. We are using PhpSpec for PHP unit testing, PHPUnit for PHP integration tests and Jest for JavaScript code.

Credits

Kreta is created by:

@benatespina - [email protected]
@gorkalaucirica - [email protected]

License

The Kreta project is open-sourced software licensed 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].