@mongoosejs/studio 0.0.17 → 0.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/frontend/dist/app.js +160 -0
- package/frontend/dist/tw.css +595 -0
- package/frontend/public/app.js +9470 -0
- package/frontend/public/tw.css +729 -0
- package/logs/COUNT_20230524-154120-151469/operation.log +8 -0
- package/logs/COUNT_20230524-154408-077670/operation.log +22 -0
- package/logs/COUNT_20230524-154414-431706/operation.log +8 -0
- package/logs/COUNT_20230524-155000-297076/operation.log +8 -0
- package/logs/LOAD_20230524-155832-351763/checkpoint.csv +1 -0
- package/logs/LOAD_20230524-155832-351763/operation.log +23 -0
- package/package.json +1 -1
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
2023-05-24 15:44:08 INFO Username and password provided but auth provider not specified, inferring PlainTextAuthProvider
|
|
2
|
+
2023-05-24 15:44:08 INFO A cloud secure connect bundle was provided: ignoring all explicit contact points.
|
|
3
|
+
2023-05-24 15:44:08 INFO Operation directory: /home/val/Workspace/meanIT/admin/logs/COUNT_20230524-154408-077670
|
|
4
|
+
2023-05-24 15:44:08 ERROR Operation COUNT_20230524-154408-077670 failed: DriverExecutionException (no message).
|
|
5
|
+
Caused by: Server returned HTTP response code: 401 for URL: https://54be87f5-14f5-4bf1-a5be-155e78347c97-us-east1.db.astra.datastax.com:29080/metadata.
|
|
6
|
+
com.datastax.oss.driver.api.core.DriverExecutionException: null
|
|
7
|
+
at com.datastax.oss.driver.internal.core.util.concurrent.CompletableFutures.getUninterruptibly(CompletableFutures.java:152)
|
|
8
|
+
at com.datastax.oss.driver.api.core.session.SessionBuilder.build(SessionBuilder.java:835)
|
|
9
|
+
at com.datastax.oss.dsbulk.workflow.commons.settings.DriverSettings.newSession(DriverSettings.java:560)
|
|
10
|
+
at com.datastax.oss.dsbulk.workflow.count.CountWorkflow.init(CountWorkflow.java:117)
|
|
11
|
+
at com.datastax.oss.dsbulk.runner.WorkflowThread.run(WorkflowThread.java:52)
|
|
12
|
+
Caused by: java.io.IOException: Server returned HTTP response code: 401 for URL: https://54be87f5-14f5-4bf1-a5be-155e78347c97-us-east1.db.astra.datastax.com:29080/metadata
|
|
13
|
+
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:2000)
|
|
14
|
+
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
|
|
15
|
+
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224)
|
|
16
|
+
at com.datastax.oss.driver.internal.core.config.cloud.CloudConfigFactory.fetchProxyMetadata(CloudConfigFactory.java:232)
|
|
17
|
+
at com.datastax.oss.driver.internal.core.config.cloud.CloudConfigFactory.createCloudConfig(CloudConfigFactory.java:133)
|
|
18
|
+
at com.datastax.oss.driver.api.core.session.SessionBuilder.buildDefaultSessionAsync(SessionBuilder.java:876)
|
|
19
|
+
at com.datastax.oss.driver.api.core.session.SessionBuilder.buildAsync(SessionBuilder.java:817)
|
|
20
|
+
at com.datastax.oss.driver.api.core.session.SessionBuilder.build(SessionBuilder.java:835)
|
|
21
|
+
at com.datastax.oss.dsbulk.workflow.commons.settings.DriverSettings.newSession(DriverSettings.java:560)
|
|
22
|
+
at com.datastax.oss.dsbulk.workflow.count.CountWorkflow.init(CountWorkflow.java:117)
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
2023-05-24 15:44:14 INFO Username and password provided but auth provider not specified, inferring PlainTextAuthProvider
|
|
2
|
+
2023-05-24 15:44:14 INFO A cloud secure connect bundle was provided: ignoring all explicit contact points.
|
|
3
|
+
2023-05-24 15:44:14 INFO Operation directory: /home/val/Workspace/meanIT/admin/logs/COUNT_20230524-154414-431706
|
|
4
|
+
2023-05-24 15:44:19 ERROR Operation COUNT_20230524-154414-431706 failed: When schema.query is not defined, then either schema.keyspace or schema.graph must be defined, and either schema.table, schema.vertex or schema.edge must be defined.
|
|
5
|
+
java.lang.IllegalArgumentException: When schema.query is not defined, then either schema.keyspace or schema.graph must be defined, and either schema.table, schema.vertex or schema.edge must be defined
|
|
6
|
+
at com.datastax.oss.dsbulk.workflow.commons.settings.SchemaSettings.init(SchemaSettings.java:329)
|
|
7
|
+
at com.datastax.oss.dsbulk.workflow.count.CountWorkflow.init(CountWorkflow.java:120)
|
|
8
|
+
at com.datastax.oss.dsbulk.runner.WorkflowThread.run(WorkflowThread.java:52)
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
2023-05-24 15:50:00 INFO Username and password provided but auth provider not specified, inferring PlainTextAuthProvider
|
|
2
|
+
2023-05-24 15:50:00 INFO A cloud secure connect bundle was provided: ignoring all explicit contact points.
|
|
3
|
+
2023-05-24 15:50:00 INFO Operation directory: /home/val/Workspace/meanIT/admin/logs/COUNT_20230524-155000-297076
|
|
4
|
+
2023-05-24 15:50:02 ERROR Operation COUNT_20230524-155000-297076 failed: When schema.query is not defined, then either schema.keyspace or schema.graph must be defined, and either schema.table, schema.vertex or schema.edge must be defined.
|
|
5
|
+
java.lang.IllegalArgumentException: When schema.query is not defined, then either schema.keyspace or schema.graph must be defined, and either schema.table, schema.vertex or schema.edge must be defined
|
|
6
|
+
at com.datastax.oss.dsbulk.workflow.commons.settings.SchemaSettings.init(SchemaSettings.java:329)
|
|
7
|
+
at com.datastax.oss.dsbulk.workflow.count.CountWorkflow.init(CountWorkflow.java:120)
|
|
8
|
+
at com.datastax.oss.dsbulk.runner.WorkflowThread.run(WorkflowThread.java:52)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
https://raw.githubusercontent.com/awesome-astra/docs/main/docs/assets/cities.csv;1;148266;1:148266;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
2023-05-24 15:58:32 INFO Username and password provided but auth provider not specified, inferring PlainTextAuthProvider
|
|
2
|
+
2023-05-24 15:58:32 INFO A cloud secure connect bundle was provided: ignoring all explicit contact points.
|
|
3
|
+
2023-05-24 15:58:32 INFO A cloud secure connect bundle was provided and selected operation performs writes: changing default consistency level to LOCAL_QUORUM.
|
|
4
|
+
2023-05-24 15:58:32 INFO Operation directory: /home/val/Workspace/meanIT/admin/logs/LOAD_20230524-155832-351763
|
|
5
|
+
2023-05-24 15:58:35 INFO Setting executor.maxPerSecond not set when connecting to DataStax Astra: applying a limit of 9,000 ops/second based on the number of coordinators (3).
|
|
6
|
+
2023-05-24 15:58:35 INFO If your Astra database has higher limits, please define executor.maxPerSecond explicitly.
|
|
7
|
+
2023-05-24 15:58:52 INFO Operation LOAD_20230524-155832-351763 completed successfully in 15 seconds.
|
|
8
|
+
2023-05-24 15:58:52 INFO Records: total: 148,266, successful: 148,266, failed: 0
|
|
9
|
+
2023-05-24 15:58:52 INFO Batches: total: 4,801, size: 31.02 mean, 1 min, 32 max
|
|
10
|
+
2023-05-24 15:58:52 INFO Memory usage: used: 245 MB, free: 138 MB, allocated: 384 MB, available: 3,946 MB, total gc count: 25, total gc time: 59 ms
|
|
11
|
+
2023-05-24 15:58:52 INFO Writes: total: 148,266, successful: 148,266, failed: 0, in-flight: 0
|
|
12
|
+
2023-05-24 15:58:52 INFO Throughput: 8,972 writes/second
|
|
13
|
+
2023-05-24 15:58:52 INFO Latencies: mean 61.26, 75p 74.97, 99p 297.80, 999p 557.84 milliseconds
|
|
14
|
+
2023-05-24 15:58:54 INFO Final stats:
|
|
15
|
+
2023-05-24 15:58:54 INFO Records: total: 148,266, successful: 148,266, failed: 0
|
|
16
|
+
2023-05-24 15:58:54 INFO Batches: total: 4,801, size: 31.02 mean, 1 min, 32 max
|
|
17
|
+
2023-05-24 15:58:54 INFO Memory usage: used: 248 MB, free: 135 MB, allocated: 384 MB, available: 3,946 MB, total gc count: 25, total gc time: 59 ms
|
|
18
|
+
2023-05-24 15:58:54 INFO Writes: total: 148,266, successful: 148,266, failed: 0, in-flight: 0
|
|
19
|
+
2023-05-24 15:58:54 INFO Throughput: 7,998 writes/second
|
|
20
|
+
2023-05-24 15:58:54 INFO Latencies: mean 61.26, 75p 74.97, 99p 297.80, 999p 557.84 milliseconds
|
|
21
|
+
2023-05-24 15:58:54 INFO Checkpoints for the current operation were written to checkpoint.csv.
|
|
22
|
+
2023-05-24 15:58:54 INFO To resume the current operation, re-run it with the same settings, and add the following command line flag:
|
|
23
|
+
2023-05-24 15:58:54 INFO --dsbulk.log.checkpoint.file=/home/val/Workspace/meanIT/admin/logs/LOAD_20230524-155832-351763/checkpoint.csv
|