{"id":20238995,"url":"https://github.com/visallo/simple-orm","last_synced_at":"2025-04-10T19:36:10.788Z","repository":{"id":29019233,"uuid":"32546454","full_name":"visallo/simple-orm","owner":"visallo","description":"SimpleORM","archived":false,"fork":false,"pushed_at":"2017-09-11T03:01:15.000Z","size":148,"stargazers_count":7,"open_issues_count":0,"forks_count":8,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-24T17:14:22.813Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/visallo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2015-03-19T21:12:54.000Z","updated_at":"2019-09-13T12:22:59.000Z","dependencies_parsed_at":"2022-09-05T22:31:23.200Z","dependency_job_id":null,"html_url":"https://github.com/visallo/simple-orm","commit_stats":null,"previous_names":["v5analytics/simple-orm"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visallo%2Fsimple-orm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visallo%2Fsimple-orm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visallo%2Fsimple-orm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visallo%2Fsimple-orm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/visallo","download_url":"https://codeload.github.com/visallo/simple-orm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248281414,"owners_count":21077423,"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-11-14T08:36:32.940Z","updated_at":"2025-04-10T19:36:10.768Z","avatar_url":"https://github.com/visallo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple-orm [![Build Status](https://travis-ci.org/v5analytics/simple-orm.svg?branch=master)](https://travis-ci.org/v5analytics/simple-orm)\n\nAn ORM solution which talks with SQL and big data database solutions using the same code.\n\n### Example Model Object\n\n```java\n@Entity(tableName = \"user\")\npublic class User {\n    @Id\n    private String id;\n\n    @Field\n    private String name;\n    \n    ... getters and setters ...\n}\n```\n\n### Example Usage\n\n```java\nAccumuloSimpleOrmSession session = new AccumuloSimpleOrmSession();\nSimpleOrmContext ctx = session.createContext();\nsession.findAll(User.class, ctx);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisallo%2Fsimple-orm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvisallo%2Fsimple-orm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisallo%2Fsimple-orm/lists"}