Search
Items tagged with: isthereanythingpostgrescantdo
Another great post from the Crunchy Data folks on using #PostgreSQL as the datastore for real time #analytics / #metrics / #logging (spoiler, they are not even using a huge machine).
Once again the Pousty Law of Database:
Start with PostgreSQL, then if you run into a problem, go back and read the docs, try again with PostgreSQL, repeat at least twice, ok now you can think about a different datastore
https://www.crunchydata.com/blog/building-customer-facing-real-time-dashboards-with-postgres
#IsThereAnythingPostgresCantDo
Once again the Pousty Law of Database:
Start with PostgreSQL, then if you run into a problem, go back and read the docs, try again with PostgreSQL, repeat at least twice, ok now you can think about a different datastore
https://www.crunchydata.com/blog/building-customer-facing-real-time-dashboards-with-postgres
#IsThereAnythingPostgresCantDo
Building Customer-Facing Real-Time Dashboards with Postgres
Postgres can be a great back end to powering your customer-facing analytics. Craig gives an overview of getting started with a metrics schema and then powering up to performance.Crunchy Data
Love #PostgreSQL Looking to work with #MachineLearning and AI? Wanna use them together?
Look no further than #pgvector
https://github.com/pgvector/pgvector
Allows you to store and index vectors as well as do vector math and distance calculations - all in THE BEST database in the universe.
Hat tip to this blog post for bringing it to my attention
https://www.crunchydata.com/blog/whats-postgres-got-to-do-with-ai
#sql #isThereAnythingPostgresCantDo
Look no further than #pgvector
https://github.com/pgvector/pgvector
Allows you to store and index vectors as well as do vector math and distance calculations - all in THE BEST database in the universe.
Hat tip to this blog post for bringing it to my attention
https://www.crunchydata.com/blog/whats-postgres-got-to-do-with-ai
#sql #isThereAnythingPostgresCantDo
GitHub - pgvector/pgvector: Open-source vector similarity search for Postgres
Open-source vector similarity search for Postgres. Contribute to pgvector/pgvector development by creating an account on GitHub.GitHub