Skip to content

Make backend component for URL shortening and ML training #3

@therealtakeshi

Description

@therealtakeshi

Maybe a very light redis install (or firebase? This is open-source, after all) that provides a very low-latency store for shortened URLs -> encoded URLs.

{
    "<GENERATED_SHORTENED_URL>": "<ENCODED_URL_HASH>"
}, {
    "d24f208bc82": "#⌊2g⌈a⌉1y⌉r⌉94⌉c⌋Death,∫⌊e⌉8fc⌉fvn⌉c⌋me;∫⌊0⌉543⌉og3⌉m⌉1t⌉1db∫⌊2⌋Immortality.∫"
}

And then since it's hosted in 1 place, we can train the AI on the encoded texts.

Metadata

Metadata

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions