Live data from Hacker News

Introducing Object Storage

digitalocean.com

31–40 of 43 posts

Re: Introducing Object Storage

#31

I wonder what technology they use under the hood. Ceph? GlusterFS? Custom software?

they chose to make their own stack afew years ago instead of going with the already available and business friendly openstack, going by the same reasoning and the long amount of time they took to reach here, it highly likely to be a custom thing.

If OpenStack is "business-friendly" then it's very particular about who its friends are.

Re: Introducing Object Storage

#32
post #27

Earlier quoted context omitted.

This is an invitation for beta access, you sign up to request access and then and invitation to be a part of the beta access will be emailed separately.

I already cancelled my account.

I'm sure they're mourning the loss of you as a "customer".

Re: Introducing Object Storage

#33
post #3

Slowly, very slowly, DO is creeping towards having enough features to peel users off of AWS and GCP. Block storage, load balancers, and now blob storage...if you don't need managed queues or databases, you can probably save some serious coin by running services on DO. S3 sets a high bar in terms of durability and availability, so it will be interesting to see how well DO can compete, and it will take a long time to g…

Using managed queues (SQS) from AWS. The rest is on Vultr. That mix-and-match works perfectly for my use-case. In other words, no need to be able to run everything on a single platform to get cost gains.

Re: Introducing Object Storage

#34

Earlier quoted context omitted.

they chose to make their own stack afew years ago instead of going with the already available and business friendly openstack, going by the same reasoning and the long amount of time they took to reach here, it highly likely to be a custom thing.

If OpenStack is "business-friendly" then it's very particular about who its friends are.

Can you expand?

Re: Introducing Object Storage

#35
post #12
post #3

Slowly, very slowly, DO is creeping towards having enough features to peel users off of AWS and GCP. Block storage, load balancers, and now blob storage...if you don't need managed queues or databases, you can probably save some serious coin by running services on DO. S3 sets a high bar in terms of durability and availability, so it will be interesting to see how well DO can compete, and it will take a long time to g…

I wouldn't be surprised to see DO either roll out DaaS next or partner with someone (Compose.io?) to do it. That's one of two things (the other being VPC, which I know they're working on per HN posts elsewhere) that make AWS/GCP tempting over DO for me. That said, I kind of hope it's not Compose.io - they seem ridiculously overpriced for PostgreSQL compared to AWS's and GCP's offerings.

VPC on DO is the #1 feature request that stops my team from considering it.

I use DO personally for small things and like it a lot, but VPC is a hard requirement for company work.

Re: Introducing Object Storage

#36
post #21

Earlier quoted context omitted.

Good to know. Am in the throes of choosing between both for a simple project

VPC is in the works at the moment, still a bit too early for a release date, but the team has been on it for about the past 3 quarters.

Seed-stage startup here that would love to start using more of our (time limited) DO credit where our cluster requires running in a VPC. Any way to sign up for early access to VPC when it does roll out?

Re: Introducing Object Storage

#37
post #12

Earlier quoted context omitted.

I wouldn't be surprised to see DO either roll out DaaS next or partner with someone (Compose.io?) to do it. That's one of two things (the other being VPC, which I know they're working on per HN posts elsewhere) that make AWS/GCP tempting over DO for me. That said, I kind of hope it's not Compose.io - they seem ridiculously overpriced for PostgreSQL compared to AWS's and GCP's offerings.

VPC on DO is the #1 feature request that stops my team from considering it. I use DO personally for small things and like it a lot, but VPC is a hard requirement for company work.

We're actively building VPC =]

Re: Introducing Object Storage

#38
post #21

Earlier quoted context omitted.

VPC is in the works at the moment, still a bit too early for a release date, but the team has been on it for about the past 3 quarters.

Seed-stage startup here that would love to start using more of our (time limited) DO credit where our cluster requires running in a VPC. Any way to sign up for early access to VPC when it does roll out?

Most likely we will have a similar beta to what we've done with Block and Object storage, but it's still to early to provide a time line that isn't in quarters with a marge of error of 1-2 quarters.

Re: Introducing Object Storage

#39
post #6

Earlier quoted context omitted.

Is there a stand for object storage?

openstack swift supposedly but this is a slightly incompatible S3 implementation that nothing else talks. The filesystem works pretty well though ;)

Ceph / librados provides a compatible layer on top of S3 and Swift.

http://ceph.com/ceph-storage/object-storage/

Re: Introducing Object Storage

#40

Earlier quoted context omitted.

they chose to make their own stack afew years ago instead of going with the already available and business friendly openstack, going by the same reasoning and the long amount of time they took to reach here, it highly likely to be a custom thing.

If OpenStack is "business-friendly" then it's very particular about who its friends are.

We started writing code for DO in the summer of 2011, we evaluated OpenStack at the time but felt there were four major problems.

1 - First was that it didn't really work. You could stand it up but DHCP licenses would fail, your VMs would go down, it just wasn't quite stable.

2 - Naively we thought it was a bit too complicated. Sometimes early on being naive is great and we certainly made a more simple system ourselves, however as time went on we realized, that our backend was beginning to resemble OpenStack in complexity, but we would still have more flexibility in hiding that complexity from our end users.

3 - OpenStack is designed for organizations but not necessarily to be multi-tenant. Taking any software and making it multi-tenant for different customers is a large effort, so coupling that with OpenStack not being mature, just seemed like a lot of effort to put into it.

4 - It wasn't really Open Source the way we were used to it. We were used to organic open source efforts by single developers or teams of developers that naturally grew and developed over time. OpenStack just looked like it was very much "corporate" sponsored open source, which wasn't something we felt comfortable putting our faith into.

Post reply on HN