"Thrudb is a set of simple services built on top of the Apache Thrift framework that provides indexing and document storage services for building and scaling websites. Its purpose is to offer web developers flexible, fast and easy-to-use services that can enhance or replace traditional data storage and access layers."
I actually stumbled into thrudb a few months ago after we had already written v1. We talked to some people at Disrupt that are doing similar things with search and Thrift as well.
It seems like a strange thing to provide as a SAAS. Unless you're hosted in the same datacenter, the web latency would surely make the speed of it irrelevant. They mention they're "working on a way for developers to run ThriftDB locally" which might make it worth looking in to. I could see it being useful for some things, certainly, but it wouldn't provide enough benefit as a SAAS to make calls over the web.
Good point. We decided to make it available as a (free) cloud service just so we could get hacker feedback as quickly as possible. If we had waited until we had a version that was easy to install, it would have taken us a lot more time. If people like it, the plan is to open source it.
I did almost this exactly last fall, except I used JSON and JSON Schema instead instead of thrift. Called it hummingbird db. I submitted to YC but all I got was an email that it wasn't that interesting.
Would love to hear more about hummingbird db. Email me at [email protected]. We chose Thrift because the schema was flexible and that was the biggest problem for us at Octopart.
it sounds like heaps of people are trying to do very similar things.. just this week I've been hacking on a rails engine/plugin that lets you define your models with mongo_mapper and then request them as json schema. It's not quite complete but json schema gives you interfaces for your restful apis..
If your solution is really so fast, then you must be making benchmarks continuously. How else would you know if you are improving and whether you are actually fast or just faster than [a tree | clouds | a ricecorn].
So either you lie about your performance or you choose to purposefully hide your incredibly well performing benchmarks.
Oh cool, so now I can host my app in one data center and have it make DB calls across the open internet to another DB server! But wait, there's more! It's over a stateless protocol: HTTP, with really poor multiplexing/pipelining support.
Latency is a feature, right? Like "slow your roll, cowboy, let's not have a heart attack here".
[+] [-] cgbystrom|15 years ago|reply
"Thrudb is a set of simple services built on top of the Apache Thrift framework that provides indexing and document storage services for building and scaling websites. Its purpose is to offer web developers flexible, fast and easy-to-use services that can enhance or replace traditional data storage and access layers."
No long under development though.
[+] [-] andres|15 years ago|reply
[+] [-] jbellis|15 years ago|reply
[+] [-] daviddoran|15 years ago|reply
[+] [-] andres|15 years ago|reply
[+] [-] zbowling|15 years ago|reply
I did almost this exactly last fall, except I used JSON and JSON Schema instead instead of thrift. Called it hummingbird db. I submitted to YC but all I got was an email that it wasn't that interesting.
[+] [-] andres|15 years ago|reply
[+] [-] LiveTheDream|15 years ago|reply
[+] [-] anko|15 years ago|reply
[+] [-] jasonkolb|15 years ago|reply
[+] [-] andres|15 years ago|reply
[+] [-] vegashacker|15 years ago|reply
[+] [-] Meai|15 years ago|reply
2. You don't provide benchmarks.
If your solution is really so fast, then you must be making benchmarks continuously. How else would you know if you are improving and whether you are actually fast or just faster than [a tree | clouds | a ricecorn]. So either you lie about your performance or you choose to purposefully hide your incredibly well performing benchmarks.
Which explanation do you prefer?
[+] [-] Yzupnick|15 years ago|reply
[+] [-] blago|15 years ago|reply
[+] [-] smock|15 years ago|reply
[+] [-] fleaflicker|15 years ago|reply
[+] [-] andres|15 years ago|reply
[+] [-] unknown|15 years ago|reply
[deleted]
[+] [-] tedjdziuba|15 years ago|reply
Latency is a feature, right? Like "slow your roll, cowboy, let's not have a heart attack here".