Skip to content

Add append method to interact with the service #41

@JarosLucky

Description

@JarosLucky

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions