-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amazon AWS integration #2006
Comments
Why do you think DynamoDB is the right storage AWS layer to implement Membership and Grain State provider? Why not SimpleDB? Or is it not popular any more? |
A couple of other questions:
|
We can always add SimpleDB provider to the list as well and implement it. SimpleDB is Amazon offer that compete with Azure Table Storage yes however, I've see people using DynamoDB more for NoSQL/DocDB today. It was not a preference choice. I just made it to help someone else but yes, I can help add that as well if you have interest in it.
Initially I'm going to lay down the foundation of a very basic providers. Mostly port what is on Azure Table Store providers to use DynamoDB but yes, run on VMs. After that, will look at extensibility points on Elastic Beanstalk hosting model and make something like what we have for Azure Cloud Services.
Given that AWS/GCP provide some PaaS hosting model for either Windows or Linux, I would explore that to make easy deployment as we have with Azure Cloud Services later on. .Net Core is something that will be pending until we finish the port. |
Correction... Look like AWS doesn't have a service like Azure Cloud Services like Web/Worker Role if I understood correct. Will see later on how to enhance the hosting model for it in case there is another possibility. |
Yes, that was my understanding as well. It doesn't support C# out of the box (https://cloud.google.com/appengine/docs), but there is also custom runtime (https://cloud.google.com/appengine/docs/flexible/custom-runtimes/). I haven't tried that and don't know if .NET can be supported this way, but I can check. |
@gabikliot perfect! When I get to google side after this AWS engagement I'll have a look to it and probably ping you for support. Thanks for the links :) |
Hi @galvesribeiro, |
@claylaut I was waiting for an updated version that support .Net Core to be released. Last time I spoke with an AWS folk, they were about to release it in the coming months. Will check on that. |
@galvesribeiro, I've used AWSSDK.Kinesis and I've done a sample project with How far along are you in your implementation? We were thinking to write one, but I wanted to void this since I don't have any experience with |
Not far. I stucked the first time when the native (Java) part of the Kinesis SDK didn't worked for me when running on .Net Core. Then I got in touch with some of the AWS folks for help and they told they was going to release a new version for it. I pinged them back and I'm waiting for a reply. In all cases, if you want to contribute the provider, we would really appreciate that. My backlog of stuff to do for Orleans in my very limited free time is on going :) |
Can you give me your branch name, please? So I will check it out and I will try to contribute. |
I didn't pushed that @claylaut. In fact I discarded that because it was very early and the new SDK would change too much. Anyway, there wasn't much you could leverage. |
No need to track this as a separate top level issue anymore. Targeted issues can be opened for specific providers if there's interest. |
This issue is part of #2005 by implementing a minimal set of providers to make Orleans to run well by integrating Amazon AWS services.
The text was updated successfully, but these errors were encountered: