{"id":23417645,"url":"https://github.com/ducin/hello-nodejs-postgresql-rabbitmq","last_synced_at":"2025-07-15T10:04:36.133Z","repository":{"id":269097987,"uuid":"906411585","full_name":"ducin/hello-nodejs-postgresql-rabbitmq","owner":"ducin","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-22T12:33:55.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T07:42:05.380Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ducin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-20T21:09:35.000Z","updated_at":"2024-12-22T12:33:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"ececcc1d-dc2c-4c51-9173-c04e285a1006","html_url":"https://github.com/ducin/hello-nodejs-postgresql-rabbitmq","commit_stats":null,"previous_names":["ducin/hello-nodejs-postgresql-rabbitmq"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ducin/hello-nodejs-postgresql-rabbitmq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ducin%2Fhello-nodejs-postgresql-rabbitmq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ducin%2Fhello-nodejs-postgresql-rabbitmq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ducin%2Fhello-nodejs-postgresql-rabbitmq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ducin%2Fhello-nodejs-postgresql-rabbitmq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ducin","download_url":"https://codeload.github.com/ducin/hello-nodejs-postgresql-rabbitmq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ducin%2Fhello-nodejs-postgresql-rabbitmq/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265427230,"owners_count":23763259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-22T23:19:33.119Z","updated_at":"2025-07-15T10:04:36.114Z","avatar_url":"https://github.com/ducin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# run\n\n    docker system df\n    docker-compose up --build\n    docker volume rm $(docker volume ls -f dangling=true -q)\n    docker-compose up --build --force-recreate\n\nFor docker-compose the correct way to remove volumes would be `docker-compose down --volumes` or `docker-compose down --rmi all --volumes`.\n\nprometheus metrics:\n\n- `rabbitmq_queue_messages` - Current queue size\n- `rate(rabbitmq_queue_messages_published_total[5m])` - Message publish rate\n- `rabbitmq_queue_consumers` - Number of consumers\n\n## postgres\n\n    psql -U myuser -d mydatabase\n\n    /var/lib/pgadmin/storage/admin_example.com/...\n\n```sql\n -- List all databases\n\\l\n-- or\nSELECT datname FROM pg_database;\n\n-- Connect to a specific database\n\\c mydatabase\n\n-- List all tables in current database\n\\dt\n-- or more detailed view\n\\dt+\n-- or SQL equivalent\nSELECT table_name \nFROM information_schema.tables \nWHERE table_schema = 'public';\n\n-- Show detailed information about a specific table\n\\d+ table_name\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fducin%2Fhello-nodejs-postgresql-rabbitmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fducin%2Fhello-nodejs-postgresql-rabbitmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fducin%2Fhello-nodejs-postgresql-rabbitmq/lists"}