command and query service jar files for ui developer lightapi and signin ui asset for full stack developer
./importer.sh --filename events.json
Use importer-rust.sh to run the Rust event importer binary bundled under
rust/linux/importer. On macOS Apple Silicon, place the binary at
rust/macos/importer before using the same wrapper.
./importer-rust.sh --filename events.jsonFor offline validation:
./importer-rust.sh --filename events.json --dry-runFor database imports, set DATABASE_URL before running the script:
export DATABASE_URL=postgres://postgres:secret@localhost:5432/configserver
./importer-rust.sh --filename events.jsonTo use a binary outside this repository:
IMPORTER_BIN=/path/to/importer ./importer-rust.sh --help