Defining Service Boundaries By Splitting Entities

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • AdaptiveClient.EntityFramework.Zamagon

    Demo application for AdaptiveClient.EntityFrameworkCore

  • Applications talk to each other differently than services within a single app. If you want App A to talk to App B you can use something like a REST API. I suspect you are asking about services within a single app. In this case Service B and Service C can actually be injected into Service A. Likewise Service A and Service C can be injected into Service B and so on. In reality it is a bit more tricky than this - I describe an object I call a Service Manifest which is simply an object with a property for each service. The manifest is injected into each service. So from within Service A you can do this: serviceManifest.ServiceB.DoSomething(); You can get sample code that shows this here.

  • 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Hangfire – Background Processing in .NET and .NET Core Applications

    1 project | news.ycombinator.com | 3 May 2024
  • Ask HN: Why does Bitwarden not comment their code?

    1 project | news.ycombinator.com | 3 May 2024
  • Your Friendly Guide to Understanding gRPC in .NET with C#

    1 project | dev.to | 3 May 2024
  • Automatic interfaces generation in the C#

    1 project | dev.to | 2 May 2024
  • Vanguard just went live and LoL players are claiming it's bricking their PCs

    1 project | news.ycombinator.com | 2 May 2024