- Examples are grouped by Thick and Thin modes in corresponding folders.
Sharedproject contains common code, such as configuration and model classes.ServerNodeproject is used to start Ignite server nodes.
Windows, Linux, and macOS are supported.
- NuGet:
dotnet new install Apache.Ignite.Examplesdotnet new ignite-examples
- Ignite website: https://ignite.apache.org/download.cgi
- git:
git clone https://github.com/apache/ignite --depth=1,cd ignite/modules/platforms/dotnet/examples
- Change to a specific example directory:
cd Thick/Cache/PutGet dotnet run
Thin Client examples require one or mode Ignite server node, run this in a separate terminal window before starting the example:
cd ServerNodedotnet run
- Open
Apache.Ignite.Examples.sln - Select an example on the Run toolbar and run
- Open current folder (from UI or with
code .command) - Open "Run" panel (
Ctrl+Shift+D- default shortcut forworkbench.view.debug) - Select an example from the combobox on top and run
- Open
Apache.Ignite.Examples.sln - Select an example on the Run toolbar and run
- Alternatively, open the example source code an run it using the sidebar icon



