Strong vibes from RethinkDB. I hope SurrealDB will have a different fate, I'm a big big fan of live queries and change feeds and don't like most existing implementations.
Announcing SurrealDB 1.0
21–30 of 56 posts
Re: Announcing SurrealDB 1.0
#22Is there any trick to implement live updates in a scaleable way? In the limit for a naive implementation, every mutation would have to check every subscriber to see if the change is relevant which seems like it would cause large bottlenecks for writes.
I would suspect this is what Google does with Cloud Firestore.
Re: Announcing SurrealDB 1.0
#23Re: Announcing SurrealDB 1.0
#24Re: Announcing SurrealDB 1.0
#25Earlier quoted context omitted.
Right, so could I use it to creat an Airtable clone?
Generating a table schema per airtable spreadsheet sounds like an anti-pattern to me.
Re: Announcing SurrealDB 1.0
#26This feels like satire. and written by someone who should have spent more time studying the history of database systems. > Imagine a world where the majority of your backend logic is seamlessly embedded within the database itself This is not a good idea. It has been done many times and never quite caught on because it is not a good idea. From a security perspective it is a nightmare. Or if you do put all the correct…
It was quite normal in 70s 80s and even 90s; all the ms sql, db2, oracle and as400 systems I encountered in those days had all or almost all logic as stored procs. Very large ones.
Re: Announcing SurrealDB 1.0
#27Not Open Source (in an OSI way): https://github.com/surrealdb/surrealdb/blob/ed60a35b9b539e1b...
Re: Announcing SurrealDB 1.0
#28Earlier quoted context omitted.
Right, so could I use it to creat an Airtable clone?
Generating a table schema per airtable spreadsheet sounds like an anti-pattern to me.
Re: Announcing SurrealDB 1.0
#29Strong vibes from RethinkDB. I hope SurrealDB will have a different fate, I'm a big big fan of live queries and change feeds and don't like most existing implementations.
Re: Announcing SurrealDB 1.0
#30Not Open Source (in an OSI way): https://github.com/surrealdb/surrealdb/blob/ed60a35b9b539e1b...
Is it claiming anywhere to be open source? I've heard an interview with the creators and they seemed pretty open about which aspects where open source and which aspects where shut down? I could be missing something from their branding but I'd rather see projects with non-open source licenses from the beginning that bait-and-switch license change when they want to become profitable. (Although, I'd much rather just see…
They have a page on their website where they claim to be "an open source company" (https://surrealdb.com/opensource)