Skip to content

Instantly share code, notes, and snippets.

CREATE EXTERNAL TABLE IF NOT EXISTS sample_aijcif01.apache_logs (
host STRING,
identity STRING,
user STRING,
time STRING,
request STRING,
status STRING,
size STRING,
referer STRING,
agent STRING
@ogiogi93
ogiogi93 / gist:47f97f070a2e3753428c0255e127db41
Last active November 14, 2020 09:45
note用サンプルコード(Cloud Firestore トリガーのすすめElasticSearch インデックス同期編)
import (
"context"
"log"
"os"
"encoding/json"
"regexp"
"strings"
"time"