[
https://issues.apache.org/jira/browse/IGNITE-6040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16123968#comment-16123968
]
Denis Magda commented on IGNITE-6040:
-------------------------------------
[~dsetrakyan], I would propose the following format that is a bit different
from yours.
# {{Connectivity}} section. Show how to connect from JDBC, ODBC, Java, .NET and
C++ API
# {{Configuration}} section. Introduce DDL capabilities and show how to create
a table and indexes using pure SQL, JDBC, ODBC, Java, .NET, C++, Python APIs.
# {{Data Modification}} section. Introduce DML and show how to insert, update
and delete data with the same APIs as above.
# {{Data Querying}} section. Show how to look up data using SELECTs. It's more
than enough to show one simple query and one with a distributed join. The APIs
are the same - pure SQL, JDBC, ODBC, Java, .NET, C++, Python.
# {{Tooling}} section. Refer to the tools supported by Ignite.
The SQL code snippets can be borrowed from the SQL getting started guide:
https://apacheignite.readme.io/v2.1/docs/getting-started-sql
> Update Distributed SQL Database page on the website
> ---------------------------------------------------
>
> Key: IGNITE-6040
> URL: https://issues.apache.org/jira/browse/IGNITE-6040
> Project: Ignite
> Issue Type: Task
> Components: website
> Reporter: Dmitriy Setrakyan
> Assignee: Denis Magda
> Labels: site
>
> # change DDL examples to pure SQL (without Java)
> # change DML examples to pure SQL (without Java)
> # change Query examples to pure SQL (without Java)
> # add Java API section and show 1 Query, 1 DDL, 1 DML example from Java
> # add .NET / C# API section and show 1 Query, 1 DDL, 1 DML example from C#
> # add Other API section and show 1 Query, 1 DDL, 1 DML example from Python,
> PHP, etc.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)