CSSS / wall_e

CSSS Discord Bot (Wall-E)
GNU General Public License v3.0
19 stars 18 forks source link

Choice of database #115

Closed wnfldchen closed 5 years ago

wnfldchen commented 5 years ago

Choice of database for Wall-E: reply here!

wnfldchen commented 5 years ago

MySQL

modernNeo commented 5 years ago

Not redis :-P I have no opinion, don't know enough about databases to comment

modernNeo commented 5 years ago

I think its a good question ask what do we need that Redis doesnt provide though? @wnfldchen

wnfldchen commented 5 years ago

Storing data in a relational format, which I recommend for future features like user levels/score tracking and word usage tracking. Relational formats allow more complex queries like joins and other relational algebra operations which may be needed for those features.

modernNeo commented 5 years ago

@wnfldchen any reason why MySQL over Postgres?

wnfldchen commented 5 years ago

Only because I've administered and used it before in CMPT 354

modernNeo commented 5 years ago

Down with Oracle, I vote for Postgres

brenfan commented 5 years ago

excel document

wnfldchen commented 5 years ago

Yeah I agree with Postgres

modernNeo commented 5 years ago

has been resolved with the following PRs: https://github.com/CSSS/wall_e/pull/150 https://github.com/CSSS/wall_e/pull/159 https://github.com/CSSS/wall_e/pull/160 https://github.com/CSSS/wall_e/pull/161