Sha256: 7be195d22e712f66b42c6887a62208160aa04f05a6df757f9e07b3e44bb5e23a
Contents?: true
Size: 369 Bytes
Versions: 5
Compression:
Stored size: 369 Bytes
Contents
require "time" configure "insert" do host "localhost" port 24224 rate 100 tag type: :string, any: %w(insert_data) field :id, type: :integer, countup: true field :string_field, type: :string, any: %w(str1 str2 str3 str4) field :timestamp_field, type: :string, value: Time.now.iso8601 field :date, type: :string, value: Time.now.strftime("%Y-%m-%d") end
Version data entries
5 entries across 5 versions & 1 rubygems