タグ

apiとdataに関するItisangoのブックマーク (5)

  • Protocol Buffers Well-Known Types

    IndexAny (message)Api (message)BoolValue (message)BytesValue (message)DoubleValue (message)Duration (message)Empty (message)Enum (message)EnumValue (message)Field (message)Field.Cardinality (enum)Field.Kind (enum)FieldMask (message)FloatValue (message)Int32Value (message)Int64Value (message)ListValue (message)Method (message)Mixin (message)NullValue (enum)Option (message)SourceContext (message)Str

    Itisango
    Itisango 2023/07/08
    “Any/Api/BoolValue/BytesValue/DoubleValue/Duration/Empty/Enum/EnumValue /Field/FieldMask/FloatValue/Int32Value/Int64Value/ListValue/Method/Mixin /NullValue/Option/SourceContext/StringValue/Struct/Syntax/Timestamp/Type /UInt32Value/UInt64Value/Value”
  • GraphQL | A query language for your API

    The query language for modern APIsTypesafe schemas, secure requests Frictionless distributed development Data driven UI at scale GraphQL is open source and trusted by the industryFacebook's mobile apps have been powered by GraphQL since 2012. The GraphQL specification was open-sourced in 2015. Now it is used by industry-leading companies worldwide and supported by the GraphQL Foundation, hosted si

    GraphQL | A query language for your API
    Itisango
    Itisango 2021/11/14
    “GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve.”
  • BigQuery ドキュメント  |  Google Cloud

    BigQuery は、 Google Cloudのペタバイト規模の費用対効果に優れたフルマネージド型の分析データ ウェアハウスです。膨大な量のデータに対してほぼリアルタイムで分析を行うことができます。BigQuery には、設定や管理を必要とするインフラストラクチャが存在しないため、GoogleSQL を使用して有意な分析情報を見つけることに集中できるとともに、オンデマンドと定額料金の各種オプションが用意されたフレキシブルな料金モデルのメリットもご活用いただけます。詳細 $300 分の無料クレジットを使用して概念実証を始める Gemini 2.0 Flash Thinking をご利用いただけます。 AI API や BigQuery などの人気プロダクトの毎月の無料使用枠をご利用いただけます。 自動請求は行われず、契約も不要です。

    BigQuery ドキュメント  |  Google Cloud
    Itisango
    Itisango 2021/09/05
    “BigQuery は、Google Cloud のペタバイト規模の費用対効果に優れたフルマネージド型の分析データ ウェアハウスであり、膨大な量のデータに対してほぼリアルタイムで分析を行うことができます。”
  • Spring Boot + GraphQLでAPIを作成してみよう! - Yahoo! JAPAN Tech Blog

    ヤフー株式会社は、2023年10月1日にLINEヤフー株式会社になりました。LINEヤフー株式会社の新しいブログはこちらです。LINEヤフー Tech Blog はじめに こんにちは、コマース福岡開発部で金融サービスのバックエンドを担当しているチョ ジョンミンと申します。 「Yahoo! JAPAN Tech Advent Calendar 2018」に寄稿させていただく機会をいただきましたので、前から興味のあったGraphQLAPIを実装してみました。記事では、GraphQLの概要とAPIの作り方を紹介します。 ターゲット 記事は、次の読者を想定して書かれています。 GraphQLに興味はあるが、作成した経験がない方 Spring BootでGraphQLAPIを作成してみたい方 目次 利用している技術 GraphQL概要 GraphQLのメリットとデメリット GraphQLのA

    Spring Boot + GraphQLでAPIを作成してみよう! - Yahoo! JAPAN Tech Blog
    Itisango
    Itisango 2021/08/08
    #SpringBoot “graphql-spring-boot-starter:5.2.0”
  • PHP: PDO - Manual

    はじめに PHP Data Objects (PDO) 拡張モジュールは、 PHP の中からデータベースにアクセスするための軽量で高性能な インターフェイスを定義します。 PDO インターフェイスを実装する各データベースドライバは、 正規表現関数のようなデータベース固有の機能を提供することができます。 PDO 拡張モジュールによりそのデータベースの全てのデータベース関数を 実行できるわけではないことに注意してください。 データベースサーバーにアクセスするには、 データベース固有の PDO ドライバ を使用する必要があります。 PDO は、データアクセスの抽象化レイヤを提供します。 つまり、使用しているデータベースが何であるかにかかわらず、同じ 関数を使用してクエリの発行やデータの取得が行えるということです。 PDO は、データベースの抽象化を行うのでは ありません。つまり、SQL を書き直

    PHP: PDO - Manual
  • 1