Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Pharo Arrow

Installation

Pharo

Metacello new
	baseline: 'PharoArrow';
	repository: 'github://badetitou/PharoArrow:main/src';
	load.

This project requires native libraries. You can look at the Apache Arrow project for all installation options.

Or you can more simply do the following:

Mac

brew install apache-arrow apache-arrow-glib

Linux

You should install:

  • libarrow-dev
  • libarrow-glib-dev
  • libparquet-dev
  • libparquet-glib-dev

For example on Ubuntu that would be: sudo apt install libXYZ

And you may have to configure how to retreive these libraries in Pharo (the name of the libraies may be different on different linuses):

PharoArrowLibrary >> unixLibraryName
	^'libarrow-glib'
	
PharoGLibLibrary >> unixLibraryName
	^'libglib-2.0'

PharoParquetLibrary >> unixLibraryName
	^'libparquet-glib'

Window

To be investigated

About

A FFI binding to Apache Arrow project

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages