Last active
August 3, 2018 12:33
-
-
Save myitcv/9117775 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\dx | |
-- See what extensions are loaded | |
create extension timetravel; | |
-- load the timetravel extension | |
-- after installing the latest version | |
http://wiki.postgresql.org/wiki/Apt | |
https://github.com/postgres/postgres/blob/master/contrib/spi/timetravel.example | |
-- install rabbitmq from the apt source | |
https://www.rabbitmq.com/install-debian.html | |
-- use rabbitmq management | |
https://www.rabbitmq.com/management.html | |
-- reel webserver for websockets | |
https://github.com/celluloid/reel/blob/master/examples/websockets.rb | |
http://trainwatch.org.uk/PostgreSQL/RabbitMQ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment