Commit Graph

437 Commits

Author SHA1 Message Date
Muhammad Ubaid Raza
d0cbc8e5fb disable md linting 2020-04-25 11:44:20 +05:00
Muhammad Ubaid Raza
8e4dfe509c Merge remote-tracking branch 'upstream/master' 2020-04-25 11:41:12 +05:00
Asad Dhamani
0d7dd3d6bf
Merge pull request #268 from mgartner/pg_flame
Add pg_flame
2020-04-25 11:00:17 +05:30
Asad Dhamani
6e811ed964
Merge branch 'master' into pgmetrics 2020-04-25 10:53:10 +05:30
Asad Dhamani
5e77934379
Merge pull request #266 from awesome-postgres/master
added okmeter.io monitoring
2020-04-25 10:46:08 +05:30
Asad Dhamani
7b8f2d248b
Update README.md 2020-04-25 10:45:58 +05:30
Asad Dhamani
4c0916a337
Merge pull request #221 from michaelcoburn/pmm
Adding PMM from Percona
2020-04-25 10:42:58 +05:30
Asad Dhamani
83724d12b4
Update README.md 2020-04-25 10:42:44 +05:30
Asad Dhamani
8fd0c769ac
Merge pull request #277 from sastraxi/patch-1
Add pgsh to the CLI section
2020-04-25 10:40:34 +05:30
Asad Dhamani
3e211447d8
Merge pull request #250 from binakot/patch-3
Add TimescaleDB Tune to optimization section
2020-04-25 10:39:00 +05:30
Asad Dhamani
33debdf821
Merge branch 'master' into patch-1 2020-04-25 10:37:15 +05:30
Asad Dhamani
c4929e5b7e
Merge pull request #278 from jakebrinkmann/patch-1
CLI: SchemaSpy
2020-04-25 10:35:26 +05:30
Asad Dhamani
1e6a1e545a
Merge pull request #279 from porsager/patch-1
Add postgres node.js binding
2020-04-25 10:25:56 +05:30
Asad Dhamani
4e08529a93
Merge pull request #240 from multum/master
add pg-differ to the Utilities section
2020-04-25 10:25:14 +05:30
Muhammad Ubaid Raza
e326bf0978
update hasura graphql engine link
- add Github link
- update info from Github repo
2020-04-25 09:54:54 +05:00
Asad Dhamani
337bee3fe5
Merge pull request #280 from jjb/patch-1
add a couple more "why pg" blog posts
2020-04-25 10:23:59 +05:30
Asad Dhamani
0465672e8a
Merge pull request #281 from mchristofides/master
Add Telegram to community list, update numbers of users for each, and order by them
2020-04-25 10:22:12 +05:30
gidoBOSSftw5731
8719ac3863
Add pq library to Golang 2020-04-11 09:42:24 +00:00
Muhammad Ubaid Raza
30a65a0fba
remove duplicate entry under utilities
Hasura and graphql-engine are same
2020-02-19 11:11:02 +05:00
mchristofides
e405857393 Now with https 2020-02-13 13:37:46 +00:00
mchristofides
7f50888ba8 Replace Telegram group with a better one, and add bigger non-English language groups too 2020-02-13 13:33:17 +00:00
mchristofides
c173ebaf5a Fix Postgres Conf youtube 404 2020-02-13 11:21:03 +00:00
mchristofides
210dea9272 Ruby client moved 2020-02-13 11:17:22 +00:00
mchristofides
35f62b4f47 Fix several redirecting links 2020-02-13 11:16:22 +00:00
mchristofides
6dcc669f98 Remove direct link to PipelineDB as their SSL cert expired in December
https://github.com/pipelinedb/pipelinedb/issues/2061
2020-02-13 11:12:57 +00:00
mchristofides
ced4b3be0b Update TeamSQL to DataRow link to get test passing 2020-02-13 11:11:16 +00:00
mchristofides
37acb3a13e Merge branch 'master' of https://github.com/mchristofides/awesome-postgres 2020-02-13 10:52:45 +00:00
mchristofides
d0c7bb11c2 Add Telegram, update user numbers, and order by them 2020-02-13 10:50:30 +00:00
John Bachir
7eca0a55da
add a couple more "why pg" blog posts 2020-02-10 10:18:21 -05:00
Rasmus Porsager
b2580101fa
Add postgres node.js binding 2020-01-08 15:17:19 +01:00
Jake Brinkmann
b98d10884d
CLI: SchemaSpy 2019-12-16 11:56:31 -06:00
Andrey Borodin
25b4d2bb66
Update README.md
Co-Authored-By: Nikolay Samokhvalov <github2@samokhvalov.com>
2019-11-25 08:06:38 +05:00
Cameron Gorrie
ef9a6dd29c
Add pgsh to the CLI section 2019-11-24 19:31:18 -05:00
Andrey Borodin
3015fe5030
Update WAL-G info
We have implemented a lot in WAL-G since this line was initially added :)
2019-11-24 12:26:44 +05:00
Lodopidolo
345641ba2e Added PGroonga extension. 2019-11-23 09:38:22 +01:00
Matt
f159d58e96
Utilities: Hasura -Instant realtime GraphQL APIs on any Postgres application, existing or new. 2019-11-07 21:13:59 +01:00
Derek Kulinski
2084c8ba96
Added asyncpg to python
There multiple PostgreSQL drivers, but most of them are based on the interface provided by psycopg2. asyncpg besides being asyncio compatible driver it also did not followed to be compatible with Python's DB-API and instead provided interface that directly matches PostgreSQL API. The disadvantage to it is that it probably won't work with other ORM libraries, but in exchange for it it is extremely fast and much better alternative if you want to utilize PostgreSQL latest features in your code.
2019-11-05 09:52:28 -08:00
Marcus Gartner
8a2f83ba12 Add pg_flame 2019-10-27 12:43:13 -07:00
Pavel T
b32af1bf85
Update README.md 2019-09-23 20:37:08 -04:00
Pavel T
c7c3f81daf
added okmeter.io 2019-09-23 20:36:27 -04:00
Asad Dhamani
909c2f08f8
Merge pull request #262 from gajus/patch-2
docs: add Slonik
2019-09-04 02:35:16 +05:30
Asad Dhamani
36dbca29cc
Merge branch 'master' into master 2019-09-04 02:32:29 +05:30
Nathan Thorell
df0bb61d72 add scaling postgres to videos 2019-09-03 14:57:26 -06:00
mchristofides
6d545b0382 Fix failing tests (redirects and 404s) 2019-09-03 17:54:33 +01:00
mchristofides
2bbc30a108 Move pgMustard to optimization section 2019-09-03 17:36:53 +01:00
Gajus Kuizinas
f9d27f4cae
docs: add Slonik
Information about Slonik https://dev.to/gajus/dynamically-generating-sql-queries-using-node-js-2c1g
2019-08-29 20:22:54 +01:00
Asad Dhamani
0215f6ed5b
Merge pull request #260 from mgartner/add-pg-insights
Add pg_insights
2019-07-12 16:42:53 +05:30
Asad Dhamani
5e8f533f2f
Merge pull request #252 from binakot/patch-5
Add postgres-checkup by Postgres.ai team
2019-07-12 16:41:57 +05:30
Asad Dhamani
f52d58480f
Merge pull request #251 from binakot/patch-4
Add Nancy CLI by Postgres.ai team
2019-07-12 16:39:52 +05:30
Asad Dhamani
bd09e92c7b
Merge pull request #248 from binakot/patch-1
Rename Timescale to TimescaleDB
2019-07-12 16:37:31 +05:30
Marcus Gartner
ad50049a40 Add pg_insights 2019-06-28 15:11:44 -07:00
Svetha CVL
f1b46975b5 Add pgmetrics monitoring tool 2019-05-29 15:28:16 +05:30
Asad Dhamani
e109a49eef
Revert "Remove PG Primer blog post" 2019-05-24 23:54:33 +05:30
Asad Dhamani
6b91965383
Merge branch 'master' into patch-1 2019-05-23 20:24:49 +05:30
Asad Dhamani
2a1f1f4d1b
Merge pull request #247 from mchristofides/master
Add pgMustard
2019-05-23 20:20:59 +05:30
Asad Dhamani
50f6862d5e
Update README.md 2019-05-23 20:12:00 +05:30
Asad Dhamani
f1fcc9ead5
Merge pull request #253 from binakot/patch-6
Add useful scripts by Data Egret team
2019-05-23 20:05:16 +05:30
yihuang
e9fd031dfb
Citus and pipelinedb are extensions now. 2019-05-13 01:24:25 +08:00
Ivan Muratov
b7e305343b
Add useful scripts by Data Egret team
Separate changes from #244
2019-04-16 21:21:39 +03:00
Ivan Muratov
1660e4aa31
Add postgres-checkup by Postgres.ai team
Separate changes from https://github.com/dhamaniasad/awesome-postgres/pull/244/files
2019-04-16 21:20:31 +03:00
Ivan Muratov
73d0ca9bb1
Add Nancy CLI by Postgres.ai team
Separate changes from https://github.com/dhamaniasad/awesome-postgres/pull/244
2019-04-16 21:18:54 +03:00
Ivan Muratov
561e5d034c
Add TimescaleDB Tune to optimization section.
Separate changes from https://github.com/dhamaniasad/awesome-postgres/pull/244

Issue #236
2019-04-16 21:17:24 +03:00
Ivan Muratov
482a6e8671
Rename Timescale to TimescaleDB
Separate changes from https://github.com/dhamaniasad/awesome-postgres/pull/244
2019-04-16 21:13:00 +03:00
mchristofides
c9b743fe4d Add pgMustard 2019-04-13 01:29:09 +01:00
Andrey Vereshchak
a090f7d8f0
Merge branch 'master' into master 2019-04-09 13:30:39 +03:00
Asad Dhamani
0a8a44168c
Alphabetize PaaS list 2019-04-07 13:38:30 +05:30
Asad Dhamani
93020ab1e4
Add Compose.io to PaaS section 2019-04-07 13:37:37 +05:30
Asad Dhamani
0a1a422b39
Merge branch 'master' into add_agensgraph_to_the_server_section 2019-04-05 13:18:02 +05:30
Asad Dhamani
b3021b08cd
Merge pull request #245 from dmjio/patch-1
Add Haskell bindings
2019-04-05 13:05:04 +05:30
Asad Dhamani
1ba618cbbc
Merge pull request #246 from niespodd/patch-1
Add pgRouting
2019-04-05 13:03:19 +05:30
Asad Dhamani
4fe05e7668
Update descriptions for community items 2019-04-05 12:58:07 +05:30
Asad Dhamani
f2650ce9df
Move wiki to new documentation section 2019-04-05 12:50:04 +05:30
Asad Dhamani
04ef88dfb2
Add resources section to change list arragement 2019-04-05 12:47:48 +05:30
niespodd
885de1b63b
Add pgRouting 2019-03-31 22:18:37 +02:00
David Johnson
f7e8bc74b8
Add Haskell bindings
Add `postgresql-simple`
2019-03-30 12:40:30 -04:00
mchristofides
19dca29e5f Update redirect 2019-03-26 17:32:35 +00:00
mchristofides
e596576aaf Change IRC link to webchat 2019-03-26 17:29:49 +00:00
mchristofides
2a4717cab1 Remove new line added in error 2019-03-26 17:17:07 +00:00
mchristofides
a0a8f3cf2f add community section
included several of the main sites
2019-03-26 17:10:25 +00:00
Felipe Lima
0a4949c52a
Add ScaffoldHub
Generate fullstack PostgreSQL apps with Angular, Vue or React.
2019-03-20 17:37:31 -03:00
marvi
1a02d905aa Added DigitalOcean Managed Databases 2019-03-16 14:26:20 +01:00
Asad Dhamani
d73b32ab96
Merge branch 'master' into master 2019-02-01 22:48:09 +05:30
Asad Dhamani
72215983d6
Merge pull request #225 from delfer/patch-1
Add sqlcheck
2019-02-01 22:46:49 +05:30
Asad Dhamani
56a8a58c01
Merge branch 'master' into patch-1 2019-02-01 22:44:44 +05:30
Asad Dhamani
da632de4d9
Merge pull request #231 from ehfeng/master
Adding Numeracy
2019-02-01 22:41:30 +05:30
Andrey Vereshchak
1ac7dd73b2 fix redirects 2019-02-01 13:38:49 +02:00
Andrey Vereshchak
026e1af74a add pg-differ to the Utilities section 2019-02-01 13:27:59 +02:00
Abhinav Sharma
dd9b3f9c73
added a postgresql driver for Clojure 2019-01-28 11:38:50 +05:30
Beomyong Lee
5b10ef4cf4 Fix redirect urls 2019-01-25 10:56:45 +09:00
Beomyong Lee
ff4c1bc7df Add AgensGraph to the server section 2019-01-25 09:57:44 +09:00
柯豪
f077dd1af6
fix wrong definition of PipelineDB
https://www.pipelinedb.com/
2019-01-24 11:14:24 -08:00
Neil Anderson
9f275b4e13 Fix spelling of channel 2018-12-07 16:53:09 -08:00
Neil Anderson
a6b4fc7337
Fix markup 2018-12-06 14:14:48 -05:00
Neil Anderson
086298d4fb
Fix redirect urls 2018-12-06 14:13:35 -05:00
Neil Anderson
7fb76a90c5
Fix redirects and broken SSL urls 2018-12-06 14:07:35 -05:00
Neil Anderson
169fc59aea
Add PostgresCompare to the GUI section 2018-12-05 14:04:40 -05:00
Lukas Fittl
e9d5335a4e
Merge pull request #204 from x4m/patch-1
Add WAL-G right after WAL-E
2018-11-26 09:21:53 -08:00
Lukas Fittl
413436be2f
Merge pull request #207 from twnaing/teamsql
Add TeamSQL to GUI client list
2018-11-26 09:21:32 -08:00
Lukas Fittl
a39a7d561b
Merge pull request #215 from the4thdoctor/master
add pgchameleon to the utilities list
2018-11-26 09:20:18 -08:00
Lukas Fittl
e7bfeb065c
Merge pull request #232 from savjani/patch-1
Added Azure Database for PostgreSQL under PaaS
2018-11-26 09:18:33 -08:00