Albert Latacz
03/21/2023, 10:31 AMMark Needham
03/21/2023, 10:43 AMStartServer
, StartBroker
, StartController
So you could certainly start those all up in a JVM process and that’s what the QuickStart examples do. You can see that in here - https://github.com/apache/pinot/blob/master/pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/QuickstartRunner.javaMark Needham
03/21/2023, 10:44 AMAlbert Latacz
03/21/2023, 10:48 AMMark Needham
03/21/2023, 11:09 AM/tmp
dir unless you override it, so not quite as good as in memory. But maybe workable