data
The data group generates data-layer utilities for cross-language services:
type conversion, schema evolution, serialization, compression, lineage tracking,
encryption, format negotiation, and caching.
re-shell data --help| Subcommand | Purpose |
|---|---|
convert | Automatic data-type conversion between languages. |
schema <name> | Schema evolution and backwards-compatibility management. |
serialize <name> | Data serialization optimization with compression. |
compress <name> | Compression and encoding strategies for large payloads. |
lineage <name> | Data lineage tracking across polyglot services. |
encrypt <name> | Encryption for sensitive cross-service communication. |
format <name> | Data format negotiation with content-type handling. |
cache <name> | Data caching strategies for cross-language communication. |
Examples
Section titled “Examples”re-shell data schema ordersre-shell data encrypt paymentsre-shell data cache catalogre-shell data convertRun re-shell data <subcommand> --help for the flags of any subcommand.
See also
Section titled “See also”- service & bridge — typed cross-language clients that carry this data.
- security — broader data-protection generators.