tkalkirill commented on code in PR #831: URL: https://github.com/apache/ignite-3/pull/831#discussion_r886667787
########## examples/README.md: ########## @@ -10,17 +10,10 @@ The following examples are included: * `KeyValueViewExample` - demonstrates the usage of the `org.apache.ignite.table.KeyValueView` API * `SqlJdbcExample` - demonstrates the usage of the Apache Ignite JDBC driver. * `RebalanceExample` - demonstrates the data rebalancing process. +* `VolatilePageMemoryStorageExample` - demonstrates the usage of the PageMemory storage engine configured with an in-memory data region. -To run the `RebalanceExample`, refer to its JavaDoc for instructions. +Before running the examples, read [../modules/cli/README.md](../modules/cli/README.md). Review Comment: @slukyano Do you think it's worth removing the link to the internal documentation on the **cli**? When I ran the example for the first time, it was not clear to me how to work with the **cli** and how to run it, but according to this documentation, everything became clear and easy for me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
