Commit Graph

141 Commits

Author SHA1 Message Date
Mark Wolters
70cd4a0dd4 impl of replace ops 2024-06-12 11:51:30 -04:00
Mark Wolters
92f96f6bb4 Find Distinct op 2024-06-12 10:48:08 -04:00
Mark Wolters
c5f74e688c update many op impl 2024-06-12 09:38:05 -04:00
Mark Wolters
1aa8d9ec37 update one op impl 2024-06-12 08:57:52 -04:00
Mark Wolters
f37796b8a0 updated FindOptions to include all possible options 2024-06-11 13:18:02 -04:00
Mark Wolters
93dfaec743 new DataApiFindById op type 2024-06-11 12:56:32 -04:00
Mark Wolters
37cd2f7bb4 add timeout to InsertManyOptions configuration 2024-06-10 19:20:13 -04:00
Jonathan Shook
ded4a7a32c minor adjustments to milvus adapter 2024-06-05 13:31:09 -05:00
Madhavan Sridharan
d02ffda944 Switch to OSS Cassandra Java Driver 4.18.1 2024-05-24 15:27:37 -04:00
Mark Wolters
0740f8c202 adjusting default findmax values 2024-05-20 10:17:58 -04:00
Madhavan Sridharan
bc1099342f Documentation 2024-05-17 19:52:32 -04:00
Jonathan Shook
1d9d50a200
Merge pull request #1946 from yabinmeng/main
Add support for reading a very large payload file (as message body) directly using S4J adapter
2024-05-17 12:06:27 -05:00
Jonathan Shook
54b185afc5
Merge pull request #1949 from cognitree/cqlgen-1154
cqlgen: added support for static column types #1154
2024-05-17 12:04:49 -05:00
Mark Wolters
a249016a56 templating findmax vars for vector workload 2024-05-17 10:02:45 -04:00
Jonathan Shook
7d332543f2 workload update 2024-05-16 14:39:25 -05:00
Jonathan Shook
84b5a08adc Merge branch 'main' of github.com:nosqlbench/nosqlbench 2024-05-16 14:29:20 -05:00
Jonathan Shook
895d7d6659 update vec workload 2024-05-16 14:29:15 -05:00
Jonathan Shook
ba200e6657 updates to workloads and hcd runner configs 2024-05-16 13:29:32 -04:00
Jonathan Shook
c5205c0743 incremental progress on data api workload 2024-05-16 13:29:32 -04:00
Jonathan Shook
093e5c9b93 Merge branch 'main' of github.com:nosqlbench/nosqlbench 2024-05-16 10:47:04 -05:00
Jonathan Shook
89a6f3c194 updates to workloads and hcd runner configs 2024-05-16 10:46:42 -05:00
Madhavan Sridharan
c4ac5e525c Data API - updated delete one operation 2024-05-15 13:22:59 -04:00
Madhavan Sridharan
ce3bbe52d5 Add estimated document count API 2024-05-14 17:05:19 -04:00
Madhavan Sridharan
cdb65ce56e Added List Collection & List Collection Names APIs 2024-05-14 16:45:01 -04:00
Madhavan Sridharan
0db8dd58e9 Update Astra DB client to 1.1.1 2024-05-14 16:10:37 -04:00
Jonathan Shook
2cce700eb4 incremental progress on data api workload 2024-05-14 10:39:20 -05:00
Pawan Kumar
71eaf3a701 added support for static column types #1154 2024-05-14 18:02:39 +05:30
Madhavan Sridharan
ccafc97172 Additional APIs implemented 2024-05-13 23:25:00 -04:00
Madhavan Sridharan
6a20e8da07 Doc updates 2024-05-13 22:57:02 -04:00
Madhavan Sridharan
61d0a017e8 Updates to Filter building search points, count points and create payload index 2024-05-13 22:57:02 -04:00
Madhavan Sridharan
a658bf6baa Bump driver to 1.9.1 and other versions 2024-05-13 22:57:02 -04:00
Madhavan Sridharan
aec14c6906 revert the properties extract for jacoco plugin 2024-05-13 22:57:02 -04:00
Madhavan Sridharan
fee43357c2 milvus driver update to 2.4.1 2024-05-13 17:35:43 -04:00
yabinmeng
d1f09b20f7 Change profile default back to false for 'milvus' and 's4j' 2024-05-13 15:16:00 -05:00
yabinmeng
381627daeb Change profile default back to false for 'milvus' 2024-05-13 15:15:20 -05:00
yabinmeng
eefe2b4119 Change profile default back to false for 'qdrant', 'amqp', and 'kafka' 2024-05-13 15:12:27 -05:00
yabinmeng
e0efe4de14 Update s4j adapter pom.xml 2024-05-13 14:05:26 -05:00
yabinmeng
65b5cb05f6 Enable disabled adapter modules 2024-05-11 16:41:07 -05:00
yabinmeng
3ec87b6818 Add support for simulating very large message payload from a static file 2024-05-11 13:25:25 -05:00
Jonathan Shook
a183c36810 merge-up for dapi and qdrant prototypes 2024-05-10 19:59:21 -05:00
Jonathan Shook
12a7472932 passthru for correct vector types, op updates, runner update 2024-05-10 19:56:54 -05:00
Jonathan Shook
15f1ab8901 Merge branch 'mwolters/dataapi-adapter' of github.com:nosqlbench/nosqlbench into mwolters/dataapi-adapter 2024-05-10 19:16:10 -05:00
Jonathan Shook
0edc60e9d0 basic schema(+vectors), rampup (+vectors), and read support 2024-05-10 19:16:03 -05:00
Mark Wolters
031fd5fc59 bug fix for similarity function 2024-05-10 18:48:44 -04:00
Mark Wolters
101e9d93fa adding vector find ops 2024-05-10 18:22:01 -04:00
Mark Wolters
e6d2c35f5a fixed condition when find options consist of vector only 2024-05-10 18:00:13 -04:00
Mark Wolters
d5a96e81c4 vectorizing find one op 2024-05-10 17:49:20 -04:00
Jonathan Shook
085b7b969e Merge branch 'mwolters/dataapi-adapter' of github.com:nosqlbench/nosqlbench into mwolters/dataapi-adapter 2024-05-10 16:39:24 -05:00
Jonathan Shook
d4462bb8f3 incremental update 2024-05-10 16:39:06 -05:00
yabinmeng
57b6d188db
Merge branch 'nosqlbench:main' into main 2024-05-10 15:36:39 -05:00
Mark Wolters
6799c196d1 more example yamls 2024-05-10 15:48:48 -04:00
Mark Wolters
8b332fbed8 filling yamls 2024-05-10 15:10:40 -04:00
Madhavan Sridharan
e2534120ec cleanup dead code 2024-05-10 12:43:44 -04:00
Mark Wolters
455a938bc8 adding example yamls 2024-05-10 11:36:01 -04:00
yabinmeng
b1a8e1117e Merge remote-tracking branch 'origin/main' 2024-05-10 09:38:06 -05:00
Madhavan Sridharan
309fd6f7cc working code 2024-05-10 10:12:54 -04:00
Mark Wolters
d9d728eadd implementing options behaviors 2024-05-09 17:42:29 -04:00
Mark Wolters
464b6a8df3 find and insert ops 2024-05-09 10:55:59 -04:00
Madhavan Sridharan
bbdd641318 upsert points operation enhancements 2024-05-08 23:06:06 -04:00
MarkWolters
66ab79ecbe fixing rat check 2024-05-08 18:51:15 -04:00
MarkWolters
8fb7b80c26 refactor common code 2024-05-08 18:45:02 -04:00
MarkWolters
f7ea27ae5e adding insert ops 2024-05-08 18:24:43 -04:00
MarkWolters
0f6772ce3b checkpoint 2024-05-08 17:58:23 -04:00
MarkWolters
a76f69d227 adding op functionality 2024-05-08 12:55:29 -04:00
MarkWolters
f5b9660b31 add copyright 2024-05-07 23:54:58 -04:00
MarkWolters
101fc5b15c initial checkin 2024-05-07 23:48:28 -04:00
Madhavan Sridharan
05a53229d6 Initial version of count points impl 2024-05-07 19:29:13 -04:00
Madhavan Sridharan
7aacbb0c50 misc async->sync operations 2024-05-07 19:29:13 -04:00
Madhavan Sridharan
e9b652af9d Create collection clean-ups 2024-05-07 19:29:13 -04:00
Madhavan Sridharan
73c09b9e9b Create collection fully working 2024-05-07 19:29:13 -04:00
Madhavan Sridharan
d05d66333c Delete Collection request 2024-05-07 19:29:12 -04:00
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
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
yabinmeng
f2af2fee3a Update S4J version to 4.1.3-alpha 2024-05-06 09:21:30 -05:00
Pawan Kumar
29bce5b5a7 updated parser to match some tokens as OBJECT_NAME 2024-05-02 16:58:58 +05:30
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
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
Madhavan Sridharan
8cf5c8bbab Make database name as default by default for Milvus 2024-04-16 12:23:36 -04:00
Madhavan Sridharan
41911a0a02 Updates to Milvus adapter 2024-04-15 09:00:01 -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
4358344029 project restructuring 2024-04-11 22:50:13 -05:00