UNPKG

signalk-parquet

Version:

SignalK plugin to save marine data directly to Parquet files with regimen-based control

13 lines 549 B
import { SignalKPlugin, PluginState } from './types'; import { ServerAPI } from '@signalk/server-api'; export default function (app: ServerAPI): SignalKPlugin; export declare function initializeStreamingService(state: PluginState, app: ServerAPI): Promise<{ success: boolean; error?: string; }>; export declare function shutdownStreamingService(state: PluginState, app: ServerAPI): { success: boolean; error?: string; }; export { toContextFilePath, toParquetFilePath } from './utils/path-helpers'; //# sourceMappingURL=index.d.ts.map