Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

dash_data_layer

dash_data_layer には craiglabenz から収集した 25 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
25
Stars
8
更新
2026-07-22
Forks
2
職業カバレッジ
1 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

source-operation-capabilities
ソフトウェア開発者

Understand how sources declare operation capabilities via supportedOperations and how SourceList respects them.

2026-07-22
instantiating-firestore-admin-source
ソフトウェア開発者

FirestoreAdminSource connects google_cloud_firestore for server-side Dart applications to a SourceList.

2026-07-22
instantiating-firestore-source
ソフトウェア開発者

FirestoreSource seamlessly connects Cloud Firestore streams to a SourceList.

2026-07-22
untyped-raw-merges
ソフトウェア開発者

Perform untyped Firestore document merges using the raw method on Firestore sources.

2026-07-22
understanding-request-based-caching
ソフトウェア開発者

Cached data is mapped uniquely per request hash (RequestDetails with specific filter and pagination), supporting a powerful request-based caching behavior.

2026-04-21
understanding-source-list
ソフトウェア開発者

The SourceList class manages the delegation of read/write attempts to various configured Sources, with a read-thru cache system prioritizing local Sources.

2026-04-21
connectivity-awareness
ソフトウェア開発者

ConnectivityPlusStream provides a stream of network statuses based on connectivity_plus so DefaultRetryPolicy can intelligently manage failed Operations.

2026-04-21
authoring-hive-source
ソフトウェア開発者

HiveSource is a LocalSource implementation that writes to Hive boxes.

2026-04-21
authoring-remote-source
ソフトウェア開発者

Remote sources are the API-specific bindings for pkg:data_layer.

2026-04-21
streaming-data
ソフトウェア開発者

Watching realtime data amounts to calling `watch`, `watchByIds`, or `watchList` on a Repository whose SourceList contains a `WatchableSource`.

2026-04-21
authoring-local-source
ソフトウェア開発者

Authoring a new local source allows different storage mechanisms to participate in the data layer caching architecture.

2026-04-20
authoring-proxy-source
ソフトウェア開発者

Proxy Sources offer a build-a-bear type solution for irregular or JSON RPC APIs.

2026-04-20
bypassing-local-cache
ソフトウェア開発者

Forces reads to go to the server when locally cached data is suspected of being stale

2026-04-20
cache-expiry-ttl
ソフトウェア開発者

Automatically invalidate local caches after a specified time to live (ttl).

2026-04-20
clearing-source-caches
ソフトウェア開発者

Ejecting all data from local sources is as simple as calling .clear()

2026-04-20
defining-a-repository
ソフトウェア開発者

Repositories are simple wrappers around SourceLists plus custom business logic.

2026-04-20
defining-bindings
ソフトウェア開発者

Bindings define the serialization and request networking footprint for your specific data model.

2026-04-20
dtos-and-message-repository
ソフトウェア開発者

Use a MessageRepository to define a special DTO class for your writes.

2026-04-20
extracting-all-local-data
ソフトウェア開発者

There are distinct usage scenarios where mapping data asynchronously from a server securely strictly introduces UI latency against pre-populated ma...

2026-04-20
filtering-requests
ソフトウェア開発者

Filters communicate intent to limit to read a specific subset of data. They are never executed locally and rely on "remote" sources correctly applying the filter to their network request.

2026-04-20
paginating-reads
ソフトウェア開発者

Paginating reads relies on passing a Pagination object to a RequestDetails and having a remote Source which correctly applies its values to the network request.

2026-04-20
reading-data
ソフトウェア開発者

Reading data involves calling getById, getByIds, or getItems on a Repository.

2026-04-20
retries-offline-queuing
ソフトウェア開発者

SourceLists can be configured to store failed Operations for later retry if a `RetryPolicy` is supplied.

2026-04-20
structuring-source-list
ソフトウェア開発者

SourceLists should be defined with Sources sorted by immediacy; with on-device Sources appearing first and remote, API-based Sources appearing last. Often, 1 local Source and 1 remote Source is all that will appear in a SourceList.

2026-04-20
writing-data
ソフトウェア開発者

Writing data involves calling setItem and, optionally, setItems on a Repository.

2026-04-20