UNPKG

signalk-parquet

Version:

Vessel data Parquet file archive with automated value and geospatial triggers. History API compliant with cloud backups and queries.

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