{"id":15415896,"url":"https://github.com/davidje13/botoc","last_synced_at":"2026-05-17T18:35:54.791Z","repository":{"id":6411971,"uuid":"7650272","full_name":"davidje13/botoc","owner":"davidje13","description":"C++ wrapper for the boto (aws) python library","archived":false,"fork":false,"pushed_at":"2013-03-15T15:19:10.000Z","size":160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T13:21:13.499Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/davidje13.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":"2013-01-16T17:27:40.000Z","updated_at":"2020-12-18T19:34:34.000Z","dependencies_parsed_at":"2022-08-27T14:37:30.796Z","dependency_job_id":null,"html_url":"https://github.com/davidje13/botoc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davidje13/botoc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fbotoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fbotoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fbotoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fbotoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidje13","download_url":"https://codeload.github.com/davidje13/botoc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidje13%2Fbotoc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33149833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-10-01T17:10:06.768Z","updated_at":"2026-05-17T18:35:54.757Z","avatar_url":"https://github.com/davidje13.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"botoc\n=====\n\nC++ wrapper for the boto (Amazon Web Services) Python library contained within\nsimple headers; nothing to link.\n\nRequirements\n------------\n\n* Python libraries (python-dev)\n* Boto 2.6+ (easy-install boto)\n* AWS account with SQS or DDB set up, and an IAM user with appropriate\n  permissions\n\nFunctionality\n-------------\n\nProvides very limited (but very easy to use) functionality for AWS services:\n\n### Common\n\n* botoc::set_iam_user Change the IAM credentials (key and secret)\n* botoc::set_region Change the working region (e.g. \"eu-west-1\")\n\n### SQS (botoc_sqs.h)\n\n* botoc::sqs::prep Prepare a connection with the current region and credentials\n  (called automatically when needed). Connections will persist until disconnect\n  is called.\n* botoc::sqs::put Adds a new item to the queue.\n* botoc::sqs::get Gets an item from the queue.\n  * supports long-polling (see BOTO_SUPPORTS_WAIT_TIME_SECONDS comment).\n* botoc::sqs::remove Removes an item from the queue using a handle from sqs_get.\n* botoc::sqs::disconnect Breaks the current connection; only needed for\n  reconnecting as a different user or region.\n\n### DDB (botoc_ddb.h)\n\n* botoc::ddb::prep Prepare a connection with the current region and credentials\n  (called automatically when needed). Connections will persist until disconnect\n  is called.\n* botoc::ddb::update Adds or Updates an item in the database\n  * supported types: string (S), number (N), binary (B) and sets of each\n  * supports \"expected\"\n  * supports \"PUT\", \"ADD\", \"DELETE\"\n  * does *not* support range keys\n* botoc::ddb::get Retrieves an item from the database\n  * supports full \u0026 partial get\n  * does *not* support metadata\n  * does *not* support range keys\n\nExamples\n--------\n\nSee main.cpp for example usage.\n\nCredits\n-------\n\nBased on https://github.com/9apps/dynamoDBc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidje13%2Fbotoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidje13%2Fbotoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidje13%2Fbotoc/lists"}