Commit Graph

28 Commits

Author SHA1 Message Date
lingniu
57ab57c42b build: remove unused archunit dependency 2026-07-01 13:15:05 +08:00
lingniu
28bde233a1 build: remove unused lombok dependency 2026-07-01 13:11:55 +08:00
lingniu
4134824caf build: remove unused opentelemetry bom 2026-07-01 13:09:22 +08:00
lingniu
422a24684d build: remove unused mqtt client dependency 2026-07-01 13:06:39 +08:00
lingniu
7ce64e9963 refactor: remove legacy event file store 2026-07-01 11:04:11 +08:00
lingniu
e80fa6f38c refactor: rename kafka sink module 2026-07-01 10:56:33 +08:00
lingniu
ba1ec9a012 build: scope optional module versions to profiles 2026-07-01 09:42:15 +08:00
lingniu
56a6c01f95 refactor: make event file store optional 2026-07-01 07:51:45 +08:00
lingniu
51b1dd4174 refactor: make raw archive store optional 2026-07-01 07:42:16 +08:00
lingniu
ba4bb51a07 refactor: make latest state optional 2026-07-01 07:37:50 +08:00
lingniu
0987bb4718 refactor: make jsatl12 optional 2026-07-01 07:33:06 +08:00
lingniu
e03d1d7629 fix: remove legacy commons logging from history runtime 2026-07-01 06:52:21 +08:00
lingniu
7c3f25eaf6 chore: align pom metadata with runtime stack 2026-07-01 06:36:41 +08:00
lingniu
a64b7c5081 build: move command gateway to optional profile 2026-07-01 04:32:54 +08:00
lingniu
f0c1983867 refactor: remove xinda from default production surface 2026-07-01 02:13:43 +08:00
lingniu
af899d03b7 refactor: move xinda to legacy maven profile 2026-07-01 01:34:28 +08:00
lingniu
cbba617801 feat: productionize raw history ingestion 2026-06-30 23:52:16 +08:00
lingniu
bf6728041b feat: productionize mqtt ingress and trim history APIs
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was canceled
2026-06-30 01:28:51 +08:00
lingniu
4d683809ad feat: add yutong mqtt and xinda push apps
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was canceled
2026-06-29 23:33:45 +08:00
lingniu
57ba7dca90 feat: configure tdengine history datasource 2026-06-29 14:21:56 +08:00
lingniu
f58fe51cf5 feat: add tdengine history store foundation 2026-06-29 13:25:31 +08:00
lingniu
0ec29a732c feat: add raw archive store contract 2026-06-29 12:56:50 +08:00
lingniu
4feb1ec829 build: add ingest facts module 2026-06-29 12:52:17 +08:00
lingniu
5e619c3634 feat: add jt808 ingest app
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-06-26 11:17:27 +08:00
lingniu
22468e78b4 chore: wire split apps deployment config
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline was canceled
2026-06-24 14:38:59 +08:00
lingniu
27b421d49b build: add split service app modules 2026-06-23 15:58:51 +08:00
kkfluous
ba68ffe061 feat: make gb32960 archive history query production ready 2026-06-23 11:55:44 +08:00
lingniu-dev
064ecc479c chore: initial import of lingniu-vehicle-ingest
Multi-module Spring Boot ingest service for vehicle telemetry. Modules:

- ingest-api / ingest-core / ingest-codec-common: shared SPI, dispatcher,
  Disruptor event bus, BCC/BCD codec helpers
- protocol-gb32960: GB/T 32960.3 inbound (Netty + per-version parser
  packages v2016/v2025), platform login auth, VIN whitelist, idle handler
- protocol-jt808 / protocol-jt1078 / protocol-jsatl12: JT/T inbound
- inbound-mqtt / inbound-xinda-push: alternative ingest channels
- session-core: per-channel session state
- sink-archive / sink-mq: persistence sinks (local file / Kafka)
- command-gateway: terminal control command gateway
- bootstrap-all: aggregator Spring Boot app
- observability: Micrometer / Actuator wiring

Includes hex-dump golden samples under protocol-gb32960/src/test/resources
and the GB/T 32960.3-2016 / 2025 reference PDFs under reference/.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 16:08:57 +08:00