Earlier quoted context omitted.
GraphQL is almost totally unrelated to graphs, it's a way to compose API requests in a manner that fits modern web / mobile usage patterns better than REST. GraphQL has nothing to do with the actual representation of the data. I think the name has led to a lot of misconceptions.
Oh, right, I've encountered examples before of Facebook saying "graph" when they mean "API". That sounds like an even sillier thing to put in a database, then.
Thoughts on RethinkDB and GraphQL
11–20 of 32 posts
Re: Thoughts on RethinkDB and GraphQL
#12Earlier quoted context omitted.
GraphQL is almost totally unrelated to graphs, it's a way to compose API requests in a manner that fits modern web / mobile usage patterns better than REST. GraphQL has nothing to do with the actual representation of the data. I think the name has led to a lot of misconceptions.
Oh, right, I've encountered examples before of Facebook saying "graph" when they mean "API". That sounds like an even sillier thing to put in a database, then.
Re: Thoughts on RethinkDB and GraphQL
#13If you use a pub/sub realtime layer on the frontend, you don't need all the complexity which GraphQL introduces - You can make each component bind itself to a pub/sub channel which publishes changes to the resource which that component is interested in. It's a lot simpler and more direct.
Re: Thoughts on RethinkDB and GraphQL
#14Re: Thoughts on RethinkDB and GraphQL
#15Baking Facebook's graph representation into a database sounds like the worst kind of database bloat. Worse than when Riak decided they needed "MapReduce" on their feature checklist, then warned developers to "Use MapReduce sparingly" because it kills your availability. Graph technologies change all the time. Almost nobody will be using GraphQL in 2020, just like almost nobody is using 2010's graph representations in…
The plugin system will provide a sort of middleware layer alongside the database so that we don't have to bake in a lot of things that are domain specific or only relevant to particular use cases.
There's more discussion about the plugin system here: https://github.com/rethinkdb/rethinkdb/issues/4785
(Disclosure: I work at RethinkDB)
Re: Thoughts on RethinkDB and GraphQL
#16Baking Facebook's graph representation into a database sounds like the worst kind of database bloat. Worse than when Riak decided they needed "MapReduce" on their feature checklist, then warned developers to "Use MapReduce sparingly" because it kills your availability. Graph technologies change all the time. Almost nobody will be using GraphQL in 2020, just like almost nobody is using 2010's graph representations in…
This client-server separation setup has been around for some decades, and it obviously works well. For example, there is a bunch of NoSQL databases that will accept at least some SQL syntax. That is good.
Re: Thoughts on RethinkDB and GraphQL
#17Earlier quoted context omitted.
I might be the exception, but I find Github comments much easier to digest and manage as an archive than mailing lists. In all the years working in the industry, I could never get used to mail lists.
Agreed. It's a trade-off – threading leads to repetition and/or references to already-mentioned ideas. The more truly linear a conversation is, the better Github's style is, and the more a discussion splits into multiple independent conversations, the better the threading style is. Unfortunately, you can't know a priori which kind of discussion it will be, and most discussions are a hybrid. Personally, I find a linea…
Re: Thoughts on RethinkDB and GraphQL
#18Baking Facebook's graph representation into a database sounds like the worst kind of database bloat. Worse than when Riak decided they needed "MapReduce" on their feature checklist, then warned developers to "Use MapReduce sparingly" because it kills your availability. Graph technologies change all the time. Almost nobody will be using GraphQL in 2020, just like almost nobody is using 2010's graph representations in…
GraphQL is almost totally unrelated to graphs, it's a way to compose API requests in a manner that fits modern web / mobile usage patterns better than REST. GraphQL has nothing to do with the actual representation of the data. I think the name has led to a lot of misconceptions.
I understand the name causes a bit of confusion but the ship has kind of sailed on this one :-) I think people will get used to it if/when it becomes a widely known name.
Re: Thoughts on RethinkDB and GraphQL
#19As someone who is currently experimenting with RethinkDB and GraphQL for a personal protect, I have been impressed with both technologies and they have been rather straight-forward to integrate with my React frontend, even without the blessing of official support. I expect the productivity gains could be huge when working on bigger apps. It's a refreshing perspective compared to the RESTful single-page app I maintain…
Re: Thoughts on RethinkDB and GraphQL
#20Earlier quoted context omitted.
Anything specific you find hard to follow here?
The commenters are great, so they provide a discussion that makes sense, but is a wall of comments one after the other. It is possibly the most primitive way to interact, compared to something like Reddit comments with collassable threads, votes, and so forth.
There are ways to add it here on HN with extensions. I'm using "hckr news" myself:
https://chrome.google.com/webstore/detail/hckr-news/mnlaodle...
Then there is "HN Enhancement Suite" with more users and more functionality:
https://chrome.google.com/webstore/detail/hacker-news-enhanc...