RethinkDB 04-03-2017, 05:52 PM
#1
People were asking why I want to use this, what it is, if I can do a tutorial. etc etc.
So I'll answer now.
What is this?
It's essentially MySQL however it's not MySQL, it's called NoSQL. A database that doesn't rely on Oracle. Usually these are open source and often implement newer technologies. While they aren't tested thoroughly like MySQL is, they are often better with holding data.
Why did I choose RethinkDB?
I make games, I'm mainly working on an MMO. People need to know what is happening LIVE, RethinkDB allows me to set a "tickrate" per user so I can transfer data to the user live through a "stream". This allows me to have a flow of data equivalent to the speed of a ~128 tick server.
Can I make a tutorial?
Nope, I'm horrible at that kinda thing.
I can however share the reference which has more than enough info on it
https://rethinkdb.com/docs/
https://rethinkdb.com/api/python/
If you do have questions on this I'll try to reply but I am at work posting this :p
So I'll answer now.
What is this?
It's essentially MySQL however it's not MySQL, it's called NoSQL. A database that doesn't rely on Oracle. Usually these are open source and often implement newer technologies. While they aren't tested thoroughly like MySQL is, they are often better with holding data.
Why did I choose RethinkDB?
I make games, I'm mainly working on an MMO. People need to know what is happening LIVE, RethinkDB allows me to set a "tickrate" per user so I can transfer data to the user live through a "stream". This allows me to have a flow of data equivalent to the speed of a ~128 tick server.
Can I make a tutorial?
Nope, I'm horrible at that kinda thing.
I can however share the reference which has more than enough info on it

https://rethinkdb.com/docs/
https://rethinkdb.com/api/python/
If you do have questions on this I'll try to reply but I am at work posting this :p




![[Image: dEDyx9w.png]](https://i.imgur.com/dEDyx9w.png)
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)