Commit Graph

109 Commits

Author SHA1 Message Date
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