Entries from 2021-07-17 to 1 day

sonic, kdash を試してみた。

sonic rust 製の検索エンジン。ElasticSearch と同系統のもの。 https://github.com/valeriansaliou/sonic When reviewing Elasticsearch (ELS) and others, we found those were full-featured heavyweight systems that did not scale well with Crisp's f…

squirrel を試してみた。

squirrel すごくシンプルな SQL 生成ツール。これぐらいだと気軽に使えて良い。 https://github.com/Masterminds/squirrel 例えば、こうすると。 package main import ( "fmt" sq "github.com/Masterminds/squirrel" ) func main() { users := sq.Select("*"…