{"id":37195898,"url":"https://github.com/rnzsgh/fargate-documentdb-compute-poc","last_synced_at":"2026-01-14T22:47:12.120Z","repository":{"id":57706333,"uuid":"165125623","full_name":"rnzsgh/fargate-documentdb-compute-poc","owner":"rnzsgh","description":"Simple example using Fargate and DocumentDB for batch compute","archived":false,"fork":false,"pushed_at":"2019-04-02T13:19:45.000Z","size":211,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-21T02:15:59.338Z","etag":null,"topics":["batch","cloudformation","compute","documentdb","fargate","go"],"latest_commit_sha":null,"homepage":"","language":"Go","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/rnzsgh.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}},"created_at":"2019-01-10T20:24:00.000Z","updated_at":"2021-01-11T09:42:14.000Z","dependencies_parsed_at":"2022-09-26T21:20:20.442Z","dependency_job_id":null,"html_url":"https://github.com/rnzsgh/fargate-documentdb-compute-poc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rnzsgh/fargate-documentdb-compute-poc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnzsgh%2Ffargate-documentdb-compute-poc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnzsgh%2Ffargate-documentdb-compute-poc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnzsgh%2Ffargate-documentdb-compute-poc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnzsgh%2Ffargate-documentdb-compute-poc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rnzsgh","download_url":"https://codeload.github.com/rnzsgh/fargate-documentdb-compute-poc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnzsgh%2Ffargate-documentdb-compute-poc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28436822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["batch","cloudformation","compute","documentdb","fargate","go"],"created_at":"2026-01-14T22:47:11.319Z","updated_at":"2026-01-14T22:47:12.103Z","avatar_url":"https://github.com/rnzsgh.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n\nThe purpose of this [POC](https://en.wikipedia.org/wiki/Proof_of_concept) is to showcase using [Amazon DocumentDB (with MongoDB compatibility)](https://aws.amazon.com/documentdb/) with [AWS Fargate](https://aws.amazon.com/fargate/) to perform batch compute operations on data persisted in the database.\n\n**Note:** You must have the new [ARN format and resource ID format](https://aws.amazon.com/ecs/faqs/#Transition_to_new_ARN_and_ID_format) enabled before launching the [AWS CloudFormation](https://aws.amazon.com/cloudformation/) template in order to support tags ([blog post](https://aws.amazon.com/blogs/compute/migrating-your-amazon-ecs-deployment-to-the-new-arn-and-resource-id-format-2/)).\n\nTo test the job manager locally (this repo), set the following environment variables (must match your deployed cluster):\n```\nexport DOCUMENT_DB_ENDPOINT=localhost\nexport DOCUMENT_DB_PORT=27017\nexport DOCUMENT_DB_USER=test\nexport DOCUMENT_DB_PASSWORD=test\nexport DOCUMENT_DB_PEM=/FULL_PATH/fargate-documentdb-compute-poc/local.pem\nexport LOCAL=true\n```\n\nTo test locally with MongoDB 3.6.9, you can use the following commands:\n\nRun the database:\n```\nmongod --sslMode requireSSL --sslPEMKeyFile /FULL_PATH/fargate-documentdb-compute-poc/local.pem\n```\n\nAccess the database locally via the shell:\n\n```\nmongo --host localhost --port 27017 --ssl --sslPEMKeyFile=/FULL_PATH/fargate-documentdb-compute-poc/local.pem --sslAllowInvalidCertificates --sslAllowInvalidHostnames\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frnzsgh%2Ffargate-documentdb-compute-poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frnzsgh%2Ffargate-documentdb-compute-poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frnzsgh%2Ffargate-documentdb-compute-poc/lists"}