Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add append method to interact with the service #41

Open
JarosLucky opened this issue Nov 19, 2024 · 1 comment
Open

Add append method to interact with the service #41

JarosLucky opened this issue Nov 19, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@JarosLucky
Copy link

An append is a very specific and useful method to save the number of queries for data that is regularly updated. For example, logs, transactions, or similar.They take up a lot of space, require regular updates, etc. If you transfer logs via express, the data almost instantly becomes irrelevant and takes up space.The goal is to be able to create a key that will live like any normal one, but can be supplemented during its lifetime. And when the client needs it, he will be able to download the data at any time, without having to request new data from the server with subsequent downloading.

@brandonsturgeon
Copy link
Member

I could possibly add support for an AppendRaw function. It simply couldn't work with compression.

As I continue building out v1 revision 2 I'll see if there's a sensible place to put it 👍

@brandonsturgeon brandonsturgeon self-assigned this Nov 20, 2024
@brandonsturgeon brandonsturgeon added the enhancement New feature or request label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants