[
https://issues.apache.org/jira/browse/IGNITE-6041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16123917#comment-16123917
]
Denis Magda commented on IGNITE-6041:
-------------------------------------
[~abchaudhri], reassigning this task on you as agreed on @dev list.
Let's arrange the section in the following way:
# Node startup section. Explain how to start the node with ignite.sh,
ignite.bat file from a command line tool or {{IgniteNodeStartup}} from an IDE.
Spring XML file named {{"examples/config/example-ignite.xml"}} should be used
as the nodes configuration.
# SQL Section. Show how to create two tables and define indexes using DDL.
Insert and query data right after that. You can copy-paste a part of the code
from the SQL getting started. Put a link to the latter for more advanced
details.
# Key-Value Section. Rework the existing code snippet [1] using the caches
created in the SQL section above.
# Compute Grid section. Let's rework the existing example [2] and show how to
broadcast computations to all of the cities we have and how to execute an
affinity-based computation for a concrete city and people living in it.
# Service Grid. Demonstrate how to deploy and execute a service. The service
can return a population of a specific city.
[1]
https://apacheignite.readme.io/docs/getting-started#section-first-ignite-data-grid-application
[2]
https://apacheignite.readme.io/docs/getting-started#section-first-ignite-compute-application
> Update Gettting Started documentation page
> ------------------------------------------
>
> Key: IGNITE-6041
> URL: https://issues.apache.org/jira/browse/IGNITE-6041
> Project: Ignite
> Issue Type: Task
> Components: website
> Reporter: Dmitriy Setrakyan
> Assignee: Denis Magda
> Labels: docs
>
> Update Getting Started guide in the documentation [1]:
> # show enable/disable persistence flag
> # add SQL connectivity example (create, insert, select)
> # put data grid example right after SQL
> # add collocated computation example to the data grid example
> # add service grid example
> [1] https://apacheignite.readme.io/docs/getting-started
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)