{"id":21221433,"url":"https://github.com/worksofliam/rpgnosql","last_synced_at":"2026-04-08T17:33:14.582Z","repository":{"id":114429436,"uuid":"282684631","full_name":"worksofliam/rpgnosql","owner":"worksofliam","description":"Ability to use JSON store table in RPGLE","archived":false,"fork":false,"pushed_at":"2020-07-27T11:56:11.000Z","size":256,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T01:14:14.836Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TSQL","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/worksofliam.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":"2020-07-26T16:03:52.000Z","updated_at":"2024-07-12T05:47:46.000Z","dependencies_parsed_at":"2024-06-11T23:03:08.918Z","dependency_job_id":null,"html_url":"https://github.com/worksofliam/rpgnosql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/worksofliam/rpgnosql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worksofliam%2Frpgnosql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worksofliam%2Frpgnosql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worksofliam%2Frpgnosql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worksofliam%2Frpgnosql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/worksofliam","download_url":"https://codeload.github.com/worksofliam/rpgnosql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worksofliam%2Frpgnosql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31567017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-11-20T22:27:54.505Z","updated_at":"2026-04-08T17:33:14.556Z","avatar_url":"https://github.com/worksofliam.png","language":"TSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"## RPGNoSQL\n\nThis is an idea for a service program to fetch data from a table which contains a BSON (blob) column. This means not only can your data scale veritcally, it also means it can grow horizontally.\n\nInspiration from the post [JSON data in SQL Server](https://docs.microsoft.com/en-us/sql/relational-databases/json/json-data-sql-server?view=sql-server-ver15).\n\n#### Installation\n\n1. Clone\n2. `cd rpgnosql`\n3. Create the `RPGNOSQL` library\n4. `gmake`\n\n#### Example\n\nSee the `examples` directory for an example.\n\n```\nDcl-S index Int(3);\nDcl-S CurrentName Char(30);\nDcl-S CurrentBalance Packed(9:2);\n\nNoSQL_Table('barry.docs');\n\nIf (NoSQL_Open());\n  index = 0;\n  Dow (NoSQL_Next() and index \u003c 10);\n    CurrentName = NoSQL_AsString('$.name');\n    CurrentBalance = NoSQL_AsNumber('$.balance');\n\n    Dsply (%TrimR(CurrentName) + ' - ' + %Char(CurrentBalance));\n    index += 1;\n  Enddo;\n\n  NoSQL_Close();\nEndif;\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworksofliam%2Frpgnosql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworksofliam%2Frpgnosql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworksofliam%2Frpgnosql/lists"}