General Tables
@loaders.gl/arrow
- loaders.gl implementation- Apache Arrow - A specification for large in-memory columnar data.
- ArrowJS - loaders.gl documentation on ArrowJS API.
Storing tables in Arrow can involve making a number of choices, we will try to collect some advice and best practices on this page.
- JSON - can be stored in
Utf8
columns - ...