{"id":15487593,"url":"https://github.com/myconsciousness/content-framework","last_synced_at":"2025-04-22T17:41:59.307Z","repository":{"id":118166282,"uuid":"287231904","full_name":"myConsciousness/content-framework","owner":"myConsciousness","description":"It is a framework designed to extract values and expressions from the source code that can be modified in the future as content, and to change the behavior without changing the source code directly.","archived":false,"fork":false,"pushed_at":"2021-01-26T10:29:44.000Z","size":709,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-19T07:53:32.019Z","etag":null,"topics":["content","flexible","framework","java","json","masterdata","nosql","nosql-database"],"latest_commit_sha":null,"homepage":"https://myconsciousness.github.io/content-framework/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/myConsciousness.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-13T09:05:26.000Z","updated_at":"2021-12-05T02:43:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"ade56e59-de7b-4ada-8c59-b991896e53b2","html_url":"https://github.com/myConsciousness/content-framework","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myConsciousness%2Fcontent-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myConsciousness%2Fcontent-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myConsciousness%2Fcontent-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myConsciousness%2Fcontent-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myConsciousness","download_url":"https://codeload.github.com/myConsciousness/content-framework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250289079,"owners_count":21405913,"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":["content","flexible","framework","java","json","masterdata","nosql","nosql-database"],"created_at":"2024-10-02T06:41:03.498Z","updated_at":"2025-04-22T17:41:59.285Z","avatar_url":"https://github.com/myConsciousness.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Build](https://img.shields.io/badge/Build-Automated-2980b9.svg?style=for-the-badge)\n![Latest Version](https://img.shields.io/badge/Latest_Version-v1.1.0-27ae60.svg?style=for-the-badge)\n![License](https://img.shields.io/badge/License-Apache_2.0-e74c3c.svg?style=for-the-badge)\u003c/br\u003e\n![Java CI with Gradle](https://github.com/myConsciousness/content-framework/workflows/Java%20CI%20with%20Gradle/badge.svg)\n\n# Content Framework\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**\n\n- [What is it?](#what-is-it)\n- [Benefits](#benefits)\n- [How To Use](#how-to-use)\n  - [1. Add the dependencies](#1-add-the-dependencies)\n- [License](#license)\n- [More Information](#more-information)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## What is it?\n\n**_Makes your code more flexible to changes._**\u003c/br\u003e\n**_This framework can be used like `NoSql database` to just handle master data._**\n\n`Content Framework` was designed and created with the goal of creating a large amount of code that is flexible enough to respond to changes in value and behavioral specifications in the source code.\n\nThe `content file` used by `Content Framework` are JSON-based, intuitive and easy to read structures. Content files allow you to define options of values and conditions for retrieving options.\n\nAs a framework each procedure is designed to be easy to perform, and the implementation is optimized to be very light and fast.\n\n## Benefits\n\n- Be more flexible code for specification changes\n- Possible to reuse common values and behaviors defined as content and rules\n- Possible to change the behavior without changing the source code directly\n- Light and optimized NoSql database for master data\n\n## How To Use\n\n### 1. Add the dependencies\n\n\u003e **_Note:_**\u003c/br\u003e\n\u003e Replace version you want to use. Check the latest [Packages](https://github.com/myConsciousness/content-framework/packages).\u003c/br\u003e\n\u003e Please contact me for a token to download the package.\n\n**_Maven_**\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eorg.thinkit.framework.content\u003c/groupId\u003e\n  \u003cartifactId\u003econtent-framework\u003c/artifactId\u003e\n  \u003cversion\u003ev1.1.0\u003c/version\u003e\n\u003c/dependency\u003e\n\n\u003cservers\u003e\n  \u003cserver\u003e\n    \u003cid\u003egithub\u003c/id\u003e\n    \u003cusername\u003emyConsciousness\u003c/username\u003e\n    \u003cpassword\u003exxxxxxxxxxxxxxxxxx\u003c/password\u003e\n  \u003c/server\u003e\n\u003c/servers\u003e\n```\n\n**_Gradle_**\n\n```gradle\nrepositories {\n    maven {\n        name = \"GitHubPackages\"\n        url = uri(\"https://maven.pkg.github.com/myConsciousness/content-framework\")\n        credentials {\n          username = \"myConsciousness\"\n          password = \"xxxxxxxxxxxxxxxxxx\"\n        }\n    }\n}\n\ndependencies {\n    implementation 'org.thinkit.framework.content:content-framework:v1.1.0'\n}\n```\n\n## License\n\n```license\nCopyright 2020 Kato Shinya.\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except\nin compliance with the License. You may obtain a copy of the License at\n\n     http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License\nis distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\nor implied. See the License for the specific language governing permissions and limitations under\nthe License.\n```\n\n## More Information\n\n`Content Framework` was designed and implemented by Kato Shinya, who works as a freelance developer.\n\nRegardless of the means or content of communication, I would love to hear from you if you have any questions or concerns. I do not check my email box very often so a response may be delayed, anyway thank you for your interest!\n\n- [Creator Profile](https://github.com/myConsciousness)\n- [Creator Website](https://myconsciousness.github.io/)\n- [License](https://github.com/myConsciousness/content-framework/blob/master/LICENSE)\n- [Release Note](https://github.com/myConsciousness/content-framework/releases)\n- [Package](https://github.com/myConsciousness/content-framework/packages)\n- [File a Bug](https://github.com/myConsciousness/content-framework/issues)\n- [Reference](https://myconsciousness.github.io/content-framework/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyconsciousness%2Fcontent-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyconsciousness%2Fcontent-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyconsciousness%2Fcontent-framework/lists"}