Commit Graph

6584 Commits

Author SHA1 Message Date
Madhavan Sridharan
053dbec8f5 Initial draft skeleton for Qdrant driver adapter 2024-05-07 19:29:12 -04:00
Madhavan Sridharan
6545156ce3 minor updates to milvus driver files 2024-05-07 19:29:12 -04:00
Madhavan
e22c44e044
Merge pull request #1940 from nosqlbench/dependabot/maven/nb-adapters/adapter-cqld4/org.bouncycastle-bcprov-jdk18on-1.78
Bump org.bouncycastle:bcprov-jdk18on from 1.77 to 1.78 in /nb-adapters/adapter-cqld4
2024-05-07 15:15:19 -04:00
dependabot[bot]
652a5502a5 Bump org.bouncycastle:bcprov-jdk18on in /nb-adapters/adapter-cqld4
Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.77 to 1.78.
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk18on
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-07 12:09:48 -07:00
Jonathan Shook
0fb95f1e65
Merge pull request #1932 from cognitree/cqlgen-enhancement
cqlgen: updated grammar to support UDTs and reserved keywords as identifiers
2024-05-07 12:08:40 -07:00
Jonathan Shook
4a29660e61
Merge pull request #1939 from nosqlbench/neo4j_synchronous
Add synchronous analogues of autocommit, write_transaction, read_transaction ops to Neo4J driver adapter
2024-05-07 12:07:34 -07:00
Pawan Kumar
29bce5b5a7 updated parser to match some tokens as OBJECT_NAME 2024-05-02 16:58:58 +05:30
Jonathan Shook
b34d42c7c4
Merge pull request #1937 from yabinmeng/main
Add support for JMS priority in S4J adapater
2024-05-01 22:49:52 -07:00
yabinmeng
1025b1ddc2 Add a warning message for invalid input compression type string 2024-05-01 20:24:51 -05:00
yabinmeng
0c74a442e5 fix typo 2024-05-01 19:23:26 -05:00
yabinmeng
c983b1ea34 Add support for JMS priority 2024-05-01 19:04:16 -05:00
Jonathan Shook
4500d05a83
Merge pull request #1936 from nosqlbench/nosqlbench-1935-pluscycles
nosqlbench-1935 Allow for +increment format in cycles and recycles intervals
2024-05-01 12:58:29 -07:00
Jonathan Shook
149adc8b8a nosqlbench-1935 Allow for +increment format in cycles and recycles intervals 2024-05-01 14:34:57 -05:00
ShaunakDas88
97d590e733 update workload example and documentation 2024-05-01 10:23:22 -07:00
ShaunakDas88
07ce3a0d29 add in synchronous analogous of autocommit, write_txn, read_txn ops/opdispensers; prefix original ops with Async for disambiguation from synchronous versions 2024-05-01 09:58:53 -07:00
Pawan Kumar
5f4f6f032d minor grammar fixes 2024-04-25 13:18:19 +05:30
Pawan Kumar
86080232bf fixed lexer grammar 2024-04-25 13:11:24 +05:30
Pawan Kumar
07ae3b8636 updated grammar to support UDTs and reserved keywords as identifiers 2024-04-23 17:57:45 +05:30
Jonathan Shook
dead305986
Merge pull request #1931 from nosqlbench/mwolters/optimize
Mwolters/optimize
2024-04-17 22:47:55 -05:00
Mark Wolters
8702aec522 adding examples 2024-04-17 19:23:35 -04:00
Mark Wolters
7cf6dab367 added start threads option to optimo 2024-04-17 14:56:55 -04:00
Mark Wolters
3fab415c6d added min_frames and contra_base_value params 2024-04-17 09:56:55 -04:00
Jonathan Shook
2ce59e8899
Merge pull request #1929 from nosqlbench/jshook-patch-1
Update topics.md
2024-04-16 17:32:38 -05:00
Madhavan Sridharan
8cf5c8bbab Make database name as default by default for Milvus 2024-04-16 12:23:36 -04:00
Jonathan Shook
c2aa0bf877
Merge pull request #1928 from nosqlbench/nosqlbench-1323-tlrate
Implement thread-local scope for rate limiters and improve spec format
2024-04-16 10:29:44 -05:00
Jonathan Shook
07adcc67e7
Update topics.md
add nbiocache to topics
2024-04-16 09:55:54 -05:00
Mark Wolters
3dbbc133cb addig documentation for nbio caching 2024-04-16 08:44:42 -04:00
Jonathan Shook
68744f3b98 improve rate specs 2024-04-16 00:54:09 -05:00
Jonathan Shook
6effb27865 Merge branch 'nosqlbench-1323-tlrate' of github.com:nosqlbench/nosqlbench into nosqlbench-1323-tlrate 2024-04-15 23:44:08 -05:00
Jonathan Shook
73cd1f1fad nosqlbench-1323 Add support for cyclerate_per_thread in NB5 2024-04-15 23:43:52 -05:00
Jonathan Shook
35a6f607ad nosqlbench-1323 Add support for cyclerate_per_thread in NB5 2024-04-15 23:41:43 -05:00
Madhavan
4c30fd7cf6
Merge pull request #1926 from nosqlbench/milvus_updates
Unit test failure fixes
2024-04-15 09:07:35 -04:00
Madhavan Sridharan
41911a0a02 Updates to Milvus adapter 2024-04-15 09:00:01 -04:00
Madhavan Sridharan
af3928beed Fix timetout unit test running on slow machines 2024-04-12 17:11:16 -04:00
Madhavan Sridharan
ac61a817c1 Fix even more failing unit tests 2024-04-12 17:02:23 -04:00
Madhavan Sridharan
fa7ffee9bf Fix test failures 2024-04-12 16:30:36 -04:00
Mark Wolters
efc82f03f8
Merge pull request #1925 from nosqlbench/mwolters/nbiocache_enhancements
progress monitor
2024-04-12 15:16:21 -04:00
Mark Wolters
72e7a1e772 added progress monitoring for downloads and cache cleanup in failure scenarios 2024-04-12 13:46:15 -04:00
Jonathan Shook
0046230abf move neo4j from previous merge to new structure 2024-04-12 11:08:48 -05:00
Jonathan Shook
99636f3186 merge fixups 2024-04-11 23:48:35 -05:00
Jonathan Shook
e7f34844a5 disable inactive matheclipse dependency 2024-04-11 23:24:03 -05:00
Jonathan Shook
26747550c4 upgrade polyglot dependency 2024-04-11 23:23:45 -05:00
Jonathan Shook
2a24a9d611
Merge pull request #1924 from nosqlbench/adapter/neo4j
initial version of neo4j driver adapter
2024-04-11 23:14:40 -05:00
Jonathan Shook
b9d63a48ec pom update for merge 2024-04-11 23:07:28 -05:00
Jonathan Shook
cfba3bd6f9 align to API change 2024-04-11 23:06:17 -05:00
Shaunak Das
c3422d2a92
Merge branch 'main' into adapter/neo4j 2024-04-11 21:04:02 -07:00
Jonathan Shook
baefd5f178 gitignore cache directories 2024-04-11 22:53:45 -05:00
Jonathan Shook
6de6d0cf2f merge fixups for neo4j 2024-04-11 22:53:18 -05:00
Jonathan Shook
6b39174a00 Merge branch 'main' of github.com:nosqlbench/nosqlbench 2024-04-11 22:50:46 -05:00
Jonathan Shook
4358344029 project restructuring 2024-04-11 22:50:13 -05:00