Add SQL-like policy setting tool to neofs-cli #6

Closed
opened 2025-12-28 17:18:09 +00:00 by sami · 1 comment
Owner

Originally created by @realloc on GitHub (Sep 14, 2020).

Originally assigned to: @fyrchik on GitHub.

neofs-cli needs to work with Storage policy in human friendly format. There should be:

  • policy module provinding a way to write a policy in human format (SQL-like, JSON) and apply it netmap (current or pre-constructed)
  • container module has to accept human friendly format as storage policy on container creation
  • as a best effort, it would be nice to have the ability to translate storage policy of already existing containers from protobuf format into human-readable form.
Originally created by @realloc on GitHub (Sep 14, 2020). Originally assigned to: @fyrchik on GitHub. `neofs-cli` needs to work with Storage policy in human friendly format. There should be: - policy module provinding a way to write a policy in human format (SQL-like, JSON) and apply it netmap (current or pre-constructed) - container module has to accept human friendly format as storage policy on container creation - as a best effort, it would be nice to have the ability to translate storage policy of already existing containers from protobuf format into human-readable form.
sami 2025-12-28 17:18:09 +00:00
Author
Owner

@alexvanin commented on GitHub (Oct 20, 2020):

I think it is implemented already. There is QL parser (#23, #27) and encoder (#97) for this.

@alexvanin commented on GitHub (Oct 20, 2020): I think it is implemented already. There is QL parser (#23, #27) and encoder (#97) for this.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neofs-node#6
No description provided.