rssto/crates/http
2026-01-09 22:35:06 +02:00
..
src separate Pollable and Transactional features, separate table members, use single-connection transactions method in the crawler and llm crates, minor crawler optimizations such as disconnect from db server on each queue iteration complete 2026-01-09 22:35:06 +02:00
templates add adaptive css header 2026-01-08 16:48:38 +02:00
Cargo.toml draft initial http application 2026-01-07 23:25:02 +02:00
LICENSE draft initial http application 2026-01-07 23:25:02 +02:00
README.md implement initial llm features 2026-01-08 14:05:16 +02:00

rssto-http

Web server implementation based on the Rocket engine

Note

In development!

cd rssto/crates/rssto-http
cargo run -- --mysql-username {USER} \
             --mysql-password {PASS} \
             --mysql-database {NAME}
  • optionally, use --provider-id {ID} to filter content using post-processing results (e.g. generated by the rssto-llm crate)