Quickstart
Last updated
Was this helpful?
Last updated
Was this helpful?
TileDB integrates with through a pluggable storage engine called MyTile, which can be found in the repo. MyTile is written to take advantage of query predicate pushdown to TileDB. MyTile allows a user to dynamically access any TileDB array, whether it is local to the machine, on S3 or on . This provides a powerful C++ based SQL engine for TileDB arrays.
A docker image is provided to allow for quick testing of the MyTile storage engine. The docker image starts a MariaDB server and connects to it from the shell for you.