Jonathan Shook
340e5ac483
miscellaneous fixes for relevancy metrics
2023-09-08 17:13:56 -05:00
Jonathan Shook
ea847fed37
make using relevancy measures in verifiers easy and complete
2023-09-08 15:01:59 -05:00
Jonathan Shook
f579fb638c
fix bad naming refactoring
2023-08-31 16:42:45 -05:00
Jonathan Shook
a98ff2e465
modularize methods for verifiers
2023-08-31 16:10:53 -05:00
Jonathan Shook
741a034c98
make future timeout higher than built-in driver timeout
2023-08-30 13:20:06 -05:00
Jonathan Shook
8062e5b3ac
Merge branch 'main' into jshook/update-paging-fix
2023-08-30 01:11:53 -05:00
Jonathan Shook
cf6ecfe42b
provide counting-only intersection test for VectorMath
2023-08-30 01:10:20 -05:00
Jonathan Shook
b7d6f6b2df
typo fixes
2023-08-30 00:58:12 -05:00
Jonathan Shook
7f881fe3e7
switch to async resultset
2023-08-30 00:57:54 -05:00
Jonathan Shook
1ed8b35616
fix paging, add page, row, byte metrics for CQL driver
2023-08-30 00:57:38 -05:00
Jonathan Shook
4951949a19
add logging
2023-08-30 00:57:24 -05:00
Jonathan Shook
6cee58aadb
Merge pull request #1485 from nosqlbench/nosqlbench-1467
...
Nosqlbench vector fixes
2023-08-28 18:45:41 -05:00
Jonathan Shook
a7d4070643
Merge pull request #1470 from nosqlbench/error-1469
...
minor fix
2023-08-28 17:08:37 -05:00
Jonathan Shook
6c4833d48d
differentiate dimension and instance labels
2023-08-28 16:15:10 -05:00
snyk-bot
a2361ae97f
fix: upgrade org.bouncycastle:bcprov-jdk15on from 1.69 to 1.70
...
Snyk has created this PR to upgrade org.bouncycastle:bcprov-jdk15on from 1.69 to 1.70.
See this package in Maven Repository:
https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on/
See this project in Snyk:
https://app.snyk.io/org/nosqlbench/project/73081f87-c1b7-4c91-b407-1cb299565642?utm_source=github&utm_medium=referral&page=upgrade-pr
2023-08-21 06:45:17 +00:00
Jonathan Shook
28348180c1
more vector functions
2023-08-18 17:05:45 -05:00
Jonathan Shook
5d519d1984
improved vectormath functions
2023-08-18 12:24:21 -05:00
Jonathan Shook
497432137e
recall computation
2023-08-17 18:07:04 -05:00
Mark Wolters
2a7a1a6fcd
fix for missing jackson-core dependency
2023-08-17 13:50:30 -04:00
Jonathan Shook
ebfe389563
pom dependency fixups after partial merge fixes
2023-07-26 11:28:45 -05:00
Jonathan Shook
d1725da0cb
merge fixups
2023-07-25 12:06:25 -05:00
Jonathan Shook
ed4f620a85
cqld4 adapter updates for vector branch
2023-07-25 11:50:47 -05:00
Jeff Banks
2ab97d9e5e
Snyk remediation 07.06.2023 ( #1388 )
...
Includes:
* docker-java-core upgrade
* engine-docker cve fixes
* removed engine-rest module
* updated deps for high and med. CVEs
* pgrade to commons-collections4
* migrate specific vers to mvn-defaults
2023-07-18 14:43:19 -05:00
Jeff Banks
27644273fd
Bypass SSL validation option ( #1289 )
...
* Bypass ssl validation option
* TrustManager inclusion
2023-07-06 11:32:22 -05:00
dependabot[bot]
4121b0bac2
build(deps): bump snappy-java from 1.1.2.6 to 1.1.10.1 in /adapter-cqld4 ( #1337 )
...
Bumps [snappy-java](https://github.com/xerial/snappy-java ) from 1.1.2.6 to 1.1.10.1.
- [Release notes](https://github.com/xerial/snappy-java/releases )
- [Commits](https://github.com/xerial/snappy-java/compare/1.1.2.6...v1.1.10.1 )
---
updated-dependencies:
- dependency-name: org.xerial.snappy:snappy-java
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-16 15:05:38 -05:00
Jeff Banks
525e1d2b66
Merge branch 'main' into nosqlbench-1295-vectorfuncs
2023-06-06 12:52:29 -05:00
Snyk bot
a9d65796d3
fix: upgrade org.apache.tinkerpop:gremlin-core from 3.6.3 to 3.6.4 ( #1314 )
...
Snyk has created this PR to upgrade org.apache.tinkerpop:gremlin-core from 3.6.3 to 3.6.4.
See this package in Maven Repository:
https://mvnrepository.com/artifact/org.apache.tinkerpop/gremlin-core/
See this project in Snyk:
https://app.snyk.io/org/nosqlbench/project/73081f87-c1b7-4c91-b407-1cb299565642?utm_source=github&utm_medium=referral&page=upgrade-pr
2023-06-06 11:05:15 -05:00
jeffbanks
28f25b512f
Bump version
2023-06-06 09:56:19 -05:00
jeffbanks
7bbe41705c
Include cleaner handling for cql vector types
2023-06-06 09:03:13 -05:00
jeffbanks
08989143ed
Fixes handling of List vs. Float
2023-06-06 09:03:13 -05:00
jeffbanks
b9d5008c5a
Incremental name changes; use of builder; fix in normalize
2023-06-06 09:03:13 -05:00
Madhavan Sridharan
387cef4c17
Example binding fix
2023-06-06 09:03:13 -05:00
Jonathan Shook
3febf1634f
add small example
2023-06-06 09:03:13 -05:00
jeffbanks
8955ff8c54
Initial baseline cql-vector workload scenarios.
2023-06-06 09:03:13 -05:00
Jonathan Shook
171ed3d317
misc fixes: binding function order, CqlVector, cqld4 config loader precedence, CqlVector->NormalizeVector support
2023-06-06 09:03:13 -05:00
Jonathan Shook
fa0afdd388
DO-NOT-MERGE: this needs some repairs first
2023-06-06 09:03:13 -05:00
Jonathan Shook
1b042fa2d1
DO-NOT-MERGE: partial improvements for non-published artifacts against cql vector types
2023-06-06 09:02:21 -05:00
Snyk bot
6f933e45b9
fix: adapter-cqld4/pom.xml to reduce vulnerabilities ( #1313 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038424
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038426
2023-06-06 08:15:51 -05:00
Snyk bot
8b1e24d20a
fix: upgrade org.apache.tinkerpop:tinkergraph-gremlin from 3.6.3 to 3.6.4 ( #1315 )
...
Snyk has created this PR to upgrade org.apache.tinkerpop:tinkergraph-gremlin from 3.6.3 to 3.6.4.
See this package in Maven Repository:
https://mvnrepository.com/artifact/org.apache.tinkerpop/tinkergraph-gremlin/
See this project in Snyk:
https://app.snyk.io/org/nosqlbench/project/73081f87-c1b7-4c91-b407-1cb299565642?utm_source=github&utm_medium=referral&page=upgrade-pr
2023-06-06 08:03:55 -05:00
Jonathan Shook
09ff843c87
fix: upgrade org.apache.tinkerpop:tinkergraph-gremlin from 3.6.2 to 3.6.3 ( #1294 )
...
Snyk has created this PR to upgrade org.apache.tinkerpop:tinkergraph-gremlin from 3.6.2 to 3.6.3.
See this package in Maven Repository:
https://mvnrepository.com/artifact/org.apache.tinkerpop/tinkergraph-gremlin/
See this project in Snyk:
https://app.snyk.io/org/nosqlbench/project/73081f87-c1b7-4c91-b407-1cb299565642?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-05-25 14:22:17 -05:00
kijanowski
1101df95c4
Resolve merge conflicts
2023-05-17 11:29:04 +02:00
kijanowski
8f7ebbf0a3
Merge remote-tracking branch 'origin/main' into jk-test-eng-95-expected-result-verification
...
# Conflicts:
# adapters-api/src/main/java/io/nosqlbench/engine/api/activityimpl/BaseOpDispenser.java
# engine-api/src/test/java/io/nosqlbench/engine/api/activityapi/errorhandling/modular/NBErrorHandlerTest.java
# engine-cli/src/main/java/io/nosqlbench/engine/cli/NBCLIOptions.java
2023-05-17 11:21:11 +02:00
kijanowski
2e47715ce7
Code review adjustments
2023-05-12 16:51:38 +02:00
Jeff Banks
02ff160b3c
Metrics Publishing ( #1234 )
...
Included the following with core changes to allow labeled metrics for Prometheus exposition format publishing.
* javadoc updates
* remove extra types
* use NBLabeledElement instead of NBNamedElement
* contextualize NBLabeledElement for graphite/metrics
* externalize labeled ScriptContext to API
* add labels to NicerTimer
* remove partial packaging
* more progress on formatting for prom exposition format
* added metrics diagram
* resolve build issues with label params
* resolve build issues with label params
* prometheus export services
* added PromExpoFormat Tests for NBMetricMeter(Counting+Sampling) and NBMetricTimer(Counting)
* added test for Gauge Formatting
* added Gauge Formatting as well as Sampling values (count, stdev ...)
* added sketch for metrics labeling contexts
* add NBLabeledElement in all the places, retool calling paths to use it
* synchronize antlr versions after partial snyk change
* unbreak static initializer block after IntelliJ "fixed" it.
* engine-api - adapt to NBLabeledElement
* adapters-api - adapt to NBLabeledElement
* nb-api - adapt to NBLabeledElement
* engine-core - adapt to NBLabeledElement
* misc-adapters - adapt to NBLabeledElement
* streaming-adapters - adapt to NBLabeledElement
* add missing test
* initial implementation of a prom push reporter
* Resolve build issue with parseGlobalOptions
* replaced with PromPushReporter
* cleanup unused deps
* dependency removal for micrometer
* allow empty labels for tests
* change space.getName to space.getSpaceName
* cleanup poms
* graphite linearization now includes space element
* http adapter should only depend on adapters API
* http space does not create its own metric names
* import cleanups
* improved javadocs
* introduce component concepts
---------
Co-authored-by: Jonathan Shook <jshook@gmail.com>
Co-authored-by: Mike Yaacoub <mike.yaacoub@datastax.com>
2023-05-09 09:52:42 -05:00
Jonathan Shook
a8ce71f9e7
Comments on branch. You can truncate this commit after reading.
2023-05-08 12:31:01 -05:00
Jonathan Shook
6c611ce114
fix: adapter-cqld4/pom.xml to reduce vulnerabilities ( #1256 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGYAML-3152153
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-05-08 08:39:17 -05:00
kijanowski
be9b97e2cd
Verify expected result with MVEL
2023-05-05 13:34:25 +02:00
snyk-bot
1042dc30ca
fix: upgrade org.codehaus.groovy:groovy from 3.0.16 to 3.0.17
...
Snyk has created this PR to upgrade org.codehaus.groovy:groovy from 3.0.16 to 3.0.17.
See this package in Maven Repository:
https://mvnrepository.com/artifact/org.codehaus.groovy/groovy/
See this project in Snyk:
https://app.snyk.io/org/nosqlbench/project/73081f87-c1b7-4c91-b407-1cb299565642?utm_source=github&utm_medium=referral&page=upgrade-pr
2023-04-22 18:37:24 +00:00
Jeff Banks
50efb85788
fix: upgrade org.codehaus.groovy:groovy from 3.0.15 to 3.0.16 ( #1200 )
...
Snyk has created this PR to upgrade org.codehaus.groovy:groovy from 3.0.15 to 3.0.16.
See this package in Maven Repository:
https://mvnrepository.com/artifact/org.codehaus.groovy/groovy/
See this project in Snyk:
https://app.snyk.io/org/nosqlbench/project/73081f87-c1b7-4c91-b407-1cb299565642?utm_source=github&utm_medium=referral&page=upgrade-pr
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-04-05 08:23:02 -05:00
Madhavan Sridharan
381465a69b
Trivial updates to cqlgen docs for clarity
2023-03-06 10:48:18 -05:00