Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkrs/embulk-output-cassandra
An embulk output plugin for cassandra
https://github.com/tkrs/embulk-output-cassandra
Last synced: 12 days ago
JSON representation
An embulk output plugin for cassandra
- Host: GitHub
- URL: https://github.com/tkrs/embulk-output-cassandra
- Owner: tkrs
- License: mit
- Created: 2016-08-18T15:04:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T15:15:22.000Z (over 7 years ago)
- Last Synced: 2023-03-11T08:57:00.690Z (almost 2 years ago)
- Language: Scala
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Cassandra 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: cassandra
option1: example1
option2: example2
```## Build
```
$ ./gradlew gem # -t to watch change of files and rebuild continuously
```