{"id":15663310,"url":"https://github.com/squidfunk/isotopes","last_synced_at":"2025-06-26T11:33:07.767Z","repository":{"id":32786340,"uuid":"142134397","full_name":"squidfunk/isotopes","owner":"squidfunk","description":"Serverless and typed object store built on top of AWS SimpleDB","archived":false,"fork":false,"pushed_at":"2023-09-21T06:22:48.000Z","size":1629,"stargazers_count":19,"open_issues_count":10,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T05:04:05.504Z","etag":null,"topics":["aws","client","database","simpledb"],"latest_commit_sha":null,"homepage":"https://squidfunk.github.io/isotopes/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/squidfunk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"squidfunk"}},"created_at":"2018-07-24T09:14:09.000Z","updated_at":"2025-03-30T00:44:52.000Z","dependencies_parsed_at":"2024-10-03T13:36:42.362Z","dependency_job_id":"84950424-f842-46b1-aaf2-834f0e280157","html_url":"https://github.com/squidfunk/isotopes","commit_stats":{"total_commits":683,"total_committers":6,"mean_commits":"113.83333333333333","dds":0.4348462664714495,"last_synced_commit":"15b111e0c1656a40e1840cd927b5892b0cefe36a"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/squidfunk/isotopes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squidfunk%2Fisotopes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squidfunk%2Fisotopes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squidfunk%2Fisotopes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squidfunk%2Fisotopes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/squidfunk","download_url":"https://codeload.github.com/squidfunk/isotopes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squidfunk%2Fisotopes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262056359,"owners_count":23251667,"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":["aws","client","database","simpledb"],"created_at":"2024-10-03T13:36:34.715Z","updated_at":"2025-06-26T11:33:07.746Z","avatar_url":"https://github.com/squidfunk.png","language":"TypeScript","readme":"[![Github Action][action-image]][action-link]\n[![Codecov][codecov-image]][codecov-link]\n[![npm][npm-image]][npm-link]\n\n  [action-image]: https://github.com/squidfunk/isotopes/workflows/ci/badge.svg?branch=master\n  [action-link]: https://github.com/squidfunk/isotopes/actions\n  [travis-image]: https://travis-ci.org/squidfunk/isotopes.svg?branch=master\n  [travis-link]: https://travis-ci.org/squidfunk/isotopes\n  [codecov-image]: https://img.shields.io/codecov/c/github/squidfunk/isotopes/master.svg\n  [codecov-link]: https://codecov.io/gh/squidfunk/isotopes\n  [npm-image]: https://img.shields.io/npm/v/isotopes.svg\n  [npm-link]: https://npmjs.com/package/isotopes\n\n# Isotopes\n\nA serverless, typed and super lightweight object store that enables storage,\nindexing and querying of JSON documents in [AWS SimpleDB][1] using SQL queries.\n*Isotopes* is just perfect for small to medium-sized datasets, especially for\nindexing metadata from other AWS services for flexible querying. It can easily\nbe run from within [AWS Lambda][2] and reduces the boilerplate that is necessary\nto interface with SimpleDB to an absolute minimum.\n\n  [1]: https://aws.amazon.com/de/simpledb/\n  [2]: https://aws.amazon.com/de/lambda/\n\n## Quick start\n\n``` sh\nnpm install isotopes aws-sdk\n```\n\nIn your project:\n\n``` ts\nimport { Isotope } from \"isotopes\"\n\nconst isotope = new Isotope\u003cT\u003e({\n  domain: \"\u003cdomain\u003e\",\n  key: \"\u003ckeyof T\u003e\"\n})\n```\n\nFor detailed instructions see the [getting started guide][3] and the [API\nreference guide][4].\n\n  [3]: https://squidfunk.github.io/isotopes/getting-started/\n  [4]: https://squidfunk.github.io/isotopes/reference/isotope/new/\n\n## License\n\n**MIT License**\n\nCopyright (c) 2018-2020 Martin Donath\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to\ndeal in the Software without restriction, including without limitation the\nrights to use, copy, modify, merge, publish, distribute, sublicense, and/or\nsell copies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\nIN THE SOFTWARE.\n","funding_links":["https://github.com/sponsors/squidfunk"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquidfunk%2Fisotopes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsquidfunk%2Fisotopes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquidfunk%2Fisotopes/lists"}