Elf M. Sternberg
1c948e41f3
This places the parser in its own submodule so that we can be ready for the next two or three phases of textual analysis. Right now we only scan for deliberate references, but the plan is to also scan for explicit but incidental references, and then to go futher and go the full tf-idf on the source. |
||
---|---|---|
.. | ||
docs | ||
experiments | ||
src | ||
.gitignore | ||
Cargo.toml | ||
Makefile | ||
README.org | ||
clippy.toml |
README.org
Notesmachine Store
This is the storage layer for Notesmachine. It supports the retrieval of the basic information from Notesmachine, but it never reveals the underlying mechanisms by which it performs its magic. The "ids" leaving this API will always be the textual ids used in all public representations:
- Boxes are referenced by slugs, and clients must accept uniqueness failures.
- Notes are referenced by "friendly_id" format strings, which are base-62 formatted versions of UUID4 strings.