{"id":27303113,"url":"https://github.com/aleksey-kn/imnorm","last_synced_at":"2025-09-02T20:44:10.870Z","repository":{"id":65713497,"uuid":"595005825","full_name":"Aleksey-Kn/imNORM","owner":"Aleksey-Kn","description":"In-memory NoSQL ORM for Java, worked on file system","archived":false,"fork":false,"pushed_at":"2023-06-02T15:19:13.000Z","size":365,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-06-02T16:26:47.633Z","etag":null,"topics":["filesystem","in-memory-storage","java","nosql","orm-library"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Aleksey-Kn.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":"2023-01-30T07:37:41.000Z","updated_at":"2023-03-28T04:57:55.000Z","dependencies_parsed_at":"2023-02-19T05:15:18.021Z","dependency_job_id":null,"html_url":"https://github.com/Aleksey-Kn/imNORM","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aleksey-Kn%2FimNORM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aleksey-Kn%2FimNORM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aleksey-Kn%2FimNORM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aleksey-Kn%2FimNORM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aleksey-Kn","download_url":"https://codeload.github.com/Aleksey-Kn/imNORM/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248509081,"owners_count":21115934,"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":["filesystem","in-memory-storage","java","nosql","orm-library"],"created_at":"2025-04-12T02:50:07.256Z","updated_at":"2025-04-12T02:50:07.829Z","avatar_url":"https://github.com/Aleksey-Kn.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ImNORM\n![Lines of code](https://img.shields.io/tokei/lines/github/Aleksey-Kn/imNORM)\n[![Java CI](https://github.com/Aleksey-Kn/imNORM/actions/workflows/build.yml/badge.svg)](https://github.com/Aleksey-Kn/imNORM/actions/workflows/build.yml)\n[![GitHub](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com//Aleksey-Kn/imNORM/blob/master/LICENSE \"MIT\")\n\nIn-memory NoSQL ORM for Java, worked on file system. \n\n## Requirements\n1. Java 15 or above\n2. Maven\n\n## The service provides the following functions:\n- Thread-safe CRUD functional, working on key-value data storage\n- Ability to control the memory allocated for repositories\n- Transactionality that ensures data integrity\n- The possibility of obtaining records by condition\n- Create migrations\n\n## Building\n```\ngit clone https://github.com/Aleksey-Kn/imNORM.git\ncd imNORM\nmvn install\n```\n\n## Download with Maven from GtHub packages\n```\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.github.alekseykn\u003c/groupId\u003e\n    \u003cartifactId\u003eimnorm\u003c/artifactId\u003e\n    \u003cversion\u003e4.0.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nAdded in settings.xml (/user/.m2)\n```\n\u003cactiveProfiles\u003e\n    \u003cactiveProfile\u003egithub\u003c/activeProfile\u003e\n\u003c/activeProfiles\u003e\n\n\u003cprofiles\u003e\n    \u003cprofile\u003e\n      \u003cid\u003egithub\u003c/id\u003e\n      \u003crepositories\u003e\n        \u003crepository\u003e\n          \u003cid\u003ecentral\u003c/id\u003e\n          \u003curl\u003ehttps://repo1.maven.org/maven2\u003c/url\u003e\n        \u003c/repository\u003e\n        \u003crepository\u003e\n          \u003cid\u003egithub\u003c/id\u003e\n          \u003curl\u003ehttps://maven.pkg.github.com/aleksey-kn/imnorm\u003c/url\u003e\n          \u003csnapshots\u003e\n            \u003cenabled\u003etrue\u003c/enabled\u003e\n          \u003c/snapshots\u003e\n        \u003c/repository\u003e\n      \u003c/repositories\u003e\n    \u003c/profile\u003e\n\u003c/profiles\u003e\n\n\u003cservers\u003e\n    \u003cserver\u003e\n      \u003cid\u003egithub\u003c/id\u003e\n      \u003cusername\u003eUSERNAME\u003c/username\u003e\n      \u003cpassword\u003eTOKEN\u003c/password\u003e\n    \u003c/server\u003e\n\u003c/servers\u003e\n```\n\n## Issue tracking\nFound a bug? Have an idea for an improvement? Feel free to [file an issue.](https://github.com/Aleksey-Kn/imNORM/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleksey-kn%2Fimnorm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faleksey-kn%2Fimnorm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleksey-kn%2Fimnorm/lists"}