Update SqlDataProcessingExample.js Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/8d88012d Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/8d88012d Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/8d88012d
Branch: refs/heads/ignite-7777 Commit: 8d88012db536ea4bb2b2763897c947d42f954345 Parents: f8448c9 Author: alexey-nbl <[email protected]> Authored: Mon May 14 10:36:35 2018 +0300 Committer: GitHub <[email protected]> Committed: Mon May 14 10:36:35 2018 +0300 ---------------------------------------------------------------------- modules/platforms/nodejs/examples/SqlDataProcessingExample.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/8d88012d/modules/platforms/nodejs/examples/SqlDataProcessingExample.js ---------------------------------------------------------------------- diff --git a/modules/platforms/nodejs/examples/SqlDataProcessingExample.js b/modules/platforms/nodejs/examples/SqlDataProcessingExample.js index a3fe0e9..f866f63 100644 --- a/modules/platforms/nodejs/examples/SqlDataProcessingExample.js +++ b/modules/platforms/nodejs/examples/SqlDataProcessingExample.js @@ -30,7 +30,7 @@ const CITY_CACHE_NAME = 'City'; const COUNTRY_LANGUAGE_CACHE_NAME = 'CountryLng'; const DUMMY_CACHE_NAME = 'SqlDataProcessing_Dummy'; -// This example demonstrates basic SQL Fields Query operations: +// This example shows primary APIs to use with Ignite as with an SQL database: // - connects to a node // - creates a cache, if it doesn't exist // - creates tables (CREATE TABLE)
