All Projects β†’ innoq β†’ Scs

innoq / Scs

Self-Contained Systems

Projects that are alternatives of or similar to Scs

Awesome Microservices Netcore
πŸ’Ž A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (+357.67%)
Mutual labels:  microservices, distributed-systems, microservices-architecture
Awesome System Design
A curated list of awesome System Design (A.K.A. Distributed Systems) resources.
Stars: ✭ 4,999 (+2544.97%)
Mutual labels:  microservices, distributed-systems, microservices-architecture
Grpcjsontranscoder
A filter which allows a RESTful JSON API client to send requests to .NET web server over HTTP and get proxied to a gRPC service
Stars: ✭ 97 (-48.68%)
Mutual labels:  microservices, microservices-architecture
Awesome Microservices
A curated list of Microservice Architecture related principles and technologies.
Stars: ✭ 10,642 (+5530.69%)
Mutual labels:  microservices, microservices-architecture
Genie
Distributed Big Data Orchestration Service
Stars: ✭ 1,544 (+716.93%)
Mutual labels:  microservices, distributed-systems
Microservices Architecture Guidelines
Designing a Microservices Architecture
Stars: ✭ 86 (-54.5%)
Mutual labels:  microservices, microservices-architecture
Dotnetcore Microservices Poc
Very simplified insurance sales system made in a microservices architecture using .NET Core
Stars: ✭ 1,304 (+589.95%)
Mutual labels:  microservices, microservices-architecture
Dotnet Istanbul Microservices Demo
This is the demo application that i created for my talk 'Microservice Architecture & Implementation with Asp.Net Core' at Dotnet Δ°stanbul Meetup Group.
Stars: ✭ 109 (-42.33%)
Mutual labels:  microservices, distributed-systems
Microservices Prototype
Stars: ✭ 72 (-61.9%)
Mutual labels:  microservices, microservices-architecture
Coolstore Microservices
A full-stack .NET microservices build on Dapr and Tye
Stars: ✭ 1,903 (+906.88%)
Mutual labels:  microservices, microservices-architecture
Temporal
Temporal service
Stars: ✭ 3,212 (+1599.47%)
Mutual labels:  distributed-systems, microservices-architecture
Go Micro Boilerplate
The boilerplate of the GoLang application with a clear microservices architecture.
Stars: ✭ 147 (-22.22%)
Mutual labels:  microservices, microservices-architecture
Microservice Patterns
Code to share the knowledge I gained while designing and implementing micro services
Stars: ✭ 87 (-53.97%)
Mutual labels:  microservices, microservices-architecture
Monolith Microservice Shop
Source code for https://threedots.tech/post/microservices-or-monolith-its-detail/ article.
Stars: ✭ 83 (-56.08%)
Mutual labels:  microservices, microservices-architecture
Nats Server
High-Performance server for NATS.io, the cloud and edge native messaging system.
Stars: ✭ 10,223 (+5308.99%)
Mutual labels:  distributed-systems, microservices-architecture
Gnes
GNES is Generic Neural Elastic Search, a cloud-native semantic search system based on deep neural network.
Stars: ✭ 1,178 (+523.28%)
Mutual labels:  microservices, distributed-systems
Micro
Micro is a distributed cloud operating system
Stars: ✭ 10,778 (+5602.65%)
Mutual labels:  microservices, distributed-systems
Modernarchitectureshop
The Microservices Online Shop is an application with a modern software architecture that is cleanly designed and based on.NET lightweight technologies. The shop has two build variations. The first variant is the classic Microservices Architectural Style. The second one is with Dapr. Dapr has a comprehensive infrastructure for building highly decoupled Microservices; for this reason, I am using Dapr to achieve the noble goal of building a highly scalable application with clean architecture and clean code.
Stars: ✭ 154 (-18.52%)
Mutual labels:  microservices, microservices-architecture
Microservices Example
Example of a microservices architecture on the modern stack of Java technologies
Stars: ✭ 66 (-65.08%)
Mutual labels:  microservices, microservices-architecture
Scada.js
Industrial distributed SCADA and MRP library for web, desktop and mobile
Stars: ✭ 66 (-65.08%)
Mutual labels:  distributed-systems, microservices-architecture

SCS: Self-Contained Systems

Assembling Software from Independent Systems

Find out more about SCS at scs-architecture.org (generated via Github Pages from this repository).

How to contribute?

1. Fork this repository

2. Make a feature branch on your fork

3. Make your changes

You can setup a local development environment by running the following command in your locally cloned repository:

docker run -v "$PWD":/usr/src/app -p "4000:4000" starefossen/github-pages

After that you can look at you changes at: http://0.0.0.0:4000/

4. Commit you changes

Bonus: Choose a good commit message

5. Open an pull-request

Provide a good title and describe what you want to change and why.

6. Profit! Thanks for contributing :)

There is also a more in depth guide from github.

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