Skip to content

Commit

Permalink
Merge pull request #180 from zooniverse/remove-ES-writer
Browse files Browse the repository at this point in the history
remove es writer
  • Loading branch information
yuenmichelle1 authored Dec 18, 2023
2 parents 5777cf2 + 65d401b commit 8bce3cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 84 deletions.
2 changes: 0 additions & 2 deletions bin/start_stream_reader
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ end
begin
require_relative '../lib/input/kcl_reader'
require_relative '../lib/processor'
require_relative '../lib/output/elasticsearch_writer'
require_relative '../lib/output/pusher_writer'

STDERR.puts "Starting Stream Reader"
Expand All @@ -27,7 +26,6 @@ begin
})

outputs = [
Stats::Output::ElasticsearchWriter.new,
Stats::Output::PusherWriter.new
]

Expand Down
82 changes: 0 additions & 82 deletions lib/output/elasticsearch_writer.rb

This file was deleted.

0 comments on commit 8bce3cc

Please sign in to comment.