You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pkgcloud is a Node module that abstracts access to services (including storage) from different cloud providers. We used to have separate drivers in our product for Azure and AWS, and moved to pkgcloud when we needed OpenStack support (on IBM BlueMix), and now we use only pkgcloud to support all storage backends that we support (which is essentially every cloud storage platform in existence except for Joyent/Manta).
pgkcloud is the officially recommended SDK for accessing OpenStack storage from Node.js (per OpenStack.org, RackSpace, and IBM BlueMix docs). So pretty much anyone using OpenStack storage from Node.js is using pkgcloud.
I think adding Manta support to pkgcloud would be great, and is something that Joyent should want to support (it makes it much easier for someone coming from any other platform to start using Manta - if they're using pkgcloud, they literally would only have to change a few lines of config to make their app work on Manta).
I'm a maintainer of pkgcloud and would be happy to support this effort if anyone from the Manta team wanted to do it. If not, I'll do it myself (our product would benefit by being able to get rid of our custom manta driver and just using pkgcloud like we do for every other storage back end).
My biggest concern is that I can't very well drag manta into pkgcloud if it doesn't build/install cleanly (I'm looking specifically at #246 and #256).
The text was updated successfully, but these errors were encountered:
Thanks for that context. CC'ing @misterbisson, who may be interested in this.
As for the build issue: yes, we need to get that squared away. We haven't prioritized it because nearly all of our clients use Node 0.10 or 0.12, which don't run into the build problems. It's an unfortunate amount of work because many of the dependencies have jumped major versions, but I think we're getting some eyes on it.
https://github.com/pkgcloud/pkgcloud
pkgcloud is a Node module that abstracts access to services (including storage) from different cloud providers. We used to have separate drivers in our product for Azure and AWS, and moved to pkgcloud when we needed OpenStack support (on IBM BlueMix), and now we use only pkgcloud to support all storage backends that we support (which is essentially every cloud storage platform in existence except for Joyent/Manta).
pgkcloud is the officially recommended SDK for accessing OpenStack storage from Node.js (per OpenStack.org, RackSpace, and IBM BlueMix docs). So pretty much anyone using OpenStack storage from Node.js is using pkgcloud.
I think adding Manta support to pkgcloud would be great, and is something that Joyent should want to support (it makes it much easier for someone coming from any other platform to start using Manta - if they're using pkgcloud, they literally would only have to change a few lines of config to make their app work on Manta).
I'm a maintainer of pkgcloud and would be happy to support this effort if anyone from the Manta team wanted to do it. If not, I'll do it myself (our product would benefit by being able to get rid of our custom manta driver and just using pkgcloud like we do for every other storage back end).
My biggest concern is that I can't very well drag manta into pkgcloud if it doesn't build/install cleanly (I'm looking specifically at #246 and #256).
The text was updated successfully, but these errors were encountered: