EricssonResearch / calvin-base

Calvin is an application environment that lets things talk to things, among other things.
Apache License 2.0
282 stars 91 forks source link

Draft of stand-alone actorstore #108

Closed persquare closed 5 years ago

persquare commented 5 years ago

I've pushed a new branch (newstore) as a proof-of-concept how the ActorStore could be made into a completely stand-alone service. The store is in newstore.py and a small REST service is in store_app.py. To use, start the service using FLASK_APP=store_app.py flask run --port 4999.

Let me know what you think.

/Per

persquare commented 5 years ago

Functionality now in the calvin-3 branch