#word #random #storage #dictionary #persistent #visit #time

yanked diect-rs

A website that will give you a random word every time you visit it

4 releases (1 stable)

1.0.0 Sep 7, 2020
0.3.0 Sep 8, 2020
0.2.0 Sep 7, 2020
0.1.0 Sep 7, 2020

#28 in #visit

GPL-3.0-only

32KB
330 lines

diect-rs - Di(e)ctionary

A simple Redis-like dictionary containing values that will die (or expires).

Usage

There are two types of storage supported.

Transient

In this mode, the service will store the values in the RAM. Therefore, it will be gone if the service restarts or whatever.

Persistent

If you want something that have more guarantees that it will remain valid, you can use the persistent mode. This mode will be slower, but it will be backed by a database. Therefore, it is less prone to being gone.

Watching Development

Use this command to watch,

systemfd --no-pid -s http::5000 -- cargo watch -x run

TODO

  1. Improve performance of queries by hashing the values instead of using raw Strings.

Dependencies

~29–39MB
~749K SLoC