Business source license. Free for personal or commercial use. But service providers have to pay if they offer this database as a service.
The term `FOSS` should be removed from the title
SurrealDB: Distributed document-graph database for the realtime web
61–70 of 74 posts
Re: SurrealDB: Distributed document-graph database for the realtime web
#62This sounds like great work; been playing with graph dbs lately and it makes things easier. I was hoping though that there would be an effortless offline component to it though; maybe I missed it but there seems to be none? We have been trying to find a replacement for couch/pouch which gives the same convenience as that combo (besides setting up the right filters and permissions, everything works automatically). I s…
Re: SurrealDB: Distributed document-graph database for the realtime web
#63I wish you success though, to the point where those issues I mentioned are no longer true.
Re: SurrealDB: Distributed document-graph database for the realtime web
#64This sounds like great work; been playing with graph dbs lately and it makes things easier. I was hoping though that there would be an effortless offline component to it though; maybe I missed it but there seems to be none? We have been trying to find a replacement for couch/pouch which gives the same convenience as that combo (besides setting up the right filters and permissions, everything works automatically). I s…
+1 here. I have already seen some videos with people toying with surrealdb and it looks amazing. But I need a offline-first (local-first) solution. Recently, TinyDB was posted here at HN. I also heard of InstantDB (react only).
Re: SurrealDB: Distributed document-graph database for the realtime web
#65This sounds like great work; been playing with graph dbs lately and it makes things easier. I was hoping though that there would be an effortless offline component to it though; maybe I missed it but there seems to be none? We have been trying to find a replacement for couch/pouch which gives the same convenience as that combo (besides setting up the right filters and permissions, everything works automatically). I s…
Orbitjs looks interesting for this approach https://orbitjs.com/.
Not sure if there are many different tools following this model.
Re: SurrealDB: Distributed document-graph database for the realtime web
#66Re: SurrealDB: Distributed document-graph database for the realtime web
#67Earlier quoted context omitted.
I think TiKV is pure Rust no?
TiKV is written in rust but then it depends on crates which use C and libc. Rust complements C, it is not an alternative to C, just another alternative to C++. May be 20-30 years down the line, if it stays may be enough OS and libraries are built in native Rust without C then it might displace it, but at the moment Rust depends on C.
Re: SurrealDB: Distributed document-graph database for the realtime web
#68Thanks for posting this dragonsh! I am Jaime, Founder of SurrealDB with my brother Tobie. Just the two of us at the moment but we have some some really big things planned for the database. Any feedback is really welcome! More info and can be found on a previous Hacker News post here https://news.ycombinator.com/item?id=32550543 Fireship has made two fantastic videos about SurrealDB https://www.youtube.com/watch?v=C7W…
Wish you all the best as the project grows! \m/
Re: SurrealDB: Distributed document-graph database for the realtime web
#69Re: SurrealDB: Distributed document-graph database for the realtime web
#70Earlier quoted context omitted.
> Many,many smart people… True and if you look inside the code you can see the stated features are a result of underlying engine from those smart people (TiKV [0] in C and rust from pingcap). Surrealdb is standing on shoulders of giants at present, they are TiKV, FoundationDB and rocksdb. The feature set they mentioned mostly coming from TiKV at present. [0] https://tikv.org/
I think TiKV is pure Rust no?