Hello. I ended up building a simple Rust implementation of the conceptnet server for a non-profit search engine project I'm working on, where hosting environments are likely to be very resource constrained. It's a performant single static binary with no dependencies and most importantly, it imports the entire conceptnet corpus to a single SQLite .db file, forgoing Postgres entirely.
The project is available here: https://github.com/knadh/rconceptnet
Thank you
Hello. I ended up building a simple Rust implementation of the conceptnet server for a non-profit search engine project I'm working on, where hosting environments are likely to be very resource constrained. It's a performant single static binary with no dependencies and most importantly, it imports the entire conceptnet corpus to a single SQLite .db file, forgoing Postgres entirely.
The project is available here: https://github.com/knadh/rconceptnet
Thank you