Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

needs more types of database #749

Closed
CardealRusso opened this issue Mar 24, 2019 · 2 comments
Closed

needs more types of database #749

CardealRusso opened this issue Mar 24, 2019 · 2 comments

Comments

@CardealRusso
Copy link
Contributor

mysql is slow, heavy and outdated, not usable nowdays
and h2 is just for testing

@kerberjg
Copy link

kerberjg commented Mar 24, 2019

PostgreSQL is an excellent alternative, and requires almost no modification on the server.

Alternatively, you can use MariaDB as a drop-in replacement for MySQL, it provides full compatibility. I think most of us Streama users actually run Streama on MariaDB

EDIT: If you have any proposals, please suggest them here, if there's something that might come useful, I'm sure the devs might consider it

@DerVerruckteFuchs
Copy link

The database table naming convention needs to be tweaked a bit to get PostgreSQL working. Namely the user table is a reserved keyword for PostgreSQL, which is issue #409. I have a migration script I've submitted for a pull request if anyone is interested in looking at in pull request #647. You'll need to uncomment the lines in the build.gradle related to the PostgreSQL driver before building so that Streama can interact with a PostgreSQL database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants