Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clearxs/uno
Providing foundational components to enable the construction of large-scale complex applications.
https://github.com/clearxs/uno
elasticsearch event-bus gis influxdb jdk22 jpa mongodb netty orm rule-engine testing time-series-analysis
Last synced: about 2 hours ago
JSON representation
Providing foundational components to enable the construction of large-scale complex applications.
- Host: GitHub
- URL: https://github.com/clearxs/uno
- Owner: ClearXs
- Created: 2023-01-15T03:03:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T07:01:36.000Z (7 months ago)
- Last Synced: 2024-05-02T20:30:56.901Z (7 months ago)
- Topics: elasticsearch, event-bus, gis, influxdb, jdk22, jpa, mongodb, netty, orm, rule-engine, testing, time-series-analysis
- Language: Java
- Homepage:
- Size: 11.8 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## overview
uno ('u:no, pronounced wu no) provides the ability to build large and complex applications by offering foundational
components.- core:Core library providing common utilities, event bus, simple type system, metadata
conversion, generic chained interface declaration, simple Task, and Cache mechanism.
- data:Data processing including a generic query module and ORM framework.
- rule:Rule engine.
- web:Simple web toolkit providing default HTTP request endpoints for the system.
- test:Testing toolkit designed for convenient use within the jupiter-test environment.
- gis:Spatial data conversion for MyBatis, Jackson to standard GeoJSON conversion, and coordinate system conversion.
- auto:Automated SPI file generation, including spring.factories.
- bom:Project dependency collection.
- plugins (not implemented): General plugin tools including microkernel mode interface declaration, loading, and
execution of third-party plugin packages such as JARs.
- http: Construction of OpenAPI tools and reactive HTTP request-response
framework.
- kafka:Kafka encapsulation based on reactive backpressure.
- netty: Netty encapsulation for building RPC framework without clustering mode.
- sequential:Processing of time-series data including data reception, conversion, and processing based on reactive,
high-performance data processing with backpressure characteristics.
- websocket:Websocket encapsulation with batch data push, publish-subscribe mode, and client-side usage of topic path
trees.### roadmap
- 1.1.7 version: uno-data integrate mongodb. (plan to: 2024-03 finish)
- 1.1.8 version: uno-data integrate influxdb. (plan to: 2024-04 finish)
- 1.1.9 version: uno-data integrate redis by redssion. (plan to: 2024-04 finish)
- 1.2.x version:
1. Improve rule engine. (maybe)
2. Add workflow engine base on flowable. (maybe)
3. Add prompting engineering and langchain. (maybe)
- 1.3.x version:
1. Add IoT Gateway base on netty. realize TCP, UDP, MQTT, CoAP, HTTP...
2. Add Plugin Modules. I guess it should be dynamically load JAR packages and execute dynamic language. like as groovy javascript...