Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qwlabs/doraemon
useful java tool
https://github.com/qwlabs/doraemon
antlr graphql java minio persistence quarkus query queue s3 storage task tenant
Last synced: 3 months ago
JSON representation
useful java tool
- Host: GitHub
- URL: https://github.com/qwlabs/doraemon
- Owner: qwlabs
- License: gpl-3.0
- Created: 2021-11-25T15:24:02.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T14:45:06.000Z (3 months ago)
- Last Synced: 2024-10-01T05:23:20.231Z (3 months ago)
- Topics: antlr, graphql, java, minio, persistence, quarkus, query, queue, s3, storage, task, tenant
- Language: Java
- Homepage:
- Size: 1.06 MB
- Stars: 10
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Audit: auditing/README.md
- Security: security/README.md
Awesome Lists containing this project
README
[![Maven Central](https://img.shields.io/maven-central/v/com.qwlabs.doraemon/lang.svg?label=Maven%20Central&style=for-the-badge&logo=appveyor)](https://search.maven.org/search?q=g:%22com.qwlabs.doraemon%22)
[![Build](https://img.shields.io/github/actions/workflow/status/qwlabs/doraemon/commit.yaml?style=for-the-badge&logo=appveyor)](https://github.com/qwlabs/doraemon/actions/workflows/commit.yaml)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg?&style=for-the-badge&logo=appveyor)](https://www.gnu.org/licenses/gpl-3.0)Useful java tools
# Installation
## Maven
```xml
com.qwlabs.doraemon
lang
0.3.*
pom```
## Gradle
```gradle
api 'com.qwlabs.doraemon:lang:0.3.*'
```# Document
- [auditing](auditing/README.md) Base auditing entity/listener for jpa
- [basic-tree](basic-tree/README.md) Basic Tree definition and operation
- [cdi](cdi/README.md) CDI Utils and Dispatchable definition for your business code
- [exceptions](exceptions/README.md) Generic exception definition
- [feature-flags](feature-flags/README.md) Help service easy use feature in CDI
- [graphql](graphql/README.md) Definition Relay for Graphql
- [graphql-builder](graphql-builder/README.md) Easy build Graphql for testing with java flow code style
- [jackson](jackson/README.md) Easy to use jackson
- [jpa](jpa/README.md) Generic jpa naming strategy as refer to spring
- [lang](lang/README.md) Generic utils for java
- [mptt-tree](mptt-tree/README.md) The tree use MPTT structure
- [panache](panache/README.md) Extends panache in paging and native query
- [q-api](q-api/README.md) Query string condition api definition
- [q-parser-antlr4](q-parser-antlr4/README.md) Query string condition parser with antlr4
- [quarkus-cache](quarkus-cache/README.md) Help for quarkus cache
- [quarkus-tenant](quarkus-tenant/README.md) Quarkus provide tenant from http
- [quarkus-test](quarkus-test/README.md) Quarkus utils for test
- [quarkus-test-resources](quarkus-test/README.md) Quarkus resources for test
- [security](security/README.md) Define the caller concept in the application and provide the ability to load properties api
- [storage](storage/README.md) Define storage api
- [storage-minio](storage-minio/README.md) Storage api implements use minio
- [storage-s3](storage-s3/README.md) Storage api implements use s3
- [storage-graphql](storage-graphql/README.md) Storage graphql api
- [task-queue](task-queue/README.md) Define task queue for loop job
- [test-builder](test-builder/README.md) Define some builder for testing
- [validator](validator/README.md) Generic validator