Live data from Hacker News

Telepat: Real-Time, Open Source Data Sync

telepat.io

1–10 of 37 posts

Re: Telepat: Real-Time, Open Source Data Sync

#5
This is great stuff!

I was wondering though, looking at the stack, if some parts couldn't be substituted with "lighter" alternatives? I'm assuming couchbase is being used for the changes feed and since you can't do adhoc querying you need "elastic search" for that, however wouldn't it be possible to replace both with just rehinkdb? Anyway I'm just speculating here, I should probably dig into the code.

Thanks for sharing this and keep up the good work!

Update: seems you'll still need elastic search for rethinkdb full text search [0]

[0] http://www.rethinkdb.com/docs/elasticsearch/

Re: Telepat: Real-Time, Open Source Data Sync

#6
post #4

How do they make money?

1) Professional/Consulting services and support for paid users

2) Hosted version (SAAS)

3) Book deal

4) Paid client/server plugins for additional functionality

5) Get "aqui-hired"

6) Enterprise version that's more stable and battle tested

7) etc...

Re: Telepat: Real-Time, Open Source Data Sync

#7

This is great stuff! I was wondering though, looking at the stack, if some parts couldn't be substituted with "lighter" alternatives? I'm assuming couchbase is being used for the changes feed and since you can't do adhoc querying you need "elastic search" for that, however wouldn't it be possible to replace both with just rehinkdb? Anyway I'm just speculating here, I should probably dig into the code. Thanks for shar…

I think the creators are https://github.com/gabidobo and https://github.com/Mayhem93

I was searching for a good framework for an online booking system, and though one link and other stumbled upon this. I have't heard about it before, so I thought it would be nice to share it with HN; github repo seems to have a low involvement from anyone outside the creators https://github.com/telepat-io .

Re: Telepat: Real-Time, Open Source Data Sync

#10

This is great stuff! I was wondering though, looking at the stack, if some parts couldn't be substituted with "lighter" alternatives? I'm assuming couchbase is being used for the changes feed and since you can't do adhoc querying you need "elastic search" for that, however wouldn't it be possible to replace both with just rehinkdb? Anyway I'm just speculating here, I should probably dig into the code. Thanks for shar…

We're working on providing plugins for a wide range of components, so that you can switch couchbase, kafka or elastic for other, lighter products that you might have on your stack already
Post reply on HN