-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
PostgreSQL support #331
Comments
Related to #183 |
+1 for PostgreSQL support. |
+1 |
5 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
👍 👍 |
👍 |
3 similar comments
👍 |
👍 |
+1 |
+1 |
6 similar comments
+1 |
👍 |
+1 |
+1 |
👍 |
+1 |
+1 |
3 similar comments
+1 |
+1 |
+1 |
We are using 9.4 as well, on RDS. |
9.4 is great for us. |
Like others, Not using Postgres right now. But something RDS backed would be awesome. |
Not on AWS (Azure), but I have 9.5 running on a server. Love it! |
+1 |
9.4 on RDS is our use case as well. |
👍 Any version would be fine for us. |
We're using 9.3 on RDS. |
+1, RDS would be great as well |
👍 |
+1 RDS support would be awesome |
+1 |
@thibaultcha is there an ETA? also is there already a PR to try out your current state? |
+1 |
6 similar comments
+1 |
+1 |
👍 |
+1 |
+1 |
+1 |
Is there maybe any update on this topic? |
+1 for Amazon DynamoDB. |
Hey everyone, The implementation is almost complete, the branch now lives in this repository (See feature/postgres). As planned, Postgres 9.4 is supported so Amazon RDS should be supported as well, I briefly played with it but it needs to be tested more in-depth once the implementation is complete. Btw, testers are welcome here! What is missing:
How to test it (if you want to try it out or just a glimpse of how to use it):
# be careful about your YAML formatting
database: postgres
postgres:
host: "127.0.0.1"
port: 5432
user: kong
database: kong As usual, migrations should run from Reset the database with (careful, you'll lose all data):
Run the migrations manually with:
If needed, list your migrations for debug purposes with:
If you test it, feel free to report any issues (please not here, but in a new issue in this repo) :) Thank you all for your patience! |
+1 |
This feature will land in v0.8. |
You can play with v0.8.0 with Postgres support at https://github.com/Mashape/kong/releases/tag/0.8.0 - we will update Docker and the website soon. |
Kong 0.8.0 announced: http://blog.mashape.com/announcing-kong-0-8-0-with-postgresql-support/ Enjoy :) |
We should support other datastores than Cassandra which is primarily aimed at users who want to benefit from its distribution capabilities.
Support for PostgreSQL seems the best candidate for the second datastore, due to its popularity, availability on Amazon RDS and reliability. It is also a very good fit for Kong due to its relational nature.
The text was updated successfully, but these errors were encountered: