Skip to content

Commit 39f5912

Browse files
authored
DOC-310 broken link removal [netlify-ignore]
1 parent dac6121 commit 39f5912

File tree

1 file changed

+1
-3
lines changed
  • src/connections/storage/catalog/postgres

1 file changed

+1
-3
lines changed

src/connections/storage/catalog/postgres/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,7 @@ Make sure you're logging in with a user that has read and write permissions so t
361361
362362
## Best Practices
363363
364-
All the power of PostgreSQL for Segment data - it's that easy. We wrote an article on [useful queries](https://community.segment.com/t/y78ab1/useful-sql-queries-for-analyzing-segment-data) that you should read to get started on querying your data from your warehouse to create reports.
365-
366-
Once you've got your data in Postgres, you can do even more with it. You might develop an app that performs various functions based on the different events being loaded to the database, potentially using [RabbitMQ](https://www.compose.io/articles/going-from-postgresql-rows-to-rabbitmq-messages/) as your asynchronous message broker. For example, you might want a banner to appear once your 1000th customer has signed up. The data is at your fingertips; you just need to decide how to use it.
364+
Once you've got your data in Postgres, you can do even more with it. You might develop an app that performs various functions based on different events being loaded to the database, potentially using [RabbitMQ](https://www.compose.io/articles/going-from-postgresql-rows-to-rabbitmq-messages/) as your asynchronous message broker. For example, you might want a banner to appear once your 1000th customer has signed up. The data is at your fingertips; you just need to decide how to use it.
367365

368366
### Query Speed
369367

0 commit comments

Comments
 (0)