-
Notifications
You must be signed in to change notification settings - Fork 101
Extend the services support for AWS platform #48
Comments
@rehrumesh @rajikaimal I would like to work on the above mentioned tasks. |
@gayashanbc Are you working on all of the mentioned ? |
Can take up dynamoDB and EC2 if you allow. |
@raju249 by all means, please feel free to. |
I think you can add support and ask @rajikaimal to review your code. I can say this because there was no support for AWS IAM, but I submitted a PR with AWS IAM support and it was merged. |
@raju249 Actually, there's a formal procedure. I think you should carefully read the CONTRIBUTING.md first, so that you will get an understanding of the procedure. |
Yes, the one that says, create an issue first. Have been following that 😄 |
@raju249 The goal of creating the issue is to let the maintainers know about what we intend to. So they can give their opinion regarding it before us directly jumping to development. |
Sure, thanks @gayashanbc |
@gayashanbc can you mention how those features map with other providers such as Azure, AliCloud? Our intention is to provide a unified API, not a provider-specific API. If we can generalize, sure you can implement them. So give me a comparison first. |
@rehrumesh OK, I will do a little bit of research around teh other cloud providers that you have mentioned and I will provide a comparison between those. |
@rehrumesh I was able to come up with the following table after looking at the API documentations provided by Microsoft Azure and Alibaba Cloud. The PDF version is attached below the image. |
@gayashanbc Great. However, this is not the exact comparison I wanted. Now you have mentioned that three equivalent services (DynamoDB, CosmosDB, Table Store). So the first requirement is clear. some of the cloud services do have a NoSql related service. So yes, we need to have a NoSQL service. And if you look at the source code carefully, we do have a NoSQL implementation. We have implemented several parts of DynamoDB. What you need to do is to find out what are the other features of DynamoDB which we could implement in NodeCloud and for those features, are there similar features in other NoSQL services. |
@rehrumesh OK, thanks for the feedback, I will look into the fact that you have mentioned regarding NoSQL implementations, so that I can find out what are the other implementable features in DynamoDB for NodeCloud. |
This is a Feature Proposal
I would like to propose the following functionalities to be added to the NodeCloud library for the AWS platform, so that we will be able to extend the service support for the AWS platform.
DynamoDB
scan
operation.S3
EC2
The text was updated successfully, but these errors were encountered: