Skip to content

andrewosh/bolt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Join the chat at https://gitter.im/bolt-project/bolt

Bolt

Bolt provides a Python interface to local and distributed multi-dimensional arrays. Aims to optimize performance whether data are small, medium, or very, very large, all through a common and familiar ndarray interface. The core is 100% Python. Currently backed by NumPy (local) or Spark (distributed) and will expand to others in the future.

Read more at bolt-project.org

Try live notebooks at try.bolt-project.org

Requirements

Bolt supports Python 2.7+ and Python 3.4+. The core library is 100% Python, the only primary requirement is numpy, and for Spark functionality it requires Spark 1.4+ which can be obtained here.

Installation

$ pip install bolt-python

About

Distributed multidimensional arrays

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%