package
0.10.6
Repository: https://github.com/goto/meteor.git
Documentation: pkg.go.dev

# README

cassandra

Usage

source:
  name: cassandra
  config:
    user_id: admin
    password: 1234
    host: localhost
    port: 9042

Inputs

KeyValueExampleDescription
user_idstringadminUser ID to access the cassandra serverrequired
passwordstring1234Password for the cassandra Serverrequired
hoststring127.0.0.1The Host address at which server is runningrequired
portint9042The Port number at which server is runningrequired

Outputs

FieldSample Value
resource.urnmy_keyspace.my_table
resource.namemy_table
resource.servicecassandra
descriptiontable description
profile.total_rows2100
schema[]Column

Column

FieldSample Value
nametotal_price
typetext

Contributing

Refer to the contribution guidelines for information on contributing to this module.

# Functions

New returns a pointer to an initialized Extractor Object.

# Structs

Config holds the set of configuration for the cassandra extractor.
Extractor manages the extraction of data from cassandra.