Jonathan Shook
f099fa0840
fixup license files
2023-10-23 08:42:19 -05:00
Jonathan Shook
3ec511f61f
partial progress to moving instrumentation
2023-10-23 08:41:17 -05:00
Jonathan Shook
835c74597a
SCDryRunScenarioTest running like js analog now
2023-10-23 08:41:17 -05:00
Jonathan Shook
65db41b22a
script env tests now working
2023-10-23 08:41:17 -05:00
Jonathan Shook
8d141e9ca4
conflicts resolved
2023-10-23 08:39:45 -05:00
yabinmeng
568237b26d
Delete pgvector adapter draft code since all functionalities are available via JDBC adapter
2023-10-18 09:41:47 -05:00
yabinmeng
179a51c20b
Major NB JDBC driver updates in order to support pg-vector
...
- Add PreparedStatement support
- Add batch update for DML write statements
- Add client-side connection pooling (needed for thread safety)
- Address issues caused by the fact that JDBC connection and statement are not thread-safe
- Fix the issue of no Vector value returned when running Vector queries
- Add the template yaml file for NB pg vector with relevancy score verificationn
2023-10-15 23:46:48 -05:00
Mark Wolters
dab3c91362
removing hdf-loader module that has no relation to nb/nb5
2023-10-06 09:43:59 -04:00
Jonathan Shook
f485f07c34
Merge pull request #1574 from nosqlbench/jshook/remove-venice
...
remove venice adapter unless or until it is resumed, parked under a separate branch
2023-09-28 17:03:52 -05:00
Jonathan Shook
10c8da116a
remove venice adapter unless or until it is resumed, parked under a separate branch
2023-09-28 14:46:09 -05:00
yabinmeng
9a61a1f2af
Remove "--docker-metrics" functionality. Update documents and scripts accordingly.
2023-09-28 14:30:18 -05:00
Dave Fisher
728d582600
Adjust pom.xml
2023-09-14 15:39:01 -07:00
Dave Fisher
bf90c80d97
PGVector Adapter
2023-09-14 15:10:40 -07:00
Jonathan Shook
2d1f23a8d8
remove duplicitous doc files
2023-09-10 17:37:49 -05:00
Jonathan Shook
aec7301e99
provide a more condensed session identifier for metrics
2023-08-28 16:15:34 -05:00
Jonathan Shook
54ccf8a92e
disable hd5-loader for now
2023-08-16 16:36:54 -05:00
Jonathan Shook
c06ac4e06b
stubbing out structure for virtdata-lib-hdf5
2023-08-15 13:52:27 -05:00
Mark Wolters
e5d7c7fa07
filling out reader functionality
2023-08-01 09:24:48 -04:00
yabinmeng
1880dfa9a0
Rename adapter-s4r
to adapter-amqp
since this is a generic AMQP-0-9-1 implementation, which includes Pulsar+S4R plugin.
2023-06-30 10:03:57 -05:00
yabinmeng
ba30e80ce8
Initial draft of NB5 S4R
2023-05-31 19:15:21 -05:00
yabinmeng
b1c06661ce
Initial draft of NB5 S4R
2023-05-31 18:21:52 -05:00
Jonathan Shook
c6b550d53c
pinecone updates
2023-05-19 13:25:05 -04:00
Enrico Olivelli
298eaa8945
[adapter-venice] Introduce new VeniceDB adapter
2023-05-17 16:45:51 +02:00
MikeYaacoubStax
67ba6e270d
Merge remote-tracking branch 'origin/main' into nosqlbench-948-testcontainers
2023-02-10 08:26:37 -05:00
Madhavan Sridharan
d92c73b8cf
draft
2023-02-03 17:02:21 -05:00
Madhavan Sridharan
2ce57971b6
squash
2023-02-02 19:46:29 -05:00
Madhavan Sridharan
15a826d537
Merge branch 'main' of github.com:nosqlbench/nosqlbench into adapter-jdbc
2023-02-02 18:57:18 -05:00
Madhavan Sridharan
8728d305ee
Initial draft for JDBC adapter
2023-02-02 18:51:59 -05:00
Jonathan Shook
cb073b0abd
Merge branch 'main' into nosqlbench-948-testcontainers
2023-02-02 17:02:10 -06:00
Jonathan Shook
1eead1add8
centralize jacoco template for reconfiguration
2023-01-26 23:32:15 -06:00
Jonathan Shook
6dea293d56
initial experiments
2023-01-25 16:35:19 -06:00
Jonathan Shook
362e3c6cd3
Merge pull request #942 from nosqlbench/nosqlbench-937
...
cleanup duplicitous activity parameters during initialization (yaml,type)
2023-01-23 14:19:18 -06:00
Jonathan Shook
a886ff2f82
restore grafana annotator
2023-01-23 13:02:19 -06:00
Jonathan Shook
f63c7aeadb
replace CI+CD friendly revision
2023-01-19 16:54:06 -06:00
Madhavan Sridharan
582cbddb26
Merge branch 'main' of github.com:nosqlbench/nosqlbench into adapter-cockroachdb
2023-01-14 10:17:05 -05:00
nb-droid
a49a9e9380
[maven-release-plugin] prepare for next development iteration
2023-01-13 19:51:57 +00:00
nb-droid
67aeba7a34
[maven-release-plugin] prepare release nosqlbench-5.17.0
2023-01-13 19:51:55 +00:00
Jonathan Shook
e04eef814c
temporary work-around for release plugin incompatibility
2023-01-13 13:19:35 -06:00
Jonathan Shook
31478ae591
Nosqlbench 904 version5 ( #908 )
...
* Ignore .flattened-pom.xml files from the CI-friendly flattening
* Allow newer versions to squelch version warning
* * switch to CI-friendly revisions in Maven
* add flattener
* refactor version tags
* remove unecesary indirection in poms which break version intellisense
* * switch to CI-friendly revisions in Maven
* add flattener
* refactor version tags
* remove unnecessary indirection in poms which break version intellisense
* deleting commented code
* version dep updates
* streamline LUT trimming options
* use a more explicit regex substituion technique
* specify updated okhttp version
* update resources plugin to bugfixed version
* exclude filtering for problematic files
2023-01-12 12:48:50 -06:00
Jeff Banks
9c25ad9336
Code coverage integration ( #897 )
...
* Jacoco introduced for full reporting of test coverage.
* All modules included in scope.
* Ability to scope to module OR overall reporting.
* Ability to run in dev environment and bypass as needed w/out GHA.
2023-01-12 11:25:40 -06:00
Madhavan Sridharan
0f7e9eda9a
Merge branch 'main' of github.com:nosqlbench/nosqlbench into adapter-cockroachdb
2023-01-10 16:16:11 -05:00
nb-droid
6e93468632
[maven-release-plugin] prepare for next development iteration
2023-01-09 19:36:28 +00:00
nb-droid
d1b9c91e44
[maven-release-plugin] prepare release nosqlbench-4.17.32
2023-01-09 19:36:26 +00:00
Madhavan Sridharan
5289f4395f
Merge branch 'main' of github.com:nosqlbench/nosqlbench into adapter-cockroachdb
2023-01-07 12:15:16 -05:00
Jonathan Shook
865c0ac387
remove previous "nb" module, which will be replaced by the nb5 module soon
2023-01-05 14:38:06 -06:00
Jonathan Shook
55c6bca95a
remove nb module profile
2023-01-05 14:37:47 -06:00
Madhavan Sridharan
0f4263f46c
crdb draft
2022-12-21 13:59:28 -05:00
yabinmeng
1850a7c16f
Add NB5 Kafka driver
2022-12-12 21:55:52 -06:00
yabinmeng
9a00af0806
Merge branch 'nosqlbench:main' into main
2022-12-07 21:58:35 -06:00
nb-droid
02522a468e
[maven-release-plugin] prepare for next development iteration
2022-12-07 23:30:05 +00:00