https://github.com/crystal-data/arrow.cr
Crystal bindings for Apache Arrow.
https://github.com/crystal-data/arrow.cr
Last synced: about 1 year ago
JSON representation
Crystal bindings for Apache Arrow.
- Host: GitHub
- URL: https://github.com/crystal-data/arrow.cr
- Owner: crystal-data
- License: mit
- Created: 2021-11-10T00:04:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-14T17:39:34.000Z (over 4 years ago)
- Last Synced: 2025-04-13T01:39:33.332Z (about 1 year ago)
- Language: Crystal
- Homepage:
- Size: 9.77 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arrow
TODO: Write a description here
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
arrow:
github: your-github-user/arrow
```
2. Run `shards install`
## Usage
```crystal
require "arrow"
```
TODO: Write usage instructions here
## Development
TODO: Write development instructions here
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors
- [your-name-here](https://github.com/your-github-user) - creator and maintainer