The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Initial CRAN release.
cells) with sidecar
cell_dims for arbitrary metadata dimensions.query_cells) preserves the
drop-in closure semantics used by the source packages.mirai, with graceful
synchronous fallback when mirai is not installed.get_values(), rTrafa
get_data(), and pixieweb get_data() — opt-in
via cache = TRUE + a .sqlite cache_location or
an nxt_handle.queries.kind (data |
metadata) + queries.payload (BLOB) extend the
existing table via a version-guarded migration.nxt_cache_handler(kind = "metadata") stores whole
objects (tibbles or lists) as serialized BLOBs. Lossless: preserves
attributes like pixieweb’s px_api, handles
rTrafa::get_structure_raw() which returns a list, and
roundtrips nested list columns (kpi_groups.members etc.)
byte-identically.nxt_search() — FTS5-powered typeahead across cached
metadata. Search extractors per source (R/search.R)
populate a lossy meta_search side-index as a write side
effect. Sub-millisecond matches on thousands of rows. Falls back to LIKE
prefix match when FTS5 is unavailable.rKolada::get_metadata(),
rTrafa::get_products(),
rTrafa::get_structure_raw(), and
pixieweb::get_tables().pixieweb::table_enrich() — per-table cache
granularity. Each enriched table is stored under its own
query_hash, so overlapping table_enrich()
calls share rows. async = TRUE launches a
mirai background job and returns the currently-cached
subset plus a nxt_promise attribute that apps can bridge to
promises::then() for Shiny integration. Resume-on-crash is
automatic.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.