package
0.11.0
Repository: https://github.com/raystack/meteor.git
Documentation: pkg.go.dev

# README

cassandra

Usage

source:
  name: cassandra
  config:
    user_id: admin
    password: 1234
    host: localhost
    port: 9042
    exclude:
      keyspaces: [mykeyspace]
      tables: [mykeyspace_2.tableName_1]

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
exclude.keyspcaes[]string[keyspace1,keyspace2]List of keyspaces to be excluded from crawlingoptional
exclude.tables[]string[keyspace3.table1]List of tables to be excluded from crawlingoptional

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.
No description provided by the author
Extractor manages the extraction of data from cassandra.