Skip to content

Instantly share code, notes, and snippets.

@gerred
Created April 26, 2015 17:16
Show Gist options
  • Save gerred/765b17db585c3154ca82 to your computer and use it in GitHub Desktop.
Save gerred/765b17db585c3154ca82 to your computer and use it in GitHub Desktop.
Tirexs.Bulk.store [index: index, refresh: true], @settings do
Enum.each(spool, fn(message) ->
create timestamp: current_timestamp,
user: message.nick,
channel: message.channel,
message: message.message,
meta: json_metadata
end)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment