{"id":15013865,"url":"https://github.com/qwlabs/doraemon","last_synced_at":"2025-04-12T05:50:53.319Z","repository":{"id":41148520,"uuid":"431891822","full_name":"qwlabs/doraemon","owner":"qwlabs","description":"useful java tool","archived":false,"fork":false,"pushed_at":"2025-03-04T13:46:39.000Z","size":1239,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-26T01:12:56.996Z","etag":null,"topics":["antlr","graphql","java","minio","persistence","quarkus","query","queue","s3","storage","task","tenant"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qwlabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":"auditing-event-listener/README.md","citation":null,"codeowners":null,"security":"security/README.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null}},"created_at":"2021-11-25T15:24:02.000Z","updated_at":"2025-03-04T13:46:42.000Z","dependencies_parsed_at":"2023-11-21T08:26:04.811Z","dependency_job_id":"fb266464-4785-4524-a7b5-03f39e44f87b","html_url":"https://github.com/qwlabs/doraemon","commit_stats":{"total_commits":401,"total_committers":5,"mean_commits":80.2,"dds":0.4139650872817955,"last_synced_commit":"ed1c655780293eec7813eaf3e1a107589f2119d1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwlabs%2Fdoraemon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwlabs%2Fdoraemon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwlabs%2Fdoraemon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwlabs%2Fdoraemon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qwlabs","download_url":"https://codeload.github.com/qwlabs/doraemon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248525153,"owners_count":21118616,"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":["antlr","graphql","java","minio","persistence","quarkus","query","queue","s3","storage","task","tenant"],"created_at":"2024-09-24T19:44:52.320Z","updated_at":"2025-04-12T05:50:53.308Z","avatar_url":"https://github.com/qwlabs.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Maven Central](https://img.shields.io/maven-central/v/com.qwlabs.doraemon/lang.svg?label=Maven%20Central\u0026style=for-the-badge\u0026logo=appveyor)](https://search.maven.org/search?q=g:%22com.qwlabs.doraemon%22)\n[![Build](https://img.shields.io/github/actions/workflow/status/qwlabs/doraemon/commit.yaml?style=for-the-badge\u0026logo=appveyor)](https://github.com/qwlabs/doraemon/actions/workflows/commit.yaml)\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg?\u0026style=for-the-badge\u0026logo=appveyor)](https://www.gnu.org/licenses/gpl-3.0)\n\nUseful java tools\n\n# Installation\n\n## Maven\n\n```xml\n\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.qwlabs.doraemon\u003c/groupId\u003e\n    \u003cartifactId\u003elang\u003c/artifactId\u003e\n    \u003cversion\u003e0.3.*\u003c/version\u003e\n    \u003ctype\u003epom\u003c/type\u003e\n\u003c/dependency\u003e\n```\n\n## Gradle\n\n```gradle\napi 'com.qwlabs.doraemon:lang:0.3.*'\n```\n\n# Document\n- [auditing](auditing-core/README.md) Base auditing entity for jpa\n- [basic-tree](basic-tree/README.md) Basic Tree definition and operation\n- [cdi](cdi/README.md) CDI Utils and Dispatchable definition for your business code\n- [exceptions](exceptions/README.md) Generic exception definition\n- [feature-flags](feature-flags/README.md) Help service easy use feature in CDI\n- [graphql](graphql/README.md) Definition Relay for Graphql\n- [graphql-builder](graphql-builder/README.md) Easy build Graphql for testing with java flow code style\n- [jackson](jackson/README.md) Easy to use jackson\n- [jpa](jpa/README.md) Generic jpa naming strategy as refer to spring\n- [lang](lang/README.md) Generic utils for java\n- [panache](panache/README.md) Extends panache in paging and native query\n- [q-api](q-api/README.md) Query string condition api definition\n- [q-parser-antlr4](q-parser-antlr4/README.md) Query string condition parser with antlr4\n- [quarkus-cache](quarkus-cache/README.md) Help for quarkus cache\n- [quarkus-tenant](quarkus-tenant/README.md) Quarkus provide tenant from http\n- [quarkus-test](quarkus-test/README.md) Quarkus utils for test\n- [quarkus-test-resources](quarkus-test/README.md) Quarkus resources for test\n- [security](security/README.md) Define the caller concept in the application and provide the ability to load properties api\n- [storage](storage/README.md) Define storage api\n- [storage-minio](storage-minio/README.md) Storage api implements use minio\n- [storage-s3](storage-s3/README.md) Storage api implements use s3\n- [storage-graphql](storage-graphql/README.md) Storage graphql api\n- [task-queue](task-queue/README.md) Define task queue for loop job\n- [test-builder](test-builder/README.md) Define some builder for testing\n- [validator](validator/README.md) Generic validator\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwlabs%2Fdoraemon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqwlabs%2Fdoraemon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwlabs%2Fdoraemon/lists"}