Directories
¶
| Path | Synopsis |
|---|---|
|
Package anyuri builds and parses any:// URIs — the canonical string convention for referencing anything inside any: an object, a dataset record, an identity (mention), a space, a property value, a file.
|
Package anyuri builds and parses any:// URIs — the canonical string convention for referencing anything inside any: an object, a dataset record, an identity (mention), a space, a property value, a file. |
|
cmd
|
|
|
any
command
|
|
|
anydocs
command
Command anydocs renders the website/ markdown tree into a static HTML site.
|
Command anydocs renders the website/ markdown tree into a static HTML site. |
|
internal
|
|
|
bin
Package bin registers the built-in `bin` collection: the marker of an object moved to the bin.
|
Package bin registers the built-in `bin` collection: the marker of an object moved to the bin. |
|
bundles
Package bundles wires the HTTP bundles surface onto the SDK's per-space bundles registry (any-sync-sdk docs/bundles.md).
|
Package bundles wires the HTTP bundles surface onto the SDK's per-space bundles registry (any-sync-sdk docs/bundles.md). |
|
catalog
Package catalog loads and validates the usecase catalog embedded in the binary (catalog.yml): the server's well-known bundles, grouped into usecases a client sets up with one call, dependencies included.
|
Package catalog loads and validates the usecase catalog embedded in the binary (catalog.yml): the server's well-known bundles, grouped into usecases a client sets up with one call, dependencies included. |
|
catalog/cmd/catalog-validate
command
catalog-validate checks the usecase catalog embedded in the binary and any candidate files given as arguments, printing one line per problem (`<source>: <path>: <code>: <message>`) and exiting 1 on any.
|
catalog-validate checks the usecase catalog embedded in the binary and any candidate files given as arguments, printing one line per problem (`<source>: <path>: <code>: <message>`) and exiting 1 on any. |
|
chat
Package chat defines the built-in `chat` type — a CRDT-backed stream of messages stored as one record per message on a per-object `chat_messages` dataset.
|
Package chat defines the built-in `chat` type — a CRDT-backed stream of messages stored as one record per message on a per-object `chat_messages` dataset. |
|
dataview
Package dataview registers the built-in `dataview` type — saved views over a set of objects, in two levels: a dataview object hosts many DATAVIEWS, each with its own VIEWS.
|
Package dataview registers the built-in `dataview` type — saved views over a set of objects, in two levels: a dataview object hosts many DATAVIEWS, each with its own VIEWS. |
|
editor
Package blocks defines the built-in `editor_blocks` dataset and its per-record CRDT handler.
|
Package blocks defines the built-in `editor_blocks` dataset and its per-record CRDT handler. |
|
embedded
Package embedded is the shared, build-tag-free lifecycle core for embedding the `any` HTTP server inside a host process.
|
Package embedded is the shared, build-tag-free lifecycle core for embedding the `any` HTTP server inside a host process. |
|
index
Package index defines the consumer-side chunker contract: the bridge between the SDK's per-space change feed and the search indexer (internal/indexer).
|
Package index defines the consumer-side chunker contract: the bridge between the SDK's per-space change feed and the search indexer (internal/indexer). |
|
indexer
Package indexer is the phase-2 consumer of the chunker contract in internal/index (docs/13-index.md): a background service that keeps a local any-store database with a BM25 full-text index and an IVF-SQ vector index per space, fed from the SDK's per-space change feed (Space.Changes()), and a hybrid (RRF) search over both.
|
Package indexer is the phase-2 consumer of the chunker contract in internal/index (docs/13-index.md): a background service that keeps a local any-store database with a BM25 full-text index and an IVF-SQ vector index per space, fed from the SDK's per-space change feed (Space.Changes()), and a hybrid (RRF) search over both. |
|
localstore
Package localstore is the naming, existence and tag fence for the server's device-local any-store collections (task-local-store.md).
|
Package localstore is the naming, existence and tag fence for the server's device-local any-store collections (task-local-store.md). |
|
markdown
Package markdown is the lossless markdown import/export surface over the editor_blocks dataset (internal/editor).
|
Package markdown is the lossless markdown import/export surface over the editor_blocks dataset (internal/editor). |
|
miniapp
Package miniapp registers the built-in `miniapp` collection: the marker an object carries to run an installed bundle.
|
Package miniapp registers the built-in `miniapp` collection: the marker an object carries to run an installed bundle. |
|
page
Package page registers the built-in `page` type: the plain document.
|
Package page registers the built-in `page` type: the plain document. |
|
push
Package push runs the account's client side of push notifications: device-token persistence + registration with the push node, the subscription sync loop (desired-topic reconcile → SubscribeAll full replace), and a buffered notify queue so HTTP handlers never block on the push server.
|
Package push runs the account's client side of push notifications: device-token persistence + registration with the push node, the subscription sync loop (desired-topic reconcile → SubscribeAll full replace), and a buffered notify queue so HTTP handlers never block on the push server. |
|
server
Package server implements the HTTP/JSON API for any-sync-sdk.
|
Package server implements the HTTP/JSON API for any-sync-sdk. |
|
mobile
|
|
|
ios
command
Package main is the C-archive surface that embeds the `any` engine in an iOS app.
|
Package main is the C-archive surface that embeds the `any` engine in an iOS app. |
Click to show internal directories.
Click to hide internal directories.