Viewing profile — tobiemh
tobiemh
HN member- Joined
- Mon, May 24, 2021, 6:09 PM UTC
- HN karma
- 82
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About tobiemh
No profile information was provided.
Recent public activity
- story
-
comment
Comment #32876351
Hi johnwoods - Tobie founder of SurrealDB here. We're updating our website so it's clearer, but in the meantime, the best page to see the current functionality is our features page…
-
comment
Comment #32876293
Hi user1029384756 - Tobie here, founder of SurrealDB. It's just a team of 2 of us at the moment, with the intention to grow the team very soon! At the moment (as you have noted) th…
-
comment
Comment #32876257
Hi user1029384756 - Tobie here, founder of SurrealDB. We do plan to support GraphQL integration soon (hopefully before our final 1.0 version). Our features page https://surrealdb.c…
-
comment
Comment #32562312
Thanks dodyg. The implementation is already in the codebase. We're just looking to get it built into the Linux version in the next release!
-
comment
Comment #32562293
Hi dodyg, it is our intention to provide a fully-managed cloud hosted version of SurrealDB. We'll also offer support to those companies who want/need it. But our primary business m…
-
comment
Comment #32558507
Awesome I'll see you on the RxDB Discord!
-
comment
Comment #32558082
Hi yawnxyz - absolutely we intend to have support for Svelte in due course! We aren't Svelte users ourselves, so any suggestions or ideas are very welcome! Do let us know in the co…
-
comment
Comment #32558032
Yes you're right. Accessing IndexedDB from WebAssembly needs to go through JavaScript. The only benefit from our perspective is that building it in Rust enables us to use the same …
-
comment
Comment #32557138
No not rhetorical - was genuinely interested in any suggestions. Out of interest, if the product was split (like other database products) into a 'core' open-source version, and an …
-
comment
Comment #32557101
Hi typingmonkey. So SurrealDB abstracts away the document aspect of IndexedDB so it can be used as a key-value store. We then use that key-value store (in a similar way to RocksDB)…
-
comment
Comment #32556632
Hi danielvaughn thanks so much for the comment! We love CockroachDB and Planetscale! With SurrealDB we intended to build a database where you can use the best of the relational dat…
-
comment
Comment #32556159
Ok lovasoa, we will definitely give this a thought!!! Just out of interest (and so I can understand your position / usecase better), how would the current license prevent you using…
-
comment
Comment #32555926
Hi lovasoa, this is definitely an option, and we're open to suggestions in this area!
-
comment
Comment #32555855
Hi AtNightWeCode, we're just a team of 2 developers at the moment, and completely bootstrapped. This is only our initial release, and we have a long journey ahead of us. We realise…
-
comment
Comment #32555573
Hi revskill, absolutely you could do something like this: DEFINE EVENT changed ON person WHEN $before.email != $after.email THEN http::post(' https://my-webhook.com ', $after); It'…
-
comment
Comment #32555543
Haha no worries carvking! Thank you!
-
comment
Comment #32555522
Hi PeterZaitsev, many of our core components that are used within the database are open source under the MIT / Apache 2.0 license. With regards to the core database code, it is fre…
-
comment
Comment #32554829
Hi satvikchoudhary! It's a good question. Obviously I know of ArangoDB, but I don't know it well enough to comment on the main differences, so I'll focus on what SurrealDB is aimin…
-
comment
Comment #32554644
Hi carvking! The database can be used completely without our own cloud hosted product (for which there is a waitlist on the site). We're still a little bit away from offering our c…
-
comment
Comment #32554534
Hi jpambrun we're definitely open to comments and suggestions around this!
-
comment
Comment #32553981
Hi the_duke. The base implementation of that key-value store (written in Golang) can be found here: https://github.com/surrealdb/rixxdb I don't think the implementation of the idea…
-
comment
Comment #32553797
Hi gardenfelder, we've got a whole page on our site explaining the thought process and our intentions around the license - https://surrealdb.com/license !
-
comment
Comment #32553783
Hi geenat, CockroachDB is an awesome database! SurrealDB and CockroachDB are quite different, in that CockroachDB is effectively a highly-available distributed PostgreSQL database …
-
comment
Comment #32553675
Lol. Unfortunately only /dev/null is truly web scale :) !