All Projects → asynkron → protoactor-python

asynkron / protoactor-python

Licence: Apache-2.0 license
Proto Actor - Ultra fast distributed actors

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to protoactor-python

protoactor-go
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Stars: ✭ 4,138 (+5205.13%)
Mutual labels:  actors, akka, protobuf, clustering, actor-model, distributed-computing
Protoactor Go
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Stars: ✭ 3,934 (+4943.59%)
Mutual labels:  actors, akka, protobuf, clustering, actor-model, distributed-computing
Protoactor Dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Stars: ✭ 1,070 (+1271.79%)
Mutual labels:  actors, akka, clustering, distributed-computing
nact
nact ⇒ node.js + actors ⇒ your services have never been so µ
Stars: ✭ 1,003 (+1185.9%)
Mutual labels:  actors, akka, actor-model
Gosiris
An actor framework for Go
Stars: ✭ 222 (+184.62%)
Mutual labels:  actors, actor-model, distributed-computing
realtimemap-dotnet
A showcase for Proto.Actor - an ultra-fast distributed actors solution for Go, C#, and Java/Kotlin.
Stars: ✭ 47 (-39.74%)
Mutual labels:  actors, clustering, distributed-computing
Akkatecture
a cqrs and event sourcing framework for dotnet core using akka.net
Stars: ✭ 414 (+430.77%)
Mutual labels:  actors, akka, clustering
Nact
nact ⇒ node.js + actors ⇒ your services have never been so µ
Stars: ✭ 848 (+987.18%)
Mutual labels:  actors, akka, actor-model
Actors
Evaluation of API and performance of different actor libraries
Stars: ✭ 125 (+60.26%)
Mutual labels:  actors, akka
Tacks
Real-time multiplayer sailing game, in your browser
Stars: ✭ 134 (+71.79%)
Mutual labels:  actors, akka
Vlingo Actors
The VLINGO/PLATFORM type-safe Actor Model toolkit for reactive concurrency and resiliency using Java and other JVM languages.
Stars: ✭ 196 (+151.28%)
Mutual labels:  actors, actor-model
Vlingo Examples
The VLINGO/PLATFORM examples demonstrating features and functionality available in the reactive components.
Stars: ✭ 121 (+55.13%)
Mutual labels:  actors, actor-model
Orbit
Orbit - Virtual actor framework for building distributed systems
Stars: ✭ 1,585 (+1932.05%)
Mutual labels:  actors, actor-model
Sobjectizer
An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.
Stars: ✭ 172 (+120.51%)
Mutual labels:  actors, actor-model
Wasmcloud
wasmCloud is a universal host runtime for actors built with WebAssembly and capability providers
Stars: ✭ 116 (+48.72%)
Mutual labels:  actors, actor-model
Thespian
Python Actor concurrency library
Stars: ✭ 220 (+182.05%)
Mutual labels:  actors, actor-model
Akka Monitoring
Monitoring system instrumentation for Akka.NET actor systems
Stars: ✭ 105 (+34.62%)
Mutual labels:  actors, akka
Akka Guide
🌴 A chinese guide of Akka, based on Java.
Stars: ✭ 217 (+178.21%)
Mutual labels:  actors, akka
Actor Framework
An Open Source Implementation of the Actor Model in C++
Stars: ✭ 2,637 (+3280.77%)
Mutual labels:  actors, actor-model
Actors.jl
Concurrent computing in Julia based on the Actor Model
Stars: ✭ 95 (+21.79%)
Mutual labels:  actors, actor-model

protoactor-python

Proto Actor - Ultra fast distributed actors

Join the chat at https://gitter.im/AsynkronIT/protoactor

Build Status

Getting Started

Ensure you have Python 3.6 with pip installed.

$ pip3 install virtualenv
$ virtualenv dev.venv
$ source dev.venv/bin/activate # on POSIX systems
$ .\dev.venv\Scripts\activate.ps1 # on Windows
$ pip3 install -r requirements.dev.txt

Run mypy

mypy --python-version 3.6 --fast-parser -p protoactor

Run tests

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