You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/06/15 08:32:55 UTC

[GitHub] [incubator-devlake] Singh212dab commented on a diff in pull request #2200: Add starrocks plugin

Singh212dab commented on code in PR #2200:
URL: https://github.com/apache/incubator-devlake/pull/2200#discussion_r897693768


##########
config-ui/src/data/pipeline-config-samples/starrocks.js:
##########
@@ -0,0 +1,20 @@
+const starRocksConfig = [
+  [
+    {
+      Plugin: 'starrocks',
+      Options: {
+        host: '127.0.0.1',
+        port: 9030,
+        user: 'root',
+        password: '',
+        database: 'lake',
+        be_port: 8040,
+        tables: ['_tool_github_commits']
+      }
+    }
+  ]
+]
+
+export {
+  starRocksConfig
+}

Review Comment:
   };



-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org