awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
OrleansContrib avatar

OrleansContrib/Orleankka

0
View on GitHub↗
507 stars·78 forks·C#·Apache-2.0·10 views

Orleankka

Functional API for Microsoft Orleans http://orleanscontrib.github.io/Orleankka

Features

  • Actor Frameworks - Functional extension for Microsoft Orleans.
  • Distributed Computing - Functional API wrapper for the distributed actor framework.

Star history

Star history chart for orleanscontrib/orleankkaStar history chart for orleanscontrib/orleankka

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Orleankka

These projects share indexed features with Orleankka. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • akkadotnet/akka.netakkadotnet avatar

    akkadotnet/akka.net

    5,023View on GitHub↗

    Akka.NET is an actor model framework used for building concurrent and distributed applications. It functions as a distributed computing platform and state manager that enables isolated actors to communicate via asynchronous message passing, ensuring thread-safe state management without manual locks. The project is distinguished by its decentralized coordination capabilities, including a distributed state manager that uses sharding and dynamic rebalancing to maintain high availability. It incorporates an event sourcing engine that persists state as a sequence of events in an append-only log an

    C#actoractor-modelakka
    View on GitHub↗5,023
  • dotnet/orleansdotnet avatar

    dotnet/orleans

    10,789View on GitHub↗

    Orleans is a .NET distributed actor framework designed for building scalable, cloud-native applications. It implements a virtual actor model where entities with stable identities manage their own state and lifecycle across a cluster of servers. The framework provides a distributed state management system with ACID transaction support and a distributed pub/sub streaming engine for real-time data processing. It distinguishes itself through location-transparent routing, automatic actor activation and deactivation, and elastic cluster scaling that redistributes workloads during node failures. Th

    C#actor-modelactorscloud-computing
    View on GitHub↗10,789
  • asynkronit/protoactor-dotnetAsynkronIT avatar

    AsynkronIT/protoactor-dotnet

    1,889View on GitHub↗

    Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin

    C#
    View on GitHub↗1,889
  • celluloid/celluloidcelluloid avatar

    celluloid/celluloid

    3,870View on GitHub↗

    Celluloid is a concurrent object framework for the Ruby language. It implements the actor model to enable the construction of multithreaded programs where objects communicate through asynchronous message passing to avoid shared state locks. The framework provides a system for managing asynchronous interactions without manual locking or thread management. It utilizes actor-based object orientation to handle parallel execution and non-blocking tasks. The project covers several architecture and capability areas, including mailbox-driven execution, fiber-based task scheduling, and proxy-based me

    Ruby
    View on GitHub↗3,870
Compare all 21 related projects→

Frequently asked questions

What does orleanscontrib/orleankka do?

Functional API for Microsoft Orleans http://orleanscontrib.github.io/Orleankka

What are the main features of orleanscontrib/orleankka?

The main features of orleanscontrib/orleankka are: Actor Frameworks, Distributed Computing.

Which projects share features with orleanscontrib/orleankka?

Projects with overlapping indexed features include: akkadotnet/akka.net — Akka.NET is an actor model framework used for building concurrent and distributed applications. It functions as a… dotnet/orleans — Orleans is a .NET distributed actor framework designed for building scalable, cloud-native applications. It implements… asynkronit/protoactor-dotnet — Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin. celluloid/celluloid — Celluloid is a concurrent object framework for the Ruby language. It implements the actor model to enable the… nixzhu/dev-blog — This project is a comprehensive framework for iOS application development, centered on building mobile applications… dask/dask — Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows…