CYberpunk edge runners

Latest articles

image
Azure logic appsのIP制限
Azure Vnet Azure Vnetのデフォルト設定でVnetを作成 リソースでpublic ip addressを検索して、public ip addressを新しく作成 リソースでnat gatewayを検索して、nat gatewayを新しく作成 作成する際に、virtual network,...
Read More
image
AWS Lambda layerの使い方
やりたいこと AWS Lambdaのpython環境ではcustomer packageが入ってない。requestsとかのlibを利用する場合は以下のエラーが出てくる customer packageを利用するために、lambda layerを利用する必要がある。 lambda layerでは、python...
Read More
image
Teams approval adaptive card
Teams側で承認用のadaptive cardを作成 { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard",...
Read More
image
Teams adaptive card for table
やりたいこと Teamsで以下のようにデータを表示したい こちらのサイトでadaptive cardをpreviewできる https://adaptivecards.io/designer/ 以下のjsonで、テーブル型のデータをadaptive cardで表示できる { "$schema":...
Read More
pexels-photo-4488636-4488636.jpg
AWS Lambda and API GatewayでAPIをデプロイ
やりたいこと AWS側でAPIをデプロイして、Http requestを送ることにより、AWS内のサービスるを利用する つまり、HTTP requestで、AWS内のサービスを喚起すること 今回は、Http requestで、AWS S3内のファイルリストを返してくれるようなサンプルなAPIを作成 事前準備...
Read More
QQ图片20240306115746-1-1
Bigqueryのデータセットのstorage費用を計算するquery
bigquery meta data閲覧者の権限が必要 SELECT dataset_id, size_gb, ROUND(size_gb * 0.02, 2) AS monthly_cost_usd, ROUND(size_gb * 0.02 * 155.4, 2) AS monthly_cost_jpy...
Read More
shibuya2
dbtを触ってみました
Local環境の整備 dbtではLocalで実行するdbt-coreとクラウド上で実行するdbt-cloudの2種類がある。 今回は軽くテストするためLocalで実行するdbt-coreで進めてみる </aside> Python環境の整備 PC上でpython, pipを用意する dbt用のフォルダーを作成...
Read More
shibuya2
sample code about azure rag
import os import json from dotenv import load_dotenv # Add OpenAI import from openai import AzureOpenAI def main(): try: # Flag to show citations show_citations...
Read More
_20240605142439
sample code for open ai generate image
import requests import time import os from dotenv import load_dotenv def main(): try: # Get Azure OpenAI Service settings load_dotenv() api_base = os.getenv("AZURE_OAI_ENDPOINT")...
Read More
_202311071528391
Sample code for openai-model
import os from dotenv import load_dotenv # Add Azure OpenAI package from openai import AzureOpenAI # Add Azure OpenAI package def main(): try: # Get configuration...
Read More

About me

I am a data engineer at Shibuya, main about Google cloud and Google Marketing Platform. This is my blog to note some interesting thing.

Game fun

My favorite game is Cyberpunk 2077 and Overwatch.

I think Cyberpunk 2077 has the best city construction among all games. Driving or riding a motorcycle in its city is a very fascinating thing. This is the reason why I can always be addicted to it.