@dxos/functions-runtime-cloudflare 0.8.4-main.40e3dcdf1b → 0.8.4-main.43cb759274
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/LICENSE +102 -5
- package/README.md +1 -1
- package/dist/lib/browser/index.mjs +58 -143
- package/dist/lib/browser/index.mjs.map +4 -4
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/node-esm/index.mjs +58 -143
- package/dist/lib/node-esm/index.mjs.map +4 -4
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/types/src/functions-client.d.ts +0 -5
- package/dist/types/src/functions-client.d.ts.map +1 -1
- package/dist/types/src/internal/data-service-impl.d.ts.map +1 -1
- package/dist/types/src/internal/query-service-impl.d.ts.map +1 -1
- package/dist/types/src/internal/queue-service-impl.d.ts +1 -0
- package/dist/types/src/internal/queue-service-impl.d.ts.map +1 -1
- package/dist/types/src/internal/service-container.d.ts +4 -4
- package/dist/types/src/internal/service-container.d.ts.map +1 -1
- package/dist/types/src/internal/utils.d.ts.map +1 -1
- package/dist/types/src/queues-api.d.ts +10 -5
- package/dist/types/src/queues-api.d.ts.map +1 -1
- package/dist/types/src/space-proxy.d.ts.map +1 -1
- package/dist/types/src/wrap-handler-for-cloudflare.d.ts +6 -0
- package/dist/types/src/wrap-handler-for-cloudflare.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +16 -16
- package/src/functions-client.ts +0 -6
- package/src/internal/data-service-impl.ts +8 -2
- package/src/internal/queue-service-impl.ts +4 -0
- package/src/internal/service-container.ts +16 -15
- package/src/logger.ts +10 -8
- package/src/queues-api.ts +11 -5
- package/src/space-proxy.ts +1 -1
- package/src/wrap-handler-for-cloudflare.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/functions-runtime-cloudflare",
|
|
3
|
-
"version": "0.8.4-main.
|
|
3
|
+
"version": "0.8.4-main.43cb759274",
|
|
4
4
|
"description": "Functions runtime for Cloudflare.",
|
|
5
5
|
"homepage": "https://dxos.org",
|
|
6
6
|
"bugs": "https://github.com/dxos/dxos/issues",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "https://github.com/dxos/dxos"
|
|
10
10
|
},
|
|
11
|
-
"license": "
|
|
11
|
+
"license": "FSL-1.1-Apache-2.0",
|
|
12
12
|
"author": "info@dxos.org",
|
|
13
13
|
"sideEffects": false,
|
|
14
14
|
"type": "module",
|
|
@@ -27,23 +27,23 @@
|
|
|
27
27
|
"src"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"effect": "3.
|
|
31
|
-
"@dxos/
|
|
32
|
-
"@dxos/
|
|
33
|
-
"@dxos/
|
|
34
|
-
"@dxos/
|
|
35
|
-
"@dxos/echo-
|
|
36
|
-
"@dxos/
|
|
37
|
-
"@dxos/
|
|
38
|
-
"@dxos/
|
|
39
|
-
"@dxos/
|
|
40
|
-
"@dxos/
|
|
41
|
-
"@dxos/
|
|
42
|
-
"@dxos/
|
|
30
|
+
"effect": "3.21.2",
|
|
31
|
+
"@dxos/codec-protobuf": "0.8.4-main.43cb759274",
|
|
32
|
+
"@dxos/debug": "0.8.4-main.43cb759274",
|
|
33
|
+
"@dxos/echo": "0.8.4-main.43cb759274",
|
|
34
|
+
"@dxos/context": "0.8.4-main.43cb759274",
|
|
35
|
+
"@dxos/echo-db": "0.8.4-main.43cb759274",
|
|
36
|
+
"@dxos/errors": "0.8.4-main.43cb759274",
|
|
37
|
+
"@dxos/echo-protocol": "0.8.4-main.43cb759274",
|
|
38
|
+
"@dxos/invariant": "0.8.4-main.43cb759274",
|
|
39
|
+
"@dxos/keys": "0.8.4-main.43cb759274",
|
|
40
|
+
"@dxos/protocols": "0.8.4-main.43cb759274",
|
|
41
|
+
"@dxos/util": "0.8.4-main.43cb759274",
|
|
42
|
+
"@dxos/log": "0.8.4-main.43cb759274"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@cloudflare/workers-types": "^4.20260302.0",
|
|
46
|
-
"@dxos/types": "0.8.4-main.
|
|
46
|
+
"@dxos/types": "0.8.4-main.43cb759274"
|
|
47
47
|
},
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"access": "public"
|
package/src/functions-client.ts
CHANGED
|
@@ -80,9 +80,3 @@ export const createClientFromEnv = async (env: any): Promise<FunctionsClient> =>
|
|
|
80
80
|
await client.open();
|
|
81
81
|
return client;
|
|
82
82
|
};
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
- Provides data access capabilities for user functions.
|
|
86
|
-
- No real-time replication or reactive queries -- function receives a snapshot.
|
|
87
|
-
- Function event contains the metadata but doesn't need to include the data.
|
|
88
|
-
*/
|
|
@@ -80,7 +80,8 @@ export class DataServiceImpl implements DataServiceProto {
|
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
async createDocument({ spaceId, initialValue }: CreateDocumentRequest): Promise<CreateDocumentResponse> {
|
|
83
|
-
|
|
83
|
+
invariant(SpaceId.isValid(spaceId));
|
|
84
|
+
using response = await this._dataService.createDocument(this._executionContext, spaceId, initialValue);
|
|
84
85
|
return { documentId: response.documentId };
|
|
85
86
|
}
|
|
86
87
|
|
|
@@ -96,6 +97,11 @@ export class DataServiceImpl implements DataServiceProto {
|
|
|
96
97
|
// TODO(dmaretskyi): Batch.
|
|
97
98
|
try {
|
|
98
99
|
for (const update of updates ?? []) {
|
|
100
|
+
// Mutation-less updates (e.g. `requesting: true` transition signals from the worker) carry no
|
|
101
|
+
// bytes to apply; this runtime only forwards real document writes.
|
|
102
|
+
if (!update.mutation) {
|
|
103
|
+
continue;
|
|
104
|
+
}
|
|
99
105
|
await this._dataService.changeDocument(this._executionContext, sub.spaceId, update.documentId, update.mutation);
|
|
100
106
|
}
|
|
101
107
|
} catch (error) {
|
|
@@ -130,7 +136,7 @@ export class DataServiceImpl implements DataServiceProto {
|
|
|
130
136
|
}
|
|
131
137
|
|
|
132
138
|
async updateIndexes(): Promise<void> {
|
|
133
|
-
log.
|
|
139
|
+
log.verbose('updateIndexes called, but it is a no-op in EDGE env.');
|
|
134
140
|
// No-op.
|
|
135
141
|
}
|
|
136
142
|
|
|
@@ -63,4 +63,8 @@ export class QueueServiceImpl implements FeedProtocol.QueueService {
|
|
|
63
63
|
async syncQueue(_: FeedProtocol.SyncQueueRequest): Promise<void> {
|
|
64
64
|
// No-op in Cloudflare runtime.
|
|
65
65
|
}
|
|
66
|
+
|
|
67
|
+
async getSyncState(_: FeedProtocol.GetSyncStateRequest): Promise<FeedProtocol.GetSyncStateResponse> {
|
|
68
|
+
return { namespaces: [] };
|
|
69
|
+
}
|
|
66
70
|
}
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
//
|
|
4
4
|
|
|
5
5
|
import { type AnyEntity } from '@dxos/echo/internal';
|
|
6
|
-
import {
|
|
6
|
+
import { EID, type SpaceId } from '@dxos/keys';
|
|
7
7
|
import { type EdgeFunctionEnv, type FeedProtocol } from '@dxos/protocols';
|
|
8
8
|
import { type QueryService as QueryServiceProto } from '@dxos/protocols/proto/dxos/echo/query';
|
|
9
|
-
import type
|
|
9
|
+
import { type DataService as DataServiceProto } from '@dxos/protocols/proto/dxos/echo/service';
|
|
10
10
|
|
|
11
11
|
import { DataServiceImpl } from './data-service-impl';
|
|
12
12
|
import { QueryServiceImpl } from './query-service-impl';
|
|
@@ -53,19 +53,19 @@ export class ServiceContainer {
|
|
|
53
53
|
};
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
async queryQueue(queue:
|
|
57
|
-
const
|
|
58
|
-
|
|
59
|
-
|
|
56
|
+
async queryQueue(queue: EID.EID): Promise<FeedProtocol.QueryResult> {
|
|
57
|
+
const spaceId = EID.getSpaceId(queue);
|
|
58
|
+
const queueId = EID.getEntityId(queue);
|
|
59
|
+
if (!spaceId || !queueId) {
|
|
60
|
+
throw new Error('Invalid queue EID');
|
|
60
61
|
}
|
|
61
|
-
const { subspaceTag, spaceId, queueId } = parts;
|
|
62
62
|
const result = await this._queueService.queryQueue(this._executionContext, {
|
|
63
63
|
query: {
|
|
64
64
|
spaceId,
|
|
65
|
-
queuesNamespace: subspaceTag,
|
|
66
65
|
queueIds: [queueId],
|
|
67
66
|
},
|
|
68
67
|
});
|
|
68
|
+
|
|
69
69
|
return {
|
|
70
70
|
objects: structuredClone(result.objects),
|
|
71
71
|
nextCursor: result.nextCursor ?? null,
|
|
@@ -73,17 +73,18 @@ export class ServiceContainer {
|
|
|
73
73
|
};
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
async insertIntoQueue(queue:
|
|
77
|
-
const
|
|
78
|
-
|
|
79
|
-
|
|
76
|
+
async insertIntoQueue(queue: EID.EID, objects: AnyEntity[]): Promise<void> {
|
|
77
|
+
const spaceId = EID.getSpaceId(queue);
|
|
78
|
+
const queueId = EID.getEntityId(queue);
|
|
79
|
+
if (!spaceId || !queueId) {
|
|
80
|
+
throw new Error('Invalid queue EID');
|
|
80
81
|
}
|
|
81
|
-
|
|
82
|
+
// TODO(dmaretskyi): EID does not encode the subspaceTag — defaulting to 'data'.
|
|
82
83
|
await this._queueService.insertIntoQueue(this._executionContext, {
|
|
83
|
-
subspaceTag,
|
|
84
|
+
subspaceTag: 'data',
|
|
84
85
|
spaceId,
|
|
85
86
|
queueId,
|
|
86
|
-
objects: objects
|
|
87
|
+
objects: objects.map((obj) => JSON.stringify(obj)),
|
|
87
88
|
});
|
|
88
89
|
}
|
|
89
90
|
}
|
package/src/logger.ts
CHANGED
|
@@ -16,27 +16,29 @@ const functionLogProcessor: LogProcessor = (config, entry) => {
|
|
|
16
16
|
return;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
+
const context = entry.computedContext;
|
|
20
|
+
const error = entry.computedError;
|
|
21
|
+
const extras = [Object.keys(context).length > 0 ? context : undefined, error].filter((value) => value !== undefined);
|
|
22
|
+
|
|
19
23
|
switch (entry.level) {
|
|
20
24
|
case LogLevel.DEBUG:
|
|
21
|
-
console.debug(entry.message, entry.context);
|
|
22
|
-
break;
|
|
23
25
|
case LogLevel.TRACE:
|
|
24
|
-
console.debug(entry.message,
|
|
26
|
+
console.debug(entry.message, ...extras);
|
|
25
27
|
break;
|
|
26
28
|
case LogLevel.VERBOSE:
|
|
27
|
-
console.log(entry.message,
|
|
29
|
+
console.log(entry.message, ...extras);
|
|
28
30
|
break;
|
|
29
31
|
case LogLevel.INFO:
|
|
30
|
-
console.info(entry.message,
|
|
32
|
+
console.info(entry.message, ...extras);
|
|
31
33
|
break;
|
|
32
34
|
case LogLevel.WARN:
|
|
33
|
-
console.warn(entry.message,
|
|
35
|
+
console.warn(entry.message, ...extras);
|
|
34
36
|
break;
|
|
35
37
|
case LogLevel.ERROR:
|
|
36
|
-
console.error(entry.message,
|
|
38
|
+
console.error(entry.message, ...extras);
|
|
37
39
|
break;
|
|
38
40
|
default:
|
|
39
|
-
console.log(entry.message,
|
|
41
|
+
console.log(entry.message, ...extras);
|
|
40
42
|
break;
|
|
41
43
|
}
|
|
42
44
|
};
|
package/src/queues-api.ts
CHANGED
|
@@ -3,19 +3,25 @@
|
|
|
3
3
|
//
|
|
4
4
|
|
|
5
5
|
import { type AnyEntity } from '@dxos/echo/internal';
|
|
6
|
-
import type
|
|
6
|
+
import { type EID, type SpaceId } from '@dxos/keys';
|
|
7
7
|
import { type FeedProtocol } from '@dxos/protocols';
|
|
8
8
|
|
|
9
9
|
import type { ServiceContainer } from './internal';
|
|
10
10
|
|
|
11
|
+
export interface QueuesQueryResult {
|
|
12
|
+
objects: AnyEntity[];
|
|
13
|
+
nextCursor: string | null;
|
|
14
|
+
prevCursor: string | null;
|
|
15
|
+
}
|
|
16
|
+
|
|
11
17
|
// TODO(dmaretskyi): Temporary API to get the queues working.
|
|
12
18
|
// TODO(dmaretskyi): To be replaced with integrating queues into echo.
|
|
13
19
|
/**
|
|
14
20
|
* @deprecated
|
|
15
21
|
*/
|
|
16
22
|
export interface QueuesAPI {
|
|
17
|
-
queryQueue(queue:
|
|
18
|
-
insertIntoQueue(queue:
|
|
23
|
+
queryQueue(queue: EID.EID, options?: {}): Promise<FeedProtocol.QueryResult>;
|
|
24
|
+
insertIntoQueue(queue: EID.EID, objects: AnyEntity[]): Promise<void>;
|
|
19
25
|
}
|
|
20
26
|
|
|
21
27
|
/**
|
|
@@ -27,11 +33,11 @@ export class QueuesAPIImpl implements QueuesAPI {
|
|
|
27
33
|
private readonly _spaceId: SpaceId,
|
|
28
34
|
) {}
|
|
29
35
|
|
|
30
|
-
queryQueue(queue:
|
|
36
|
+
queryQueue(queue: EID.EID, options?: {}): Promise<FeedProtocol.QueryResult> {
|
|
31
37
|
return this._serviceContainer.queryQueue(queue);
|
|
32
38
|
}
|
|
33
39
|
|
|
34
|
-
insertIntoQueue(queue:
|
|
40
|
+
insertIntoQueue(queue: EID.EID, objects: AnyEntity[]): Promise<void> {
|
|
35
41
|
// TODO(dmaretskyi): Ugly.
|
|
36
42
|
return this._serviceContainer.insertIntoQueue(queue, JSON.parse(JSON.stringify(objects)));
|
|
37
43
|
}
|
package/src/space-proxy.ts
CHANGED