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
I have seen the protocol and thinking that the system can be used as query to database directly
I am very familiar with couchdb that utilize javascript mapreduce function as indexing system instead of query. But one pain point of couchdb is the index is very inflexible and any changed need to be rebuild
I always imagine the system that we can throw the function to query database directly, similar to sql but without the need of sql language. And this capnweb RPC seem to have that potential to be the query language alongside database itself
Even more than that it also have potential to be realtime database like firebase if the RPC also support streaming as observable object
Do cloudflare have any plan to made database out of this system?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have seen the protocol and thinking that the system can be used as query to database directly
I am very familiar with couchdb that utilize javascript mapreduce function as indexing system instead of query. But one pain point of couchdb is the index is very inflexible and any changed need to be rebuild
I always imagine the system that we can throw the function to query database directly, similar to sql but without the need of sql language. And this capnweb RPC seem to have that potential to be the query language alongside database itself
Even more than that it also have potential to be realtime database like firebase if the RPC also support streaming as observable object
Do cloudflare have any plan to made database out of this system?
Beta Was this translation helpful? Give feedback.
All reactions