https://github.com/smdmts/embulk-output-jubatus_nearest_neighbor
https://github.com/smdmts/embulk-output-jubatus_nearest_neighbor
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smdmts/embulk-output-jubatus_nearest_neighbor
- Owner: smdmts
- Created: 2017-12-18T11:28:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T09:40:27.000Z (over 7 years ago)
- Last Synced: 2025-02-04T14:36:00.183Z (4 months ago)
- Language: Scala
- Size: 269 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jubatus Nearest Neighbor Set output plugin for Embulk
TODO: Write short description here and build.gradle file.
## Overview
* **Plugin type**: output
* **Load all or nothing**: no
* **Resume supported**: no
* **Cleanup supported**: yes## Configuration
- **option1**: description (integer, required)
- **option2**: description (string, default: `"myvalue"`)
- **option3**: description (string, default: `null`)## Example
```yaml
out:
type: jubatus_nearest_neighbor_set
option1: example1
option2: example2
```## Build
```
$ ./gradlew gem # -t to watch change of files and rebuild continuously
```
# jubatus_nearest_neighbor