並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 11 件 / 11件

新着順 人気順

"query language"の検索結果1 - 11 件 / 11件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

"query language"に関するエントリは11件あります。 sqldataaws などが関連タグです。 人気エントリには 『Announcing PartiQL: One query language for all your data | Amazon Web Services』などがあります。
  • Announcing PartiQL: One query language for all your data | Amazon Web Services

    AWS Open Source Blog Announcing PartiQL: One query language for all your data Data is being gathered and created at rates unprecedented in history. Much of this data is intended to drive business outcomes but, according to the Harvard Business Review, “…on average, less than half of an organization’s structured data is actively used in making decisions…” The root of the problem is that data is typ

      Announcing PartiQL: One query language for all your data | Amazon Web Services
    • Google Cloud、運用監視のメトリクスデータを自在に操作できる「Monitoring Query Language」(MQL)正式リリース

      Google Cloud、運用監視のメトリクスデータを自在に操作できる「Monitoring Query Language」(MQL)正式リリース Google Cloudは、運用監視のマネージドサービスであるGoogle Cloud Monitoringの時系列データに対して操作が可能な問い合わせ言語「Monitoring Query Language」(MQL)の正式リリースを発表しました。 これまでGoogle Cloud Monitoringでは収集した運用監視データに対してダッシュボードのメニューから設定を行うことで、グラフなどデータの視覚化やアラームの設定、フィルタリングなどを行っていました。 Monitoring Query Languageを用いることで、これらをすべてコードとして組み立て、表現できるようになり、より柔軟性の高い運用監視が可能になります。 ダッシュボードにQ

        Google Cloud、運用監視のメトリクスデータを自在に操作できる「Monitoring Query Language」(MQL)正式リリース
      • LMQL(Language Model Query Language)概観|mah_lab / 西見 公宏

        LMQL Playgroundでクエリを試すLMQLには動作を簡単に検証できるPlaygroundが用意されています。ローカルでPlaygroundを起動することもできます。 まずはGetting Startedで紹介されている以下のクエリを実行します。 argmax "Hello[WHO]" from "openai/text-ada-001" where len(WHO) < 10「Run」ボタンをクリックするとOpenAIのAPI KEYを求められるので、入力します。 実行するとModel Responseの枠に結果が表示されます。 LMQLの基本構造LMQLは記法的にはSQLと似ていて、以下のような構造を持っています。 デコーダ節(Decoder Clause): テキスト生成に使用するデコード・アルゴリズムを指定します。LMQLでは様々なデコード・アルゴリズムを選択することができ

          LMQL(Language Model Query Language)概観|mah_lab / 西見 公宏
        • GitHub - CatchTheTornado/askql: AskQL is a query language that can express any data request

          AskQL is the next step after GraphQL and Serverless. With AskQL developers can attach scripts to queries that are executed serverside. The AskQL parser accepts the GraphQL query format so there's no learning curve. Because the scripts are executed serverside and the results can be cached it's great for Web Vitals and app performance. Think of it as a programmable GraphQL. Read a great articly on A

            GitHub - CatchTheTornado/askql: AskQL is a query language that can express any data request
          • You now can use a SQL-compatible query language to query, insert, update, and delete table data in Amazon DynamoDB

            You now can use PartiQL (a SQL-compatible query language)—in addition to already-available DynamoDB operations—to query, insert, update, and delete table data in Amazon DynamoDB. PartiQL makes it easier to interact with DynamoDB and run queries in the AWS Management Console. Because PartiQL is supported for all DynamoDB data-plane operations, it can help improve the productivity of developers by e

              You now can use a SQL-compatible query language to query, insert, update, and delete table data in Amazon DynamoDB
            • Elasticsearch piped query language, ES|QL, now generally available — Elastic Search Labs

              Elasticsearch piped query language, ES|QL, now generally available Today, we are pleased to announce the general availability of ES|QL (Elasticsearch Query Language), a dynamic language designed from the ground up to transform, enrich, and simplify data investigations. Powered by a new query engine, ES|QL delivers advanced search using simple and familiar query syntax with concurrent processing, e

                Elasticsearch piped query language, ES|QL, now generally available — Elastic Search Labs
              • Cloud Monitoring で Monitoring Query Language の一般提供を開始 | Google Cloud 公式ブログ

                ※この投稿は米国時間 2020 年 12 月 24 日に、Google Cloud blog に投稿されたものの抄訳です。 IT や開発チームのデベロッパーとオペレーターは、サービス停止のトラブルシューティング、根本原因分析の実行、カスタム SLI / SLO やレポート、分析の作成、複雑なアラート ロジックの設定などを行うために、強力な指標クエリ、分析、グラフ作成、アラートの機能を必要としています。そのニーズにお応えするため、このたび Cloud Monitoring で Monitoring Query Language(MQL)の一般提供を開始しました。 MQL は Google 社内の指標クエリ言語で、10 年にわたり学習と改善を重ねて完成したものです。これにより、Google 社内の本番環境で使用されている高度なクエリを可能にする言語を、Google Cloud ユーザーも利用で

                  Cloud Monitoring で Monitoring Query Language の一般提供を開始 | Google Cloud 公式ブログ
                • GitHub - AmrDeveloper/GQL: Git Query language is a SQL like language to perform queries on .git files with supports of most of SQL features such as grouping, ordering and aggregations functions

                  SELECT 1 SELECT 1 + 2 SELECT LEN("Git Query Language") SELECT "One" IN ("One", "Two", "Three") SELECT "Git Query Language" LIKE "%Query%" SELECT DISTINCT title AS tt FROM commits SELECT name, COUNT(name) AS commit_num FROM commits GROUP BY name ORDER BY commit_num DESC LIMIT 10 SELECT commit_count FROM branches WHERE commit_count BETWEEN 0 .. 10 SELECT * FROM refs WHERE type = "branch" SELECT * FR

                    GitHub - AmrDeveloper/GQL: Git Query language is a SQL like language to perform queries on .git files with supports of most of SQL features such as grouping, ordering and aggregations functions
                  • New Query Language for Graph Databases to Become International Standard

                    Neo4j Backs Launch of GQL Project: First New ISO Database Language Since SQL SAN MATEO, Calif. – September 17, 2019  – Neo4j, the leader in graph databases, announced today that the international committees that develop the SQL standard have voted to initiate GQL (Graph Query Language) as a new database query language. Now to be codified as the international standard declarative query language for

                      New Query Language for Graph Databases to Become International Standard
                    • The Rise of GQL: A New ISO Standard in Graph Query Language

                      by Mingxi Wu We’re thrilled to celebrate a significant milestone in the world of database technology: the publication of the first version of the ISO GQL standard on April 12, 2024. You can access the standard here. As an active contributor to the development of GQL standard version 1, I’ve witnessed the entire journey from its inception to its high-quality final publication. I can attest that thi

                        The Rise of GQL: A New ISO Standard in Graph Query Language
                      • 超簡単!KQL(Kusto Query Language)の書き方【後編】

                        初めに こんにちは。久しぶりの積雪にちょっとテンションが上がっていた入社1年目の山下です。翌朝、ベランダに雪が積もってて掃除が大変で、雪はもういいやとなりました。 早速ですが、本題に入っていこうと思います。本テーマは、KQLを使って簡単にデータ検索ができるということを前編、後編、応用編に分けた記事の後編になります。前編はこちらをご覧ください。 KQLでよく使われる演算子 ここでは、「KQLでよく使われる演算子を使い、実際のAzure Data Explorerのデモ画面で、自分の欲しいデータを自分の欲しい形で出力する」ということを行なっていきます。デモ画面のURLはこちらからお開きください。 ① where 特定の述語でのフィルター https://docs.microsoft.com/ja-jp/azure/data-explorer/kql-quick-reference とドキュメン

                          超簡単!KQL(Kusto Query Language)の書き方【後編】
                        1

                        新着記事