Sign inSign up

omnisci/core-os-cpu

By omnisci

Updated over 4 years ago

OmniSci Open Source Edition, CPU-only

Image
4

10K+

omnisci/core-os-cpu repository overview

Usage

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.

Resources

What is OmniSci?

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.

Contact OmniSci

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].

Tag summary

Content type

Image

Digest

Size

304.3 MB

Last updated

over 4 years ago

docker pull omnisci/core-os-cpu