Consider implementing persistent key-value database for third-parties #2337
Labels
✨ Enhancement
Issues marked with this label indicate further enhancements to the program, such as new features.
🟢 Low priority
Issues marked with this label are actively being worked on if nothing serious is on the list.
🙏 Wishlist
Issues marked with this label are wishlisted. We'd like to make them happen but they're not crucial.
Something similar to my work project, where we'll allow authenticated users to store arbitrary values under unique keys.
Api should be like
GET "some-unique-key"
andPOST "some-unique-key" "some-value"
.This will allow other services, such as ASF-ui, to permanently store its own stuff in ASF's database, potentially being able to implement stuff like JustArchiNET/ASF-ui#1428 without being on ASF's mercy on doing it properly.
The database will be shared, every consumer will be expected to prepend its unique keys with some project identifier, this way we won't have conflicts over used properties.
The text was updated successfully, but these errors were encountered: