]
Vladimir Blagojevic commented on ISPN-8010:
-------------------------------------------
[~pzapataf] This issue seems like a spot on duplicate of ISPN-8759. In ISPN-8759 we even
have subtasks that are also duplicates of the subtasks listed here. What do we do?
Data Management Operations through Console
------------------------------------------
Key: ISPN-8010
URL:
https://issues.jboss.org/browse/ISPN-8010
Project: Infinispan
Issue Type: Feature Request
Components: Console
Reporter: Pedro Zapata
Assignee: Vladimir Blagojevic
Users should be allowed to perform basic data operations over the grid, such as:
* Browsing the content of a cache, with pagination and result count
* Sending a Ickle query, and walk through the results - validate syntax
* Sending a GET and retrieving value
* Sending a PUT
* Delete by Key
* Download results of a query
* Get current value of a counter and/or increment
* Reset counter
The basic format for object representation will be JSON. This operations will work
against the REST interface.