OmniSci Open Source Edition, CPU-only
10K+
docker run \
-d \
--name omnisci \
-p 6274:6274 \
-v /home/username/omnisci-storage:/omnisci-storage \
omnisci/core-os-cpu
where:
-d: run container in detached mode--name omnisci: assign name omnisci to the container-p 6274:6274: expose port 6274 (Thrift TCP)-v /home/username/omnisci-storage:/omnisci-storage: save persistent storage data under /home/username/omnisci-storage on the host machine (you'll want to change this to an actual path, preferably on a persistent volume).Note: add the --ipc=host option to use of an Arrow IPC-capable client (such as pymapd) on the same machine.
OmniSci provides open-source software built for hyper-speed visual analytics at scale. OmniSci enables querying and visual exploration of billions of records in milliseconds, by harnessing the parallel processing power of modern GPUs.
OmniSci Core is an open-source SQL engine that optimizes query performance on the GPU. OmniSci Core keeps data close to compute, and it compiles queries to create one custom function. These and other GPU-specific innovations make queries hundreds to thousands of times faster than on legacy CPU databases.
Please email [email protected] for general inquiries.
If you are interested in upgrading from the Open Source Edition to the Enterprise Edition please email [email protected].
Content type
Image
Digest
Size
304.3 MB
Last updated
over 4 years ago
docker pull omnisci/core-os-cpu