@dxos/functions 0.7.1 → 0.7.2-staging.6d26b2a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/browser/{chunk-QX2SGAWR.mjs → chunk-2WV7BKNM.mjs} +28 -159
- package/dist/lib/browser/chunk-2WV7BKNM.mjs.map +7 -0
- package/dist/lib/browser/{chunk-FWIFI2MH.mjs → chunk-MKVZCFKN.mjs} +28 -15
- package/dist/lib/browser/chunk-MKVZCFKN.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +5 -7
- package/dist/lib/browser/index.mjs.map +2 -2
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/testing/index.mjs +5 -3
- package/dist/lib/browser/testing/index.mjs.map +3 -3
- package/dist/lib/browser/types.mjs +3 -1
- package/dist/lib/node/{chunk-OKV7IWWB.cjs → chunk-G2EVL5ME.cjs} +45 -176
- package/dist/lib/node/chunk-G2EVL5ME.cjs.map +7 -0
- package/dist/lib/node/{chunk-GKDHAWCP.cjs → chunk-XRSOYOZ5.cjs} +31 -17
- package/dist/lib/node/chunk-XRSOYOZ5.cjs.map +7 -0
- package/dist/lib/node/index.cjs +14 -16
- package/dist/lib/node/index.cjs.map +2 -2
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/testing/index.cjs +13 -11
- package/dist/lib/node/testing/index.cjs.map +3 -3
- package/dist/lib/node/types.cjs +9 -7
- package/dist/lib/node/types.cjs.map +2 -2
- package/dist/lib/node-esm/{chunk-SPHZ5SOR.mjs → chunk-PCEHXPSI.mjs} +28 -159
- package/dist/lib/node-esm/chunk-PCEHXPSI.mjs.map +7 -0
- package/dist/lib/node-esm/{chunk-YSKH6PBN.mjs → chunk-UZVXZLDV.mjs} +28 -15
- package/dist/lib/node-esm/chunk-UZVXZLDV.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +5 -7
- package/dist/lib/node-esm/index.mjs.map +2 -2
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/testing/index.mjs +5 -3
- package/dist/lib/node-esm/testing/index.mjs.map +3 -3
- package/dist/lib/node-esm/types.mjs +3 -1
- package/dist/types/src/handler.d.ts +2 -2
- package/dist/types/src/trigger/type/index.d.ts +0 -1
- package/dist/types/src/trigger/type/index.d.ts.map +1 -1
- package/dist/types/src/types.d.ts +43 -77
- package/dist/types/src/types.d.ts.map +1 -1
- package/package.json +15 -15
- package/src/handler.ts +3 -3
- package/src/runtime/scheduler.test.ts +4 -55
- package/src/runtime/scheduler.ts +1 -1
- package/src/testing/functions-integration.test.ts +2 -2
- package/src/trigger/trigger-registry.test.ts +4 -4
- package/src/trigger/type/index.ts +0 -1
- package/src/types.ts +26 -24
- package/dist/lib/browser/chunk-FWIFI2MH.mjs.map +0 -7
- package/dist/lib/browser/chunk-QX2SGAWR.mjs.map +0 -7
- package/dist/lib/node/chunk-GKDHAWCP.cjs.map +0 -7
- package/dist/lib/node/chunk-OKV7IWWB.cjs.map +0 -7
- package/dist/lib/node-esm/chunk-SPHZ5SOR.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-YSKH6PBN.mjs.map +0 -7
- package/dist/types/src/trigger/type/websocket-trigger.d.ts +0 -14
- package/dist/types/src/trigger/type/websocket-trigger.d.ts.map +0 -1
- package/src/trigger/type/websocket-trigger.ts +0 -112
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/functions",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2-staging.6d26b2a",
|
|
4
4
|
"description": "Functions API and runtime.",
|
|
5
5
|
"homepage": "https://dxos.org",
|
|
6
6
|
"bugs": "https://github.com/dxos/dxos/issues",
|
|
@@ -48,24 +48,24 @@
|
|
|
48
48
|
"express": "^4.19.2",
|
|
49
49
|
"get-port-please": "^3.1.1",
|
|
50
50
|
"ws": "^8.14.2",
|
|
51
|
-
"@dxos/async": "0.7.
|
|
52
|
-
"@dxos/context": "0.7.
|
|
53
|
-
"@dxos/echo-
|
|
54
|
-
"@dxos/
|
|
55
|
-
"@dxos/echo-
|
|
56
|
-
"@dxos/
|
|
57
|
-
"@dxos/invariant": "0.7.
|
|
58
|
-
"@dxos/keys": "0.7.
|
|
59
|
-
"@dxos/log": "0.7.
|
|
60
|
-
"@dxos/node-std": "0.7.
|
|
61
|
-
"@dxos/protocols": "0.7.
|
|
62
|
-
"@dxos/schema": "0.7.
|
|
63
|
-
"@dxos/util": "0.7.
|
|
51
|
+
"@dxos/async": "0.7.2-staging.6d26b2a",
|
|
52
|
+
"@dxos/context": "0.7.2-staging.6d26b2a",
|
|
53
|
+
"@dxos/echo-db": "0.7.2-staging.6d26b2a",
|
|
54
|
+
"@dxos/client": "0.7.2-staging.6d26b2a",
|
|
55
|
+
"@dxos/echo-protocol": "0.7.2-staging.6d26b2a",
|
|
56
|
+
"@dxos/echo-schema": "0.7.2-staging.6d26b2a",
|
|
57
|
+
"@dxos/invariant": "0.7.2-staging.6d26b2a",
|
|
58
|
+
"@dxos/keys": "0.7.2-staging.6d26b2a",
|
|
59
|
+
"@dxos/log": "0.7.2-staging.6d26b2a",
|
|
60
|
+
"@dxos/node-std": "0.7.2-staging.6d26b2a",
|
|
61
|
+
"@dxos/protocols": "0.7.2-staging.6d26b2a",
|
|
62
|
+
"@dxos/schema": "0.7.2-staging.6d26b2a",
|
|
63
|
+
"@dxos/util": "0.7.2-staging.6d26b2a"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@types/express": "^4.17.17",
|
|
67
67
|
"@types/ws": "^7.4.0",
|
|
68
|
-
"@dxos/agent": "0.7.
|
|
68
|
+
"@dxos/agent": "0.7.2-staging.6d26b2a"
|
|
69
69
|
},
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"access": "public"
|
package/src/handler.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { type Schema as S } from '@effect/schema';
|
|
|
6
6
|
|
|
7
7
|
import { type Client, PublicKey } from '@dxos/client';
|
|
8
8
|
import { type Space, type SpaceId } from '@dxos/client/echo';
|
|
9
|
-
import type { CoreDatabase,
|
|
9
|
+
import type { CoreDatabase, ReactiveEchoObject } from '@dxos/echo-db';
|
|
10
10
|
import { log } from '@dxos/log';
|
|
11
11
|
import { nonNullable } from '@dxos/util';
|
|
12
12
|
|
|
@@ -107,7 +107,7 @@ export type RawSubscriptionData = {
|
|
|
107
107
|
|
|
108
108
|
export type SubscriptionData = {
|
|
109
109
|
space?: Space;
|
|
110
|
-
objects?:
|
|
110
|
+
objects?: ReactiveEchoObject<any>[];
|
|
111
111
|
};
|
|
112
112
|
|
|
113
113
|
/**
|
|
@@ -135,7 +135,7 @@ export const subscriptionHandler = <TMeta>(
|
|
|
135
135
|
|
|
136
136
|
registerTypes(space, types);
|
|
137
137
|
const objects = space
|
|
138
|
-
? data.objects?.map<
|
|
138
|
+
? data.objects?.map<ReactiveEchoObject<any> | undefined>((id) => space!.db.getObjectById(id)).filter(nonNullable)
|
|
139
139
|
: [];
|
|
140
140
|
|
|
141
141
|
if (!!data.spaceKey && !space) {
|
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
// Copyright 2023 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
import { getRandomPort } from 'get-port-please';
|
|
6
5
|
import { afterAll, beforeAll, describe, expect, test } from 'vitest';
|
|
7
|
-
import WebSocket from 'ws';
|
|
8
6
|
|
|
9
7
|
import { Trigger } from '@dxos/async';
|
|
10
8
|
import { type Client } from '@dxos/client';
|
|
@@ -15,7 +13,7 @@ import { Scheduler, type SchedulerOptions } from './scheduler';
|
|
|
15
13
|
import { FunctionRegistry } from '../function';
|
|
16
14
|
import { createInitializedClients, TestType, triggerWebhook } from '../testing';
|
|
17
15
|
import { TriggerRegistry } from '../trigger';
|
|
18
|
-
import { type FunctionManifest } from '../types';
|
|
16
|
+
import { TriggerKind, type FunctionManifest } from '../types';
|
|
19
17
|
|
|
20
18
|
// TODO(burdon): Test we can add and remove triggers.
|
|
21
19
|
describe('scheduler', () => {
|
|
@@ -55,7 +53,7 @@ describe('scheduler', () => {
|
|
|
55
53
|
function: 'example.com/function/test',
|
|
56
54
|
enabled: true,
|
|
57
55
|
spec: {
|
|
58
|
-
type:
|
|
56
|
+
type: TriggerKind.Timer,
|
|
59
57
|
cron: '0/1 * * * * *', // Every 1s.
|
|
60
58
|
},
|
|
61
59
|
},
|
|
@@ -91,7 +89,7 @@ describe('scheduler', () => {
|
|
|
91
89
|
function: 'example.com/function/test',
|
|
92
90
|
enabled: true,
|
|
93
91
|
spec: {
|
|
94
|
-
type:
|
|
92
|
+
type: TriggerKind.Webhook,
|
|
95
93
|
method: 'GET',
|
|
96
94
|
},
|
|
97
95
|
},
|
|
@@ -111,55 +109,6 @@ describe('scheduler', () => {
|
|
|
111
109
|
await done.wait();
|
|
112
110
|
});
|
|
113
111
|
|
|
114
|
-
// TODO(wittjosiah): Doesn't work in vitest.
|
|
115
|
-
test.skip('websocket', async () => {
|
|
116
|
-
const port = await getRandomPort('127.0.0.1');
|
|
117
|
-
const manifest: FunctionManifest = {
|
|
118
|
-
functions: [
|
|
119
|
-
{
|
|
120
|
-
uri: 'example.com/function/test',
|
|
121
|
-
route: '/test',
|
|
122
|
-
handler: 'test',
|
|
123
|
-
},
|
|
124
|
-
],
|
|
125
|
-
triggers: [
|
|
126
|
-
{
|
|
127
|
-
function: 'example.com/function/test',
|
|
128
|
-
enabled: true,
|
|
129
|
-
spec: {
|
|
130
|
-
type: 'websocket',
|
|
131
|
-
// url: 'https://hub.dxos.network/api/mailbox/test',
|
|
132
|
-
url: `http://localhost:${port}`,
|
|
133
|
-
init: {
|
|
134
|
-
type: 'sync',
|
|
135
|
-
},
|
|
136
|
-
},
|
|
137
|
-
},
|
|
138
|
-
],
|
|
139
|
-
};
|
|
140
|
-
|
|
141
|
-
const done = new Trigger();
|
|
142
|
-
const scheduler = createScheduler(async () => {
|
|
143
|
-
done.wake();
|
|
144
|
-
});
|
|
145
|
-
await scheduler.register(client.spaces.default, manifest);
|
|
146
|
-
await scheduler.start();
|
|
147
|
-
|
|
148
|
-
// Test server.
|
|
149
|
-
setTimeout(() => {
|
|
150
|
-
const wss = new WebSocket.Server({ port });
|
|
151
|
-
wss.on('connection', (ws: WebSocket) => {
|
|
152
|
-
ws.on('message', (data) => {
|
|
153
|
-
const info = JSON.parse(new TextDecoder().decode(data as ArrayBuffer));
|
|
154
|
-
expect(info.type).to.equal('sync');
|
|
155
|
-
done.wake();
|
|
156
|
-
});
|
|
157
|
-
});
|
|
158
|
-
}, 500);
|
|
159
|
-
|
|
160
|
-
await done.wait();
|
|
161
|
-
});
|
|
162
|
-
|
|
163
112
|
test('subscription', async () => {
|
|
164
113
|
const manifest: FunctionManifest = {
|
|
165
114
|
functions: [
|
|
@@ -174,7 +123,7 @@ describe('scheduler', () => {
|
|
|
174
123
|
function: 'example.com/function/test',
|
|
175
124
|
enabled: true,
|
|
176
125
|
spec: {
|
|
177
|
-
type:
|
|
126
|
+
type: TriggerKind.Subscription,
|
|
178
127
|
filter: { type: TestType.typename },
|
|
179
128
|
},
|
|
180
129
|
},
|
package/src/runtime/scheduler.ts
CHANGED
|
@@ -99,7 +99,7 @@ export class Scheduler {
|
|
|
99
99
|
const meta: FunctionTrigger['meta'] = {};
|
|
100
100
|
for (const [key, value] of Object.entries(trigger.meta ?? {})) {
|
|
101
101
|
if (value instanceof Reference) {
|
|
102
|
-
const object = await space.db.
|
|
102
|
+
const object = await space.db.query({ id: value.objectId }).first();
|
|
103
103
|
if (object) {
|
|
104
104
|
meta[key] = object;
|
|
105
105
|
}
|
|
@@ -11,7 +11,7 @@ import { TestBuilder } from '@dxos/client/testing';
|
|
|
11
11
|
import { initFunctionsPlugin } from './plugin-init';
|
|
12
12
|
import { setTestCallHandler } from './test/handler';
|
|
13
13
|
import { createInitializedClients, inviteMember, startFunctionsHost, TestType } from '../testing';
|
|
14
|
-
import { FunctionDef, FunctionTrigger } from '../types';
|
|
14
|
+
import { FunctionDef, FunctionTrigger, TriggerKind } from '../types';
|
|
15
15
|
|
|
16
16
|
// TODO(wittjosiah): Doesn't work in vitest.
|
|
17
17
|
describe.skip('functions e2e', () => {
|
|
@@ -42,7 +42,7 @@ describe.skip('functions e2e', () => {
|
|
|
42
42
|
enabled: true,
|
|
43
43
|
meta: triggerMeta,
|
|
44
44
|
spec: {
|
|
45
|
-
type:
|
|
45
|
+
type: TriggerKind.Subscription,
|
|
46
46
|
filter: { type: TestType.typename },
|
|
47
47
|
},
|
|
48
48
|
}),
|
|
@@ -15,7 +15,7 @@ import { range } from '@dxos/util';
|
|
|
15
15
|
|
|
16
16
|
import { TriggerRegistry } from './trigger-registry';
|
|
17
17
|
import { createInitializedClients, TestType, triggerWebhook } from '../testing';
|
|
18
|
-
import { type FunctionManifest, FunctionTrigger } from '../types';
|
|
18
|
+
import { type FunctionManifest, FunctionTrigger, TriggerKind } from '../types';
|
|
19
19
|
|
|
20
20
|
const manifest: FunctionManifest = {
|
|
21
21
|
triggers: [
|
|
@@ -31,7 +31,7 @@ const manifest: FunctionManifest = {
|
|
|
31
31
|
function: 'example.com/function/webhook-test',
|
|
32
32
|
enabled: true,
|
|
33
33
|
spec: {
|
|
34
|
-
type:
|
|
34
|
+
type: TriggerKind.Webhook,
|
|
35
35
|
method: 'GET',
|
|
36
36
|
},
|
|
37
37
|
},
|
|
@@ -47,7 +47,7 @@ const manifest: FunctionManifest = {
|
|
|
47
47
|
function: 'example.com/function/subscription-test',
|
|
48
48
|
enabled: true,
|
|
49
49
|
spec: {
|
|
50
|
-
type:
|
|
50
|
+
type: TriggerKind.Subscription,
|
|
51
51
|
filter: {
|
|
52
52
|
type: TestType.typename,
|
|
53
53
|
},
|
|
@@ -87,7 +87,7 @@ describe('trigger registry', () => {
|
|
|
87
87
|
const trigger = create(FunctionTrigger, {
|
|
88
88
|
function: 'example.com/function/webhook-test',
|
|
89
89
|
spec: {
|
|
90
|
-
type:
|
|
90
|
+
type: TriggerKind.Webhook,
|
|
91
91
|
method: 'GET',
|
|
92
92
|
},
|
|
93
93
|
});
|
package/src/types.ts
CHANGED
|
@@ -2,14 +2,18 @@
|
|
|
2
2
|
// Copyright 2023 DXOS.org
|
|
3
3
|
//
|
|
4
4
|
|
|
5
|
-
import { AST, RawObject, S, TypedObject } from '@dxos/echo-schema';
|
|
5
|
+
import { AST, OptionsAnnotationId, RawObject, S, TypedObject } from '@dxos/echo-schema';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Type discriminator for TriggerType.
|
|
9
9
|
* Every spec has a type field of type TriggerKind that we can use to understand which type we're working with.
|
|
10
10
|
* https://www.typescriptlang.org/docs/handbook/2/narrowing.html#discriminated-unions
|
|
11
11
|
*/
|
|
12
|
-
export
|
|
12
|
+
export enum TriggerKind {
|
|
13
|
+
Timer = 'timer',
|
|
14
|
+
Webhook = 'webhook',
|
|
15
|
+
Subscription = 'subscription',
|
|
16
|
+
}
|
|
13
17
|
|
|
14
18
|
// TODO(burdon): Rename prop kind.
|
|
15
19
|
const typeLiteralAnnotations = { [AST.TitleAnnotationId]: 'Type' };
|
|
@@ -18,10 +22,10 @@ const typeLiteralAnnotations = { [AST.TitleAnnotationId]: 'Type' };
|
|
|
18
22
|
* Cron timer.
|
|
19
23
|
*/
|
|
20
24
|
const TimerTriggerSchema = S.Struct({
|
|
21
|
-
type: S.Literal(
|
|
22
|
-
cron: S.
|
|
25
|
+
type: S.Literal(TriggerKind.Timer).annotations(typeLiteralAnnotations),
|
|
26
|
+
cron: S.String.annotations({
|
|
23
27
|
[AST.TitleAnnotationId]: 'Cron',
|
|
24
|
-
[AST.ExamplesAnnotationId]: '0 0 * * *',
|
|
28
|
+
[AST.ExamplesAnnotationId]: ['0 0 * * *'],
|
|
25
29
|
}),
|
|
26
30
|
}).pipe(S.mutable);
|
|
27
31
|
|
|
@@ -31,26 +35,22 @@ export type TimerTrigger = S.Schema.Type<typeof TimerTriggerSchema>;
|
|
|
31
35
|
* Webhook.
|
|
32
36
|
*/
|
|
33
37
|
const WebhookTriggerSchema = S.Struct({
|
|
34
|
-
type: S.Literal(
|
|
35
|
-
method: S.
|
|
36
|
-
|
|
37
|
-
|
|
38
|
+
type: S.Literal(TriggerKind.Webhook).annotations(typeLiteralAnnotations),
|
|
39
|
+
method: S.optional(
|
|
40
|
+
S.String.annotations({
|
|
41
|
+
[AST.TitleAnnotationId]: 'Method',
|
|
42
|
+
[OptionsAnnotationId]: ['GET', 'POST'],
|
|
43
|
+
}),
|
|
44
|
+
),
|
|
45
|
+
port: S.optional(
|
|
46
|
+
S.Number.annotations({
|
|
47
|
+
[AST.TitleAnnotationId]: 'Port',
|
|
48
|
+
}),
|
|
49
|
+
),
|
|
38
50
|
}).pipe(S.mutable);
|
|
39
51
|
|
|
40
52
|
export type WebhookTrigger = S.Schema.Type<typeof WebhookTriggerSchema>;
|
|
41
53
|
|
|
42
|
-
/**
|
|
43
|
-
* Websocket.
|
|
44
|
-
* @deprecated
|
|
45
|
-
*/
|
|
46
|
-
const WebsocketTriggerSchema = S.Struct({
|
|
47
|
-
type: S.Literal('websocket').annotations(typeLiteralAnnotations),
|
|
48
|
-
url: S.String,
|
|
49
|
-
init: S.optional(S.Record({ key: S.String, value: S.Any })),
|
|
50
|
-
}).pipe(S.mutable);
|
|
51
|
-
|
|
52
|
-
export type WebsocketTrigger = S.Schema.Type<typeof WebsocketTriggerSchema>;
|
|
53
|
-
|
|
54
54
|
// TODO(burdon): Use ECHO definition (from https://github.com/dxos/dxos/pull/8233).
|
|
55
55
|
const QuerySchema = S.Struct({
|
|
56
56
|
type: S.optional(S.String.annotations({ [AST.TitleAnnotationId]: 'Type' })),
|
|
@@ -61,7 +61,7 @@ const QuerySchema = S.Struct({
|
|
|
61
61
|
* Subscription.
|
|
62
62
|
*/
|
|
63
63
|
const SubscriptionTriggerSchema = S.Struct({
|
|
64
|
-
type: S.Literal(
|
|
64
|
+
type: S.Literal(TriggerKind.Subscription).annotations(typeLiteralAnnotations),
|
|
65
65
|
// TODO(burdon): Define query DSL (from ECHO). Reconcile with Table.Query.
|
|
66
66
|
filter: QuerySchema,
|
|
67
67
|
options: S.optional(
|
|
@@ -80,11 +80,13 @@ export type SubscriptionTrigger = S.Schema.Type<typeof SubscriptionTriggerSchema
|
|
|
80
80
|
* Trigger schema (discriminated union).
|
|
81
81
|
*/
|
|
82
82
|
export const TriggerSchema = S.Union(
|
|
83
|
+
//
|
|
83
84
|
TimerTriggerSchema,
|
|
84
85
|
WebhookTriggerSchema,
|
|
85
|
-
WebsocketTriggerSchema,
|
|
86
86
|
SubscriptionTriggerSchema,
|
|
87
|
-
).annotations({
|
|
87
|
+
).annotations({
|
|
88
|
+
[AST.TitleAnnotationId]: 'Trigger',
|
|
89
|
+
});
|
|
88
90
|
|
|
89
91
|
export type TriggerType = S.Schema.Type<typeof TriggerSchema>;
|
|
90
92
|
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/types.ts"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { AST, RawObject, S, TypedObject } from '@dxos/echo-schema';\n\n/**\n * Type discriminator for TriggerType.\n * Every spec has a type field of type TriggerKind that we can use to understand which type we're working with.\n * https://www.typescriptlang.org/docs/handbook/2/narrowing.html#discriminated-unions\n */\nexport type TriggerKind = 'timer' | 'webhook' | 'websocket' | 'subscription';\n\n// TODO(burdon): Rename prop kind.\nconst typeLiteralAnnotations = { [AST.TitleAnnotationId]: 'Type' };\n\n/**\n * Cron timer.\n */\nconst TimerTriggerSchema = S.Struct({\n type: S.Literal('timer').annotations(typeLiteralAnnotations),\n cron: S.NonEmptyString.annotations({\n [AST.TitleAnnotationId]: 'Cron',\n [AST.ExamplesAnnotationId]: '0 0 * * *',\n }),\n}).pipe(S.mutable);\n\nexport type TimerTrigger = S.Schema.Type<typeof TimerTriggerSchema>;\n\n/**\n * Webhook.\n */\nconst WebhookTriggerSchema = S.Struct({\n type: S.Literal('webhook').annotations(typeLiteralAnnotations),\n method: S.String,\n // Assigned port.\n port: S.optional(S.Number),\n}).pipe(S.mutable);\n\nexport type WebhookTrigger = S.Schema.Type<typeof WebhookTriggerSchema>;\n\n/**\n * Websocket.\n * @deprecated\n */\nconst WebsocketTriggerSchema = S.Struct({\n type: S.Literal('websocket').annotations(typeLiteralAnnotations),\n url: S.String,\n init: S.optional(S.Record({ key: S.String, value: S.Any })),\n}).pipe(S.mutable);\n\nexport type WebsocketTrigger = S.Schema.Type<typeof WebsocketTriggerSchema>;\n\n// TODO(burdon): Use ECHO definition (from https://github.com/dxos/dxos/pull/8233).\nconst QuerySchema = S.Struct({\n type: S.optional(S.String.annotations({ [AST.TitleAnnotationId]: 'Type' })),\n props: S.optional(S.Record({ key: S.String, value: S.Any })),\n}).annotations({ [AST.TitleAnnotationId]: 'Query' });\n\n/**\n * Subscription.\n */\nconst SubscriptionTriggerSchema = S.Struct({\n type: S.Literal('subscription').annotations(typeLiteralAnnotations),\n // TODO(burdon): Define query DSL (from ECHO). Reconcile with Table.Query.\n filter: QuerySchema,\n options: S.optional(\n S.Struct({\n // Watch changes to object (not just creation).\n deep: S.optional(S.Boolean.annotations({ [AST.TitleAnnotationId]: 'Nested' })),\n // Debounce changes (delay in ms).\n delay: S.optional(S.Number.annotations({ [AST.TitleAnnotationId]: 'Delay' })),\n }).annotations({ [AST.TitleAnnotationId]: 'Options' }),\n ),\n}).pipe(S.mutable);\n\nexport type SubscriptionTrigger = S.Schema.Type<typeof SubscriptionTriggerSchema>;\n\n/**\n * Trigger schema (discriminated union).\n */\nexport const TriggerSchema = S.Union(\n TimerTriggerSchema,\n WebhookTriggerSchema,\n WebsocketTriggerSchema,\n SubscriptionTriggerSchema,\n).annotations({ [AST.TitleAnnotationId]: 'Trigger' });\n\nexport type TriggerType = S.Schema.Type<typeof TriggerSchema>;\n\n/**\n * Function trigger.\n */\nexport const FunctionTriggerSchema = S.Struct({\n // TODO(burdon): What type does this reference.\n function: S.optional(S.String.annotations({ [AST.TitleAnnotationId]: 'Function' })),\n enabled: S.optional(S.Boolean.annotations({ [AST.TitleAnnotationId]: 'Enabled' })),\n\n // TODO(burdon): Flatten?\n spec: S.optional(TriggerSchema),\n\n // TODO(burdon): Get meta from function.\n // The `meta` property is merged into the event data passed to the function.\n meta: S.optional(S.mutable(S.Record({ key: S.String, value: S.Any }))),\n});\n\nexport type FunctionTriggerType = S.Schema.Type<typeof FunctionTriggerSchema>;\n\n/**\n * Function trigger.\n */\nexport class FunctionTrigger extends TypedObject({\n typename: 'dxos.org/type/FunctionTrigger',\n version: '0.1.0',\n})(FunctionTriggerSchema.fields) {}\n\n/**\n * Function definition.\n * @deprecated (Use dxos.org/type/Function)\n */\n// TODO(burdon): Reconcile with FunctionType.\nexport class FunctionDef extends TypedObject({\n typename: 'dxos.org/type/FunctionDef',\n version: '0.1.0',\n})({\n uri: S.String,\n description: S.optional(S.String),\n route: S.String,\n handler: S.String,\n}) {}\n\n/**\n * Function manifest file.\n */\nexport const FunctionManifestSchema = S.Struct({\n functions: S.optional(S.mutable(S.Array(RawObject(FunctionDef)))),\n triggers: S.optional(S.mutable(S.Array(RawObject(FunctionTrigger)))),\n});\n\nexport type FunctionManifest = S.Schema.Type<typeof FunctionManifestSchema>;\n\nexport const FUNCTION_TYPES = [FunctionDef, FunctionTrigger];\n"],
|
|
5
|
-
"mappings": "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",
|
|
6
|
-
"names": ["AST", "RawObject", "S", "TypedObject", "typeLiteralAnnotations", "AST", "TitleAnnotationId", "TimerTriggerSchema", "S", "Struct", "type", "Literal", "annotations", "cron", "NonEmptyString", "ExamplesAnnotationId", "pipe", "mutable", "WebhookTriggerSchema", "method", "String", "port", "optional", "Number", "WebsocketTriggerSchema", "url", "init", "Record", "key", "value", "Any", "QuerySchema", "props", "SubscriptionTriggerSchema", "filter", "options", "deep", "Boolean", "delay", "TriggerSchema", "Union", "FunctionTriggerSchema", "function", "enabled", "spec", "meta", "FunctionTrigger", "TypedObject", "typename", "version", "fields", "FunctionDef", "uri", "description", "route", "handler", "FunctionManifestSchema", "functions", "Array", "RawObject", "triggers", "FUNCTION_TYPES"]
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/function/function-registry.ts", "../../../src/trigger/type/subscription-trigger.ts", "../../../src/trigger/type/timer-trigger.ts", "../../../src/trigger/type/websocket-trigger.ts", "../../../src/trigger/trigger-registry.ts"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2024 DXOS.org\n//\n\nimport { Event } from '@dxos/async';\nimport { type Client } from '@dxos/client';\nimport { create, Filter, type Space } from '@dxos/client/echo';\nimport { type Context, Resource } from '@dxos/context';\nimport { PublicKey } from '@dxos/keys';\nimport { log } from '@dxos/log';\nimport { ComplexMap, diff } from '@dxos/util';\n\nimport { FunctionDef, type FunctionManifest } from '../types';\n\nexport type FunctionsRegisteredEvent = {\n space: Space;\n added: FunctionDef[];\n};\n\nexport class FunctionRegistry extends Resource {\n private readonly _functionBySpaceKey = new ComplexMap<PublicKey, FunctionDef[]>(PublicKey.hash);\n\n public readonly registered = new Event<FunctionsRegisteredEvent>();\n\n constructor(private readonly _client: Client) {\n super();\n }\n\n public getFunctions(space: Space): FunctionDef[] {\n return this._functionBySpaceKey.get(space.key) ?? [];\n }\n\n public getUniqueByUri(): FunctionDef[] {\n const uniqueByUri = [...this._functionBySpaceKey.values()]\n .flatMap((defs) => defs)\n .reduce((acc, v) => {\n acc.set(v.uri, v);\n return acc;\n }, new Map<string, FunctionDef>());\n return [...uniqueByUri.values()];\n }\n\n /**\n * Loads function definitions from the manifest into the space.\n * We first load all the definitions from the space to deduplicate by functionId.\n */\n public async register(space: Space, functions: FunctionManifest['functions']): Promise<void> {\n log('register', { space: space.key, functions: functions?.length ?? 0 });\n if (!functions?.length) {\n return;\n }\n if (!space.db.graph.schemaRegistry.hasSchema(FunctionDef)) {\n space.db.graph.schemaRegistry.addSchema([FunctionDef]);\n }\n\n // Sync definitions.\n const { objects: existing } = await space.db.query(Filter.schema(FunctionDef)).run();\n const { added } = diff(existing, functions, (a, b) => a.uri === b.uri);\n // TODO(burdon): Update existing templates.\n added.forEach((def) => space.db.add(create(FunctionDef, def)));\n\n if (added.length > 0) {\n await space.db.flush({ indexes: true, updates: true });\n }\n }\n\n protected override async _open(): Promise<void> {\n log.info('opening...');\n const spacesSubscription = this._client.spaces.subscribe(async (spaces) => {\n for (const space of spaces) {\n if (this._functionBySpaceKey.has(space.key)) {\n continue;\n }\n\n const registered: FunctionDef[] = [];\n this._functionBySpaceKey.set(space.key, registered);\n await space.waitUntilReady();\n if (this._ctx.disposed) {\n break;\n }\n\n // Subscribe to updates.\n this._ctx.onDispose(\n space.db.query(Filter.schema(FunctionDef)).subscribe(({ objects }) => {\n const { added } = diff(registered, objects, (a, b) => a.uri === b.uri);\n // TODO(burdon): Update and remove.\n if (added.length > 0) {\n registered.push(...added);\n this.registered.emit({ space, added });\n }\n }),\n );\n }\n });\n\n // TODO(burdon): API: Normalize unsubscribe methods.\n this._ctx.onDispose(() => spacesSubscription.unsubscribe());\n }\n\n protected override async _close(_: Context): Promise<void> {\n log.info('closing...');\n this._functionBySpaceKey.clear();\n }\n}\n", "//\n// Copyright 2024 DXOS.org\n//\n\nimport { debounce, UpdateScheduler } from '@dxos/async';\nimport { Filter, type Space } from '@dxos/client/echo';\nimport { type Context } from '@dxos/context';\nimport { createSubscription, type Query } from '@dxos/echo-db';\nimport { log } from '@dxos/log';\n\nimport type { SubscriptionTrigger } from '../../types';\nimport { type TriggerCallback, type TriggerFactory } from '../trigger-registry';\n\nexport const createSubscriptionTrigger: TriggerFactory<SubscriptionTrigger> = async (\n ctx: Context,\n space: Space,\n spec: SubscriptionTrigger,\n callback: TriggerCallback,\n) => {\n const objectIds = new Set<string>();\n const task = new UpdateScheduler(\n ctx,\n async () => {\n if (objectIds.size > 0) {\n const objects = Array.from(objectIds);\n objectIds.clear();\n await callback({ objects });\n }\n },\n { maxFrequency: 4 },\n );\n\n // TODO(burdon): Factor out diff.\n // TODO(burdon): Don't fire initially?\n // TODO(burdon): Create queue. Only allow one invocation per trigger at a time?\n const subscriptions: (() => void)[] = [];\n const subscription = createSubscription(({ added, updated }) => {\n const sizeBefore = objectIds.size;\n for (const object of added) {\n objectIds.add(object.id);\n }\n for (const object of updated) {\n objectIds.add(object.id);\n }\n if (objectIds.size > sizeBefore) {\n log.info('updated', { added: added.length, updated: updated.length });\n task.trigger();\n }\n });\n\n subscriptions.push(() => subscription.unsubscribe());\n\n // TODO(burdon): Disable trigger if keeps failing.\n const { filter, options: { deep, delay } = {} } = spec;\n const update = ({ objects }: Query) => {\n log.info('update', { objects: objects.length });\n subscription.update(objects);\n\n // TODO(burdon): Hack to monitor changes to Document's text object.\n if (deep) {\n // TODO(dmaretskyi): Removed to not have dependency on markdown-plugin.\n // for (const object of objects) {\n // const content = object.content;\n // if (content instanceof TextType) {\n // subscriptions.push(getObjectCore(content).updates.on(debounce(() => subscription.update([object]), 1_000)));\n // }\n // }\n }\n };\n\n // TODO(burdon): OR not working.\n // TODO(burdon): [Bug]: all callbacks are fired on the first mutation.\n // TODO(burdon): [Bug]: not updated when document is deleted (either top or hierarchically).\n log.info('subscription', { filter });\n // const query = triggerCtx.space.db.query(Filter.or(filter.map(({ type, props }) => Filter.typename(type, props))));\n if (filter.type) {\n const query = space.db.query(Filter.typename(filter.type, filter.props));\n subscriptions.push(query.subscribe(delay ? debounce(update, delay) : update));\n }\n\n ctx.onDispose(() => {\n subscriptions.forEach((unsubscribe) => unsubscribe());\n });\n};\n", "//\n// Copyright 2024 DXOS.org\n//\n\nimport { CronJob } from 'cron';\n\nimport { DeferredTask } from '@dxos/async';\nimport { type Space } from '@dxos/client/echo';\nimport { type Context } from '@dxos/context';\nimport { log } from '@dxos/log';\n\nimport type { TimerTrigger } from '../../types';\nimport { type TriggerCallback, type TriggerFactory } from '../trigger-registry';\n\nexport const createTimerTrigger: TriggerFactory<TimerTrigger> = async (\n ctx: Context,\n space: Space,\n spec: TimerTrigger,\n callback: TriggerCallback,\n) => {\n const task = new DeferredTask(ctx, async () => {\n await callback({});\n });\n\n let last = 0;\n let run = 0;\n // https://www.npmjs.com/package/cron#constructor\n const job = CronJob.from({\n cronTime: spec.cron,\n runOnInit: false,\n onTick: () => {\n // TODO(burdon): Check greater than 30s (use cron-parser).\n const now = Date.now();\n const delta = last ? now - last : 0;\n last = now;\n\n run++;\n log.info('tick', { space: space.key.truncate(), count: run, delta });\n task.schedule();\n },\n });\n\n job.start();\n ctx.onDispose(() => job.stop());\n};\n", "//\n// Copyright 2024 DXOS.org\n//\n\nimport { sleep, Trigger } from '@dxos/async';\nimport { type Space } from '@dxos/client/echo';\nimport { type Context } from '@dxos/context';\nimport { log } from '@dxos/log';\n\nimport { type WebsocketTrigger } from '../../types';\nimport { type TriggerCallback, type TriggerFactory } from '../trigger-registry';\n\ninterface WebsocketTriggerOptions {\n retryDelay: number;\n maxAttempts: number;\n}\n\n/**\n * Websocket.\n * NOTE: The port must be unique, so the same hook cannot be used for multiple spaces.\n */\nexport const createWebsocketTrigger: TriggerFactory<WebsocketTrigger, WebsocketTriggerOptions> = async (\n ctx: Context,\n space: Space,\n spec: WebsocketTrigger,\n callback: TriggerCallback,\n options: WebsocketTriggerOptions = { retryDelay: 2, maxAttempts: 5 },\n) => {\n const { url, init } = spec;\n\n let wasOpen = false;\n let ws: WebSocket;\n for (let attempt = 1; attempt <= options.maxAttempts; attempt++) {\n const open = new Trigger<boolean>();\n\n ws = await createWebSocket(url);\n Object.assign(ws, {\n onopen: () => {\n log.info('opened', { url });\n if (spec.init) {\n ws.send(new TextEncoder().encode(JSON.stringify(init)));\n }\n\n open.wake(true);\n },\n\n onclose: (event) => {\n log.info('closed', { url, code: event.code });\n // Reconnect if server closes (e.g., CF restart).\n // https://developer.mozilla.org/en-US/docs/Web/API/CloseEvent/code\n if (event.code === 1006 && wasOpen && !ctx.disposed) {\n setTimeout(async () => {\n log.info(`reconnecting in ${options.retryDelay}s...`, { url });\n await createWebsocketTrigger(ctx, space, spec, callback, options);\n }, options.retryDelay * 1_000);\n }\n open.wake(false);\n },\n\n onerror: (event) => {\n log.catch((event as any).error ?? new Error('Unspecified ws error.'), { url });\n open.wake(false);\n },\n\n onmessage: async (event) => {\n try {\n log.info('message');\n let data;\n if (event.data && 'text' in event.data) {\n data = JSON.parse(await (event.data as Blob).text());\n } else {\n data = JSON.parse(new TextDecoder().decode(event.data as Uint8Array));\n }\n await callback({ data });\n } catch (err) {\n log.catch(err, { url, data: event.data });\n }\n },\n } satisfies Partial<WebSocket>);\n\n const isOpen = await open.wait();\n if (ctx.disposed) {\n break;\n }\n if (isOpen) {\n wasOpen = true;\n break;\n }\n const wait = Math.pow(attempt, 2) * options.retryDelay;\n if (attempt < options.maxAttempts) {\n log.warn(`failed to connect; trying again in ${wait}s`, { attempt });\n await sleep(wait * 1_000);\n }\n }\n\n ctx.onDispose(() => {\n ws?.close();\n });\n};\n\nconst createNodeWebSocket = async (url: string) => {\n // eslint-disable-next-line no-new-func\n const importESM = Function('path', 'return import(path)');\n const {\n default: { WebSocket },\n } = await importESM('ws');\n return new WebSocket(url);\n};\n\nexport const createWebSocket = async (url: string): Promise<WebSocket> => {\n return typeof (globalThis as any).WebSocket === 'undefined' ? await createNodeWebSocket(url) : new WebSocket(url);\n};\n", "//\n// Copyright 2024 DXOS.org\n//\n\nimport { Event } from '@dxos/async';\nimport { type Client } from '@dxos/client';\nimport { create, Filter, getMeta, type Space } from '@dxos/client/echo';\nimport { Context, Resource } from '@dxos/context';\nimport { compareForeignKeys, ECHO_ATTR_META, foreignKey } from '@dxos/echo-schema';\nimport { invariant } from '@dxos/invariant';\nimport { PublicKey } from '@dxos/keys';\nimport { log } from '@dxos/log';\nimport { ComplexMap, diff } from '@dxos/util';\n\nimport { createSubscriptionTrigger, createTimerTrigger } from './type';\nimport { type FunctionManifest, FunctionTrigger, type TriggerKind, type TriggerType } from '../types';\n\ntype ResponseCode = number;\n\nexport type TriggerCallback = (args: object) => Promise<ResponseCode>;\n\n// TODO(burdon): Make object?\nexport type TriggerFactory<Spec extends TriggerType, Options = any> = (\n ctx: Context,\n space: Space,\n spec: Spec,\n callback: TriggerCallback,\n options?: Options,\n) => Promise<void>;\n\nexport type TriggerFactoryMap = Partial<Record<TriggerKind, TriggerFactory<any>>>;\n\nconst triggerFactory: TriggerFactoryMap = {\n timer: createTimerTrigger,\n // TODO(burdon): Cannot use in browser.\n // webhook: createWebhookTrigger,\n subscription: createSubscriptionTrigger,\n};\n\nexport type TriggerEvent = {\n space: Space;\n triggers: FunctionTrigger[];\n};\n\ntype RegisteredTrigger = {\n activationCtx?: Context;\n trigger: FunctionTrigger;\n};\n\nexport class TriggerRegistry extends Resource {\n private readonly _triggersBySpaceKey = new ComplexMap<PublicKey, RegisteredTrigger[]>(PublicKey.hash);\n\n public readonly registered = new Event<TriggerEvent>();\n public readonly removed = new Event<TriggerEvent>();\n\n constructor(\n private readonly _client: Client,\n private readonly _options?: TriggerFactoryMap,\n ) {\n super();\n }\n\n public getActiveTriggers(space: Space): FunctionTrigger[] {\n return this._getTriggers(space, (t) => t.activationCtx != null);\n }\n\n public getInactiveTriggers(space: Space): FunctionTrigger[] {\n return this._getTriggers(space, (t) => t.activationCtx == null);\n }\n\n /**\n * Set callback for trigger.\n */\n public async activate(space: Space, trigger: FunctionTrigger, callback: TriggerCallback): Promise<void> {\n log('activate', { space: space.key, trigger });\n\n const activationCtx = new Context({ name: `FunctionTrigger-${trigger.function}` });\n this._ctx.onDispose(() => activationCtx.dispose());\n const registeredTrigger = this._triggersBySpaceKey.get(space.key)?.find((reg) => reg.trigger.id === trigger.id);\n invariant(registeredTrigger, `Trigger is not registered: ${trigger.function}`);\n registeredTrigger.activationCtx = activationCtx;\n\n try {\n // Create trigger.\n invariant(trigger.spec);\n const options = this._options?.[trigger.spec.type];\n const createTrigger = triggerFactory[trigger.spec.type];\n invariant(createTrigger, `Trigger factory not found: ${trigger.spec.type}`);\n await createTrigger(activationCtx, space, trigger.spec, callback, options);\n } catch (err) {\n delete registeredTrigger.activationCtx;\n throw err;\n }\n }\n\n /**\n * Loads triggers from the manifest into the space.\n */\n public async register(space: Space, manifest: FunctionManifest): Promise<void> {\n log('register', { space: space.key });\n if (!manifest.triggers?.length) {\n return;\n }\n\n if (!space.db.graph.schemaRegistry.hasSchema(FunctionTrigger)) {\n space.db.graph.schemaRegistry.addSchema([FunctionTrigger]);\n }\n\n // Create FK to enable syncing if none are set (NOTE: Possible collision).\n const manifestTriggers = manifest.triggers.map((trigger) => {\n let keys = trigger[ECHO_ATTR_META]?.keys;\n delete trigger[ECHO_ATTR_META];\n if (!keys?.length) {\n keys = [foreignKey('manifest', [trigger.function, trigger.spec?.type].join(':'))];\n }\n\n return create(FunctionTrigger, trigger, { keys });\n });\n\n // Sync triggers.\n const { objects: existing } = await space.db.query(Filter.schema(FunctionTrigger)).run();\n const { added } = diff(existing, manifestTriggers, compareForeignKeys);\n\n // TODO(burdon): Update existing.\n added.forEach((trigger) => {\n space.db.add(trigger);\n log.info('added', { meta: getMeta(trigger) });\n });\n\n if (added.length > 0) {\n await space.db.flush();\n }\n }\n\n protected override async _open(): Promise<void> {\n log.info('open...');\n const spaceListSubscription = this._client.spaces.subscribe(async (spaces) => {\n for (const space of spaces) {\n if (this._triggersBySpaceKey.has(space.key)) {\n continue;\n }\n\n const registered: RegisteredTrigger[] = [];\n this._triggersBySpaceKey.set(space.key, registered);\n await space.waitUntilReady();\n if (this._ctx.disposed) {\n break;\n }\n\n // Subscribe to updates.\n this._ctx.onDispose(\n space.db.query(Filter.schema(FunctionTrigger)).subscribe(async ({ objects: current }) => {\n log.info('update', { space: space.key, registered: registered.length, current: current.length });\n await this._handleRemovedTriggers(space, current, registered);\n this._handleNewTriggers(space, current, registered);\n }),\n );\n }\n });\n\n this._ctx.onDispose(() => spaceListSubscription.unsubscribe());\n log.info('opened');\n }\n\n protected override async _close(_: Context): Promise<void> {\n log.info('close...');\n this._triggersBySpaceKey.clear();\n log.info('closed');\n }\n\n private _handleNewTriggers(space: Space, current: FunctionTrigger[], registered: RegisteredTrigger[]) {\n const added = current.filter((candidate) => {\n return candidate.enabled && registered.find((reg) => reg.trigger.id === candidate.id) == null;\n });\n\n if (added.length > 0) {\n const newRegisteredTriggers: RegisteredTrigger[] = added.map((trigger) => ({ trigger }));\n registered.push(...newRegisteredTriggers);\n log.info('added', () => ({\n spaceKey: space.key,\n triggers: added.map((trigger) => trigger.function),\n }));\n\n this.registered.emit({ space, triggers: added });\n }\n }\n\n private async _handleRemovedTriggers(\n space: Space,\n current: FunctionTrigger[],\n registered: RegisteredTrigger[],\n ): Promise<void> {\n const removed: FunctionTrigger[] = [];\n for (let i = registered.length - 1; i >= 0; i--) {\n const wasRemoved =\n current.filter((trigger) => trigger.enabled).find((trigger) => trigger.id === registered[i].trigger.id) == null;\n if (wasRemoved) {\n const unregistered = registered.splice(i, 1)[0];\n await unregistered.activationCtx?.dispose();\n removed.push(unregistered.trigger);\n }\n }\n\n if (removed.length > 0) {\n log.info('removed', () => ({\n spaceKey: space.key,\n triggers: removed.map((trigger) => trigger.function),\n }));\n\n this.removed.emit({ space, triggers: removed });\n }\n }\n\n private _getTriggers(space: Space, predicate: (trigger: RegisteredTrigger) => boolean): FunctionTrigger[] {\n const allSpaceTriggers = this._triggersBySpaceKey.get(space.key) ?? [];\n return allSpaceTriggers.filter(predicate).map((trigger) => trigger.trigger);\n }\n}\n"],
|
|
5
|
-
"mappings": "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",
|
|
6
|
-
"names": ["Event", "create", "Filter", "Resource", "PublicKey", "log", "ComplexMap", "diff", "FunctionRegistry", "Resource", "constructor", "_client", "_functionBySpaceKey", "ComplexMap", "PublicKey", "hash", "registered", "Event", "getFunctions", "space", "get", "key", "getUniqueByUri", "uniqueByUri", "values", "flatMap", "defs", "reduce", "acc", "v", "set", "uri", "Map", "register", "functions", "log", "length", "db", "graph", "schemaRegistry", "hasSchema", "FunctionDef", "addSchema", "objects", "existing", "query", "Filter", "schema", "run", "added", "diff", "a", "b", "forEach", "def", "add", "create", "flush", "indexes", "updates", "_open", "info", "spacesSubscription", "spaces", "subscribe", "has", "waitUntilReady", "_ctx", "disposed", "onDispose", "push", "emit", "unsubscribe", "_close", "_", "clear", "debounce", "UpdateScheduler", "Filter", "createSubscription", "log", "createSubscriptionTrigger", "ctx", "space", "spec", "callback", "objectIds", "Set", "task", "size", "objects", "Array", "from", "clear", "maxFrequency", "subscriptions", "subscription", "added", "updated", "sizeBefore", "object", "add", "id", "info", "length", "trigger", "push", "unsubscribe", "filter", "options", "deep", "delay", "update", "type", "query", "db", "typename", "props", "subscribe", "onDispose", "forEach", "CronJob", "DeferredTask", "log", "createTimerTrigger", "ctx", "space", "spec", "callback", "task", "last", "run", "job", "from", "cronTime", "cron", "runOnInit", "onTick", "now", "Date", "delta", "info", "key", "truncate", "count", "schedule", "start", "onDispose", "stop", "sleep", "Trigger", "log", "createWebsocketTrigger", "ctx", "space", "spec", "callback", "options", "retryDelay", "maxAttempts", "url", "init", "wasOpen", "ws", "attempt", "open", "createWebSocket", "Object", "assign", "onopen", "info", "send", "TextEncoder", "encode", "JSON", "stringify", "wake", "onclose", "event", "code", "disposed", "setTimeout", "onerror", "catch", "error", "Error", "onmessage", "data", "parse", "text", "TextDecoder", "decode", "err", "isOpen", "wait", "Math", "pow", "warn", "onDispose", "close", "createNodeWebSocket", "importESM", "Function", "default", "WebSocket", "globalThis", "Event", "create", "Filter", "getMeta", "Context", "Resource", "compareForeignKeys", "ECHO_ATTR_META", "foreignKey", "invariant", "PublicKey", "log", "ComplexMap", "diff", "triggerFactory", "timer", "createTimerTrigger", "subscription", "createSubscriptionTrigger", "TriggerRegistry", "Resource", "constructor", "_client", "_options", "_triggersBySpaceKey", "ComplexMap", "PublicKey", "hash", "registered", "Event", "removed", "getActiveTriggers", "space", "_getTriggers", "t", "activationCtx", "getInactiveTriggers", "activate", "trigger", "callback", "log", "key", "Context", "name", "function", "_ctx", "onDispose", "dispose", "registeredTrigger", "get", "find", "reg", "id", "invariant", "spec", "options", "type", "createTrigger", "err", "register", "manifest", "triggers", "length", "db", "graph", "schemaRegistry", "hasSchema", "FunctionTrigger", "addSchema", "manifestTriggers", "map", "keys", "ECHO_ATTR_META", "foreignKey", "join", "create", "objects", "existing", "query", "Filter", "schema", "run", "added", "diff", "compareForeignKeys", "forEach", "add", "info", "meta", "getMeta", "flush", "_open", "spaceListSubscription", "spaces", "subscribe", "has", "set", "waitUntilReady", "disposed", "current", "_handleRemovedTriggers", "_handleNewTriggers", "unsubscribe", "_close", "_", "clear", "filter", "candidate", "enabled", "newRegisteredTriggers", "push", "spaceKey", "emit", "i", "wasRemoved", "unregistered", "splice", "predicate", "allSpaceTriggers"]
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/types.ts"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { AST, RawObject, S, TypedObject } from '@dxos/echo-schema';\n\n/**\n * Type discriminator for TriggerType.\n * Every spec has a type field of type TriggerKind that we can use to understand which type we're working with.\n * https://www.typescriptlang.org/docs/handbook/2/narrowing.html#discriminated-unions\n */\nexport type TriggerKind = 'timer' | 'webhook' | 'websocket' | 'subscription';\n\n// TODO(burdon): Rename prop kind.\nconst typeLiteralAnnotations = { [AST.TitleAnnotationId]: 'Type' };\n\n/**\n * Cron timer.\n */\nconst TimerTriggerSchema = S.Struct({\n type: S.Literal('timer').annotations(typeLiteralAnnotations),\n cron: S.NonEmptyString.annotations({\n [AST.TitleAnnotationId]: 'Cron',\n [AST.ExamplesAnnotationId]: '0 0 * * *',\n }),\n}).pipe(S.mutable);\n\nexport type TimerTrigger = S.Schema.Type<typeof TimerTriggerSchema>;\n\n/**\n * Webhook.\n */\nconst WebhookTriggerSchema = S.Struct({\n type: S.Literal('webhook').annotations(typeLiteralAnnotations),\n method: S.String,\n // Assigned port.\n port: S.optional(S.Number),\n}).pipe(S.mutable);\n\nexport type WebhookTrigger = S.Schema.Type<typeof WebhookTriggerSchema>;\n\n/**\n * Websocket.\n * @deprecated\n */\nconst WebsocketTriggerSchema = S.Struct({\n type: S.Literal('websocket').annotations(typeLiteralAnnotations),\n url: S.String,\n init: S.optional(S.Record({ key: S.String, value: S.Any })),\n}).pipe(S.mutable);\n\nexport type WebsocketTrigger = S.Schema.Type<typeof WebsocketTriggerSchema>;\n\n// TODO(burdon): Use ECHO definition (from https://github.com/dxos/dxos/pull/8233).\nconst QuerySchema = S.Struct({\n type: S.optional(S.String.annotations({ [AST.TitleAnnotationId]: 'Type' })),\n props: S.optional(S.Record({ key: S.String, value: S.Any })),\n}).annotations({ [AST.TitleAnnotationId]: 'Query' });\n\n/**\n * Subscription.\n */\nconst SubscriptionTriggerSchema = S.Struct({\n type: S.Literal('subscription').annotations(typeLiteralAnnotations),\n // TODO(burdon): Define query DSL (from ECHO). Reconcile with Table.Query.\n filter: QuerySchema,\n options: S.optional(\n S.Struct({\n // Watch changes to object (not just creation).\n deep: S.optional(S.Boolean.annotations({ [AST.TitleAnnotationId]: 'Nested' })),\n // Debounce changes (delay in ms).\n delay: S.optional(S.Number.annotations({ [AST.TitleAnnotationId]: 'Delay' })),\n }).annotations({ [AST.TitleAnnotationId]: 'Options' }),\n ),\n}).pipe(S.mutable);\n\nexport type SubscriptionTrigger = S.Schema.Type<typeof SubscriptionTriggerSchema>;\n\n/**\n * Trigger schema (discriminated union).\n */\nexport const TriggerSchema = S.Union(\n TimerTriggerSchema,\n WebhookTriggerSchema,\n WebsocketTriggerSchema,\n SubscriptionTriggerSchema,\n).annotations({ [AST.TitleAnnotationId]: 'Trigger' });\n\nexport type TriggerType = S.Schema.Type<typeof TriggerSchema>;\n\n/**\n * Function trigger.\n */\nexport const FunctionTriggerSchema = S.Struct({\n // TODO(burdon): What type does this reference.\n function: S.optional(S.String.annotations({ [AST.TitleAnnotationId]: 'Function' })),\n enabled: S.optional(S.Boolean.annotations({ [AST.TitleAnnotationId]: 'Enabled' })),\n\n // TODO(burdon): Flatten?\n spec: S.optional(TriggerSchema),\n\n // TODO(burdon): Get meta from function.\n // The `meta` property is merged into the event data passed to the function.\n meta: S.optional(S.mutable(S.Record({ key: S.String, value: S.Any }))),\n});\n\nexport type FunctionTriggerType = S.Schema.Type<typeof FunctionTriggerSchema>;\n\n/**\n * Function trigger.\n */\nexport class FunctionTrigger extends TypedObject({\n typename: 'dxos.org/type/FunctionTrigger',\n version: '0.1.0',\n})(FunctionTriggerSchema.fields) {}\n\n/**\n * Function definition.\n * @deprecated (Use dxos.org/type/Function)\n */\n// TODO(burdon): Reconcile with FunctionType.\nexport class FunctionDef extends TypedObject({\n typename: 'dxos.org/type/FunctionDef',\n version: '0.1.0',\n})({\n uri: S.String,\n description: S.optional(S.String),\n route: S.String,\n handler: S.String,\n}) {}\n\n/**\n * Function manifest file.\n */\nexport const FunctionManifestSchema = S.Struct({\n functions: S.optional(S.mutable(S.Array(RawObject(FunctionDef)))),\n triggers: S.optional(S.mutable(S.Array(RawObject(FunctionTrigger)))),\n});\n\nexport type FunctionManifest = S.Schema.Type<typeof FunctionManifestSchema>;\n\nexport const FUNCTION_TYPES = [FunctionDef, FunctionTrigger];\n"],
|
|
5
|
-
"mappings": "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",
|
|
6
|
-
"names": ["typeLiteralAnnotations", "AST", "TitleAnnotationId", "TimerTriggerSchema", "S", "Struct", "type", "Literal", "annotations", "cron", "NonEmptyString", "ExamplesAnnotationId", "pipe", "mutable", "WebhookTriggerSchema", "method", "String", "port", "optional", "Number", "WebsocketTriggerSchema", "url", "init", "Record", "key", "value", "Any", "QuerySchema", "props", "SubscriptionTriggerSchema", "filter", "options", "deep", "Boolean", "delay", "TriggerSchema", "Union", "FunctionTriggerSchema", "function", "enabled", "spec", "meta", "FunctionTrigger", "TypedObject", "typename", "version", "fields", "FunctionDef", "uri", "description", "route", "handler", "FunctionManifestSchema", "functions", "Array", "RawObject", "triggers", "FUNCTION_TYPES"]
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/function/function-registry.ts", "../../../src/trigger/type/subscription-trigger.ts", "../../../src/trigger/type/timer-trigger.ts", "../../../src/trigger/type/websocket-trigger.ts", "../../../src/trigger/trigger-registry.ts"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2024 DXOS.org\n//\n\nimport { Event } from '@dxos/async';\nimport { type Client } from '@dxos/client';\nimport { create, Filter, type Space } from '@dxos/client/echo';\nimport { type Context, Resource } from '@dxos/context';\nimport { PublicKey } from '@dxos/keys';\nimport { log } from '@dxos/log';\nimport { ComplexMap, diff } from '@dxos/util';\n\nimport { FunctionDef, type FunctionManifest } from '../types';\n\nexport type FunctionsRegisteredEvent = {\n space: Space;\n added: FunctionDef[];\n};\n\nexport class FunctionRegistry extends Resource {\n private readonly _functionBySpaceKey = new ComplexMap<PublicKey, FunctionDef[]>(PublicKey.hash);\n\n public readonly registered = new Event<FunctionsRegisteredEvent>();\n\n constructor(private readonly _client: Client) {\n super();\n }\n\n public getFunctions(space: Space): FunctionDef[] {\n return this._functionBySpaceKey.get(space.key) ?? [];\n }\n\n public getUniqueByUri(): FunctionDef[] {\n const uniqueByUri = [...this._functionBySpaceKey.values()]\n .flatMap((defs) => defs)\n .reduce((acc, v) => {\n acc.set(v.uri, v);\n return acc;\n }, new Map<string, FunctionDef>());\n return [...uniqueByUri.values()];\n }\n\n /**\n * Loads function definitions from the manifest into the space.\n * We first load all the definitions from the space to deduplicate by functionId.\n */\n public async register(space: Space, functions: FunctionManifest['functions']): Promise<void> {\n log('register', { space: space.key, functions: functions?.length ?? 0 });\n if (!functions?.length) {\n return;\n }\n if (!space.db.graph.schemaRegistry.hasSchema(FunctionDef)) {\n space.db.graph.schemaRegistry.addSchema([FunctionDef]);\n }\n\n // Sync definitions.\n const { objects: existing } = await space.db.query(Filter.schema(FunctionDef)).run();\n const { added } = diff(existing, functions, (a, b) => a.uri === b.uri);\n // TODO(burdon): Update existing templates.\n added.forEach((def) => space.db.add(create(FunctionDef, def)));\n\n if (added.length > 0) {\n await space.db.flush({ indexes: true, updates: true });\n }\n }\n\n protected override async _open(): Promise<void> {\n log.info('opening...');\n const spacesSubscription = this._client.spaces.subscribe(async (spaces) => {\n for (const space of spaces) {\n if (this._functionBySpaceKey.has(space.key)) {\n continue;\n }\n\n const registered: FunctionDef[] = [];\n this._functionBySpaceKey.set(space.key, registered);\n await space.waitUntilReady();\n if (this._ctx.disposed) {\n break;\n }\n\n // Subscribe to updates.\n this._ctx.onDispose(\n space.db.query(Filter.schema(FunctionDef)).subscribe(({ objects }) => {\n const { added } = diff(registered, objects, (a, b) => a.uri === b.uri);\n // TODO(burdon): Update and remove.\n if (added.length > 0) {\n registered.push(...added);\n this.registered.emit({ space, added });\n }\n }),\n );\n }\n });\n\n // TODO(burdon): API: Normalize unsubscribe methods.\n this._ctx.onDispose(() => spacesSubscription.unsubscribe());\n }\n\n protected override async _close(_: Context): Promise<void> {\n log.info('closing...');\n this._functionBySpaceKey.clear();\n }\n}\n", "//\n// Copyright 2024 DXOS.org\n//\n\nimport { debounce, UpdateScheduler } from '@dxos/async';\nimport { Filter, type Space } from '@dxos/client/echo';\nimport { type Context } from '@dxos/context';\nimport { createSubscription, type Query } from '@dxos/echo-db';\nimport { log } from '@dxos/log';\n\nimport type { SubscriptionTrigger } from '../../types';\nimport { type TriggerCallback, type TriggerFactory } from '../trigger-registry';\n\nexport const createSubscriptionTrigger: TriggerFactory<SubscriptionTrigger> = async (\n ctx: Context,\n space: Space,\n spec: SubscriptionTrigger,\n callback: TriggerCallback,\n) => {\n const objectIds = new Set<string>();\n const task = new UpdateScheduler(\n ctx,\n async () => {\n if (objectIds.size > 0) {\n const objects = Array.from(objectIds);\n objectIds.clear();\n await callback({ objects });\n }\n },\n { maxFrequency: 4 },\n );\n\n // TODO(burdon): Factor out diff.\n // TODO(burdon): Don't fire initially?\n // TODO(burdon): Create queue. Only allow one invocation per trigger at a time?\n const subscriptions: (() => void)[] = [];\n const subscription = createSubscription(({ added, updated }) => {\n const sizeBefore = objectIds.size;\n for (const object of added) {\n objectIds.add(object.id);\n }\n for (const object of updated) {\n objectIds.add(object.id);\n }\n if (objectIds.size > sizeBefore) {\n log.info('updated', { added: added.length, updated: updated.length });\n task.trigger();\n }\n });\n\n subscriptions.push(() => subscription.unsubscribe());\n\n // TODO(burdon): Disable trigger if keeps failing.\n const { filter, options: { deep, delay } = {} } = spec;\n const update = ({ objects }: Query) => {\n log.info('update', { objects: objects.length });\n subscription.update(objects);\n\n // TODO(burdon): Hack to monitor changes to Document's text object.\n if (deep) {\n // TODO(dmaretskyi): Removed to not have dependency on markdown-plugin.\n // for (const object of objects) {\n // const content = object.content;\n // if (content instanceof TextType) {\n // subscriptions.push(getObjectCore(content).updates.on(debounce(() => subscription.update([object]), 1_000)));\n // }\n // }\n }\n };\n\n // TODO(burdon): OR not working.\n // TODO(burdon): [Bug]: all callbacks are fired on the first mutation.\n // TODO(burdon): [Bug]: not updated when document is deleted (either top or hierarchically).\n log.info('subscription', { filter });\n // const query = triggerCtx.space.db.query(Filter.or(filter.map(({ type, props }) => Filter.typename(type, props))));\n if (filter.type) {\n const query = space.db.query(Filter.typename(filter.type, filter.props));\n subscriptions.push(query.subscribe(delay ? debounce(update, delay) : update));\n }\n\n ctx.onDispose(() => {\n subscriptions.forEach((unsubscribe) => unsubscribe());\n });\n};\n", "//\n// Copyright 2024 DXOS.org\n//\n\nimport { CronJob } from 'cron';\n\nimport { DeferredTask } from '@dxos/async';\nimport { type Space } from '@dxos/client/echo';\nimport { type Context } from '@dxos/context';\nimport { log } from '@dxos/log';\n\nimport type { TimerTrigger } from '../../types';\nimport { type TriggerCallback, type TriggerFactory } from '../trigger-registry';\n\nexport const createTimerTrigger: TriggerFactory<TimerTrigger> = async (\n ctx: Context,\n space: Space,\n spec: TimerTrigger,\n callback: TriggerCallback,\n) => {\n const task = new DeferredTask(ctx, async () => {\n await callback({});\n });\n\n let last = 0;\n let run = 0;\n // https://www.npmjs.com/package/cron#constructor\n const job = CronJob.from({\n cronTime: spec.cron,\n runOnInit: false,\n onTick: () => {\n // TODO(burdon): Check greater than 30s (use cron-parser).\n const now = Date.now();\n const delta = last ? now - last : 0;\n last = now;\n\n run++;\n log.info('tick', { space: space.key.truncate(), count: run, delta });\n task.schedule();\n },\n });\n\n job.start();\n ctx.onDispose(() => job.stop());\n};\n", "//\n// Copyright 2024 DXOS.org\n//\n\nimport { sleep, Trigger } from '@dxos/async';\nimport { type Space } from '@dxos/client/echo';\nimport { type Context } from '@dxos/context';\nimport { log } from '@dxos/log';\n\nimport { type WebsocketTrigger } from '../../types';\nimport { type TriggerCallback, type TriggerFactory } from '../trigger-registry';\n\ninterface WebsocketTriggerOptions {\n retryDelay: number;\n maxAttempts: number;\n}\n\n/**\n * Websocket.\n * NOTE: The port must be unique, so the same hook cannot be used for multiple spaces.\n */\nexport const createWebsocketTrigger: TriggerFactory<WebsocketTrigger, WebsocketTriggerOptions> = async (\n ctx: Context,\n space: Space,\n spec: WebsocketTrigger,\n callback: TriggerCallback,\n options: WebsocketTriggerOptions = { retryDelay: 2, maxAttempts: 5 },\n) => {\n const { url, init } = spec;\n\n let wasOpen = false;\n let ws: WebSocket;\n for (let attempt = 1; attempt <= options.maxAttempts; attempt++) {\n const open = new Trigger<boolean>();\n\n ws = await createWebSocket(url);\n Object.assign(ws, {\n onopen: () => {\n log.info('opened', { url });\n if (spec.init) {\n ws.send(new TextEncoder().encode(JSON.stringify(init)));\n }\n\n open.wake(true);\n },\n\n onclose: (event) => {\n log.info('closed', { url, code: event.code });\n // Reconnect if server closes (e.g., CF restart).\n // https://developer.mozilla.org/en-US/docs/Web/API/CloseEvent/code\n if (event.code === 1006 && wasOpen && !ctx.disposed) {\n setTimeout(async () => {\n log.info(`reconnecting in ${options.retryDelay}s...`, { url });\n await createWebsocketTrigger(ctx, space, spec, callback, options);\n }, options.retryDelay * 1_000);\n }\n open.wake(false);\n },\n\n onerror: (event) => {\n log.catch((event as any).error ?? new Error('Unspecified ws error.'), { url });\n open.wake(false);\n },\n\n onmessage: async (event) => {\n try {\n log.info('message');\n let data;\n if (event.data && 'text' in event.data) {\n data = JSON.parse(await (event.data as Blob).text());\n } else {\n data = JSON.parse(new TextDecoder().decode(event.data as Uint8Array));\n }\n await callback({ data });\n } catch (err) {\n log.catch(err, { url, data: event.data });\n }\n },\n } satisfies Partial<WebSocket>);\n\n const isOpen = await open.wait();\n if (ctx.disposed) {\n break;\n }\n if (isOpen) {\n wasOpen = true;\n break;\n }\n const wait = Math.pow(attempt, 2) * options.retryDelay;\n if (attempt < options.maxAttempts) {\n log.warn(`failed to connect; trying again in ${wait}s`, { attempt });\n await sleep(wait * 1_000);\n }\n }\n\n ctx.onDispose(() => {\n ws?.close();\n });\n};\n\nconst createNodeWebSocket = async (url: string) => {\n // eslint-disable-next-line no-new-func\n const importESM = Function('path', 'return import(path)');\n const {\n default: { WebSocket },\n } = await importESM('ws');\n return new WebSocket(url);\n};\n\nexport const createWebSocket = async (url: string): Promise<WebSocket> => {\n return typeof (globalThis as any).WebSocket === 'undefined' ? await createNodeWebSocket(url) : new WebSocket(url);\n};\n", "//\n// Copyright 2024 DXOS.org\n//\n\nimport { Event } from '@dxos/async';\nimport { type Client } from '@dxos/client';\nimport { create, Filter, getMeta, type Space } from '@dxos/client/echo';\nimport { Context, Resource } from '@dxos/context';\nimport { compareForeignKeys, ECHO_ATTR_META, foreignKey } from '@dxos/echo-schema';\nimport { invariant } from '@dxos/invariant';\nimport { PublicKey } from '@dxos/keys';\nimport { log } from '@dxos/log';\nimport { ComplexMap, diff } from '@dxos/util';\n\nimport { createSubscriptionTrigger, createTimerTrigger } from './type';\nimport { type FunctionManifest, FunctionTrigger, type TriggerKind, type TriggerType } from '../types';\n\ntype ResponseCode = number;\n\nexport type TriggerCallback = (args: object) => Promise<ResponseCode>;\n\n// TODO(burdon): Make object?\nexport type TriggerFactory<Spec extends TriggerType, Options = any> = (\n ctx: Context,\n space: Space,\n spec: Spec,\n callback: TriggerCallback,\n options?: Options,\n) => Promise<void>;\n\nexport type TriggerFactoryMap = Partial<Record<TriggerKind, TriggerFactory<any>>>;\n\nconst triggerFactory: TriggerFactoryMap = {\n timer: createTimerTrigger,\n // TODO(burdon): Cannot use in browser.\n // webhook: createWebhookTrigger,\n subscription: createSubscriptionTrigger,\n};\n\nexport type TriggerEvent = {\n space: Space;\n triggers: FunctionTrigger[];\n};\n\ntype RegisteredTrigger = {\n activationCtx?: Context;\n trigger: FunctionTrigger;\n};\n\nexport class TriggerRegistry extends Resource {\n private readonly _triggersBySpaceKey = new ComplexMap<PublicKey, RegisteredTrigger[]>(PublicKey.hash);\n\n public readonly registered = new Event<TriggerEvent>();\n public readonly removed = new Event<TriggerEvent>();\n\n constructor(\n private readonly _client: Client,\n private readonly _options?: TriggerFactoryMap,\n ) {\n super();\n }\n\n public getActiveTriggers(space: Space): FunctionTrigger[] {\n return this._getTriggers(space, (t) => t.activationCtx != null);\n }\n\n public getInactiveTriggers(space: Space): FunctionTrigger[] {\n return this._getTriggers(space, (t) => t.activationCtx == null);\n }\n\n /**\n * Set callback for trigger.\n */\n public async activate(space: Space, trigger: FunctionTrigger, callback: TriggerCallback): Promise<void> {\n log('activate', { space: space.key, trigger });\n\n const activationCtx = new Context({ name: `FunctionTrigger-${trigger.function}` });\n this._ctx.onDispose(() => activationCtx.dispose());\n const registeredTrigger = this._triggersBySpaceKey.get(space.key)?.find((reg) => reg.trigger.id === trigger.id);\n invariant(registeredTrigger, `Trigger is not registered: ${trigger.function}`);\n registeredTrigger.activationCtx = activationCtx;\n\n try {\n // Create trigger.\n invariant(trigger.spec);\n const options = this._options?.[trigger.spec.type];\n const createTrigger = triggerFactory[trigger.spec.type];\n invariant(createTrigger, `Trigger factory not found: ${trigger.spec.type}`);\n await createTrigger(activationCtx, space, trigger.spec, callback, options);\n } catch (err) {\n delete registeredTrigger.activationCtx;\n throw err;\n }\n }\n\n /**\n * Loads triggers from the manifest into the space.\n */\n public async register(space: Space, manifest: FunctionManifest): Promise<void> {\n log('register', { space: space.key });\n if (!manifest.triggers?.length) {\n return;\n }\n\n if (!space.db.graph.schemaRegistry.hasSchema(FunctionTrigger)) {\n space.db.graph.schemaRegistry.addSchema([FunctionTrigger]);\n }\n\n // Create FK to enable syncing if none are set (NOTE: Possible collision).\n const manifestTriggers = manifest.triggers.map((trigger) => {\n let keys = trigger[ECHO_ATTR_META]?.keys;\n delete trigger[ECHO_ATTR_META];\n if (!keys?.length) {\n keys = [foreignKey('manifest', [trigger.function, trigger.spec?.type].join(':'))];\n }\n\n return create(FunctionTrigger, trigger, { keys });\n });\n\n // Sync triggers.\n const { objects: existing } = await space.db.query(Filter.schema(FunctionTrigger)).run();\n const { added } = diff(existing, manifestTriggers, compareForeignKeys);\n\n // TODO(burdon): Update existing.\n added.forEach((trigger) => {\n space.db.add(trigger);\n log.info('added', { meta: getMeta(trigger) });\n });\n\n if (added.length > 0) {\n await space.db.flush();\n }\n }\n\n protected override async _open(): Promise<void> {\n log.info('open...');\n const spaceListSubscription = this._client.spaces.subscribe(async (spaces) => {\n for (const space of spaces) {\n if (this._triggersBySpaceKey.has(space.key)) {\n continue;\n }\n\n const registered: RegisteredTrigger[] = [];\n this._triggersBySpaceKey.set(space.key, registered);\n await space.waitUntilReady();\n if (this._ctx.disposed) {\n break;\n }\n\n // Subscribe to updates.\n this._ctx.onDispose(\n space.db.query(Filter.schema(FunctionTrigger)).subscribe(async ({ objects: current }) => {\n log.info('update', { space: space.key, registered: registered.length, current: current.length });\n await this._handleRemovedTriggers(space, current, registered);\n this._handleNewTriggers(space, current, registered);\n }),\n );\n }\n });\n\n this._ctx.onDispose(() => spaceListSubscription.unsubscribe());\n log.info('opened');\n }\n\n protected override async _close(_: Context): Promise<void> {\n log.info('close...');\n this._triggersBySpaceKey.clear();\n log.info('closed');\n }\n\n private _handleNewTriggers(space: Space, current: FunctionTrigger[], registered: RegisteredTrigger[]) {\n const added = current.filter((candidate) => {\n return candidate.enabled && registered.find((reg) => reg.trigger.id === candidate.id) == null;\n });\n\n if (added.length > 0) {\n const newRegisteredTriggers: RegisteredTrigger[] = added.map((trigger) => ({ trigger }));\n registered.push(...newRegisteredTriggers);\n log.info('added', () => ({\n spaceKey: space.key,\n triggers: added.map((trigger) => trigger.function),\n }));\n\n this.registered.emit({ space, triggers: added });\n }\n }\n\n private async _handleRemovedTriggers(\n space: Space,\n current: FunctionTrigger[],\n registered: RegisteredTrigger[],\n ): Promise<void> {\n const removed: FunctionTrigger[] = [];\n for (let i = registered.length - 1; i >= 0; i--) {\n const wasRemoved =\n current.filter((trigger) => trigger.enabled).find((trigger) => trigger.id === registered[i].trigger.id) == null;\n if (wasRemoved) {\n const unregistered = registered.splice(i, 1)[0];\n await unregistered.activationCtx?.dispose();\n removed.push(unregistered.trigger);\n }\n }\n\n if (removed.length > 0) {\n log.info('removed', () => ({\n spaceKey: space.key,\n triggers: removed.map((trigger) => trigger.function),\n }));\n\n this.removed.emit({ space, triggers: removed });\n }\n }\n\n private _getTriggers(space: Space, predicate: (trigger: RegisteredTrigger) => boolean): FunctionTrigger[] {\n const allSpaceTriggers = this._triggersBySpaceKey.get(space.key) ?? [];\n return allSpaceTriggers.filter(predicate).map((trigger) => trigger.trigger);\n }\n}\n"],
|
|
5
|
-
"mappings": "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",
|
|
6
|
-
"names": ["import_async", "import_echo", "import_log", "import_context", "import_keys", "import_util", "FunctionRegistry", "Resource", "constructor", "_client", "_functionBySpaceKey", "ComplexMap", "PublicKey", "hash", "registered", "Event", "getFunctions", "space", "get", "key", "getUniqueByUri", "uniqueByUri", "values", "flatMap", "defs", "reduce", "acc", "v", "set", "uri", "Map", "register", "functions", "log", "length", "db", "graph", "schemaRegistry", "hasSchema", "FunctionDef", "addSchema", "objects", "existing", "query", "Filter", "schema", "run", "added", "diff", "a", "b", "forEach", "def", "add", "create", "flush", "indexes", "updates", "_open", "info", "spacesSubscription", "spaces", "subscribe", "has", "waitUntilReady", "_ctx", "disposed", "onDispose", "push", "emit", "unsubscribe", "_close", "_", "clear", "createSubscriptionTrigger", "ctx", "spec", "callback", "objectIds", "Set", "task", "UpdateScheduler", "size", "Array", "from", "maxFrequency", "subscriptions", "subscription", "createSubscription", "updated", "sizeBefore", "object", "id", "trigger", "filter", "options", "deep", "delay", "update", "type", "typename", "props", "debounce", "createTimerTrigger", "DeferredTask", "last", "job", "CronJob", "cronTime", "cron", "runOnInit", "onTick", "now", "Date", "delta", "truncate", "count", "schedule", "start", "stop", "createWebsocketTrigger", "retryDelay", "maxAttempts", "url", "init", "wasOpen", "ws", "attempt", "open", "Trigger", "createWebSocket", "Object", "assign", "onopen", "send", "TextEncoder", "encode", "JSON", "stringify", "wake", "onclose", "event", "code", "setTimeout", "onerror", "catch", "error", "Error", "onmessage", "data", "parse", "text", "TextDecoder", "decode", "err", "isOpen", "wait", "Math", "pow", "warn", "sleep", "close", "createNodeWebSocket", "importESM", "Function", "default", "WebSocket", "globalThis", "triggerFactory", "timer", "TriggerRegistry", "_options", "_triggersBySpaceKey", "removed", "getActiveTriggers", "_getTriggers", "t", "activationCtx", "getInactiveTriggers", "activate", "Context", "name", "function", "dispose", "registeredTrigger", "find", "reg", "invariant", "createTrigger", "manifest", "triggers", "FunctionTrigger", "manifestTriggers", "map", "keys", "ECHO_ATTR_META", "foreignKey", "join", "compareForeignKeys", "meta", "getMeta", "spaceListSubscription", "current", "_handleRemovedTriggers", "_handleNewTriggers", "candidate", "enabled", "newRegisteredTriggers", "spaceKey", "i", "wasRemoved", "unregistered", "splice", "predicate", "allSpaceTriggers"]
|
|
7
|
-
}
|