並び順

ブックマーク数

期間指定

  • から
  • まで

281 - 320 件 / 570件

新着順 人気順

Databaseの検索結果281 - 320 件 / 570件

  • Do you actually need a vector database? | Ethan Rosenthal

    Spoiler alert: the answer is maybe! Although, my inclusion of the word “actually” betrays my bias. Vector databases are having their day right now. Three different vector DB companies have raised money on valuations up to $700 million (paywall link). Surprisingly, their rise in popularity is not for their “original” purpose in recommendation systems, but rather as an auxillary tool for Large Langu

    • [アップデート]「Aurora MySQL 5.7」でAurora Global Databaseがサポートされるようになりました | DevelopersIO

      はじめに こんにちは。大阪オフィスの林です。 2019年11月26日(火)に「Aurora MySQL 5.7」でAurora Global Databaseがサポートされるようになりました。公式ページはこちら 本記事では作成済みのAurora MySQL5.7に実際にグローバルリージョンを追加してGlobal Database化していきたいと思います! Global Databeseとは? Aurora グローバルデータベースは、1 つのプライマリ AWS リージョン (データをマスターとして管理) と 1 つのセカンダリ AWS リージョン (読み取り専用) で構成されます。Aurora は、通常の 1 秒未満のレイテンシーでセカンダリ AWS リージョンにデータをレプリケートします。書き込みオペレーションは、プライマリ AWS リージョン内のプライマリ DB インスタンスに直接発行し

        [アップデート]「Aurora MySQL 5.7」でAurora Global Databaseがサポートされるようになりました | DevelopersIO
      • Tap Forms Organizer 5 Database Dmg Cracked For Mac

        Visiteurs depuis le 27/01/2019 : 4798 Connectés : 1 Record de connectés : 19 Publication type: OS X Software The release took place: August 10, 2016 Supported OS: OS X 10.10 + System requirements: Intel, 64-bit processor OS X 10.10 or newer Description: A simple way to create beautiful websites. Blocs eliminates the need to write code manually, which means — anyone can create web sites. Tap Forms

          Tap Forms Organizer 5 Database Dmg Cracked For Mac
        • GitHub - xgenecloud/xgenecloud: • • • • Instantly generate REST & GraphQL APIs on any Database (Supports : MySQL, PostgreSQL, MsSQL, SQLite, MariaDB & Aurora)

          •🔥 •🔥 •🔥 • Instantly generate REST & GraphQL APIs on any Database (Supports : MySQL, PostgreSQL, MsSQL, SQLite, MariaDB & Aurora)

            GitHub - xgenecloud/xgenecloud: • • • • Instantly generate REST & GraphQL APIs on any Database (Supports : MySQL, PostgreSQL, MsSQL, SQLite, MariaDB & Aurora)
          • Database development guidelines | GitLab

            Database Reviews Tooling Migrations Partitioning tables Debugging Best practices Case studies PostgreSQL information for GitLab administrators User information for scaling ClickHouse Miscellaneous Database development guidelines Database Reviews During the design phase of the feature you’re working on, be mindful if you are adding any database-related changes. If you’re adding or modifying a query

            • Amazon Aurora MySQL Database Administrator’s Handbook

              Amazon Aurora MySQL データベース 管理者ハンドブック 接続管理 2019 年 3 月 注意 お客様は、この文書に記載されている情報を独自に評価する責任を負うものとします。 この文書は、(a) 情報提供のみを目的としており、(b) AWS の現行製品と慣行を表した ものであるため予告なしに変更されることがあり、(c) AWS およびその関連会社、サプ ライヤー、またはライセンサーからの契約義務や確約を意味するものではありません。 AWS の製品やサービスは、明示または暗示を問わず、いかなる保証、表明、条件を伴う ことなく「現状のまま」提供されます。お客様に対する AWS の責任は、AWS 契約に より規定されます。本書は、AWS とお客様の間で行われるいかなる契約の一部でも なく、そのような契約の内容を変更するものでもありません。 © 2019 Amazon Web Se

              • Simplify: move code into database functions | Derek Sivers

                If you are a web or API developer, programming code that uses an SQL database, this is for you. I’ve found a very different and useful way to structure code. It’s made such a big difference for me that I had to share it here. How things are Most web development — whether custom or using frameworks like Rails, Django, Laravel, Sinatra, Flask, and Symfony — tends to work the same way: At the core is

                  Simplify: move code into database functions | Derek Sivers
                • Database Design and Implementation

                  This textbook examines database systems from the viewpoint of a software developer. This perspective makes it possible to investigate why database systems are the way they are. It is of course important to be able to write queries, but it is equally important to know how they are processed. We e.g. don’t want to just use JDBC; we also want to know why the API contains the classes and methods that

                    Database Design and Implementation
                  • Schedule - CMU 15-445/645 :: Intro to Database Systems (Fall 2023)

                    Lecture #01: Relational Model & Algebra •Readings: Chapters 1-2, 27 •Project: C++ Primer •Slides: •Notes: •Video:

                      Schedule - CMU 15-445/645 :: Intro to Database Systems (Fall 2023)
                    • Golang の database/sql ドライバでの Cloud Spanner サポートの一般提供を開始 | Google Cloud 公式ブログ

                      ※この投稿は米国時間 2022 年 9 月 15 日に、Google Cloud blog に投稿されたものの抄訳です。 概要Go SQL Spanner ドライバは、Go の database/sql/driver インターフェースの実装です。ドライバをアプリケーションに追加することで、Cloud Spanner で database/sql API の使用が可能となります。spanner を driverName として、有効な接続文字列を dataSourceName として使用します。 import _ "github.com/googleapis/go-sql-spanner" db, err := sql.Open("spanner", "projects/PROJECT/instances/INSTANCE/databases/DATABASE") if err != nil

                        Golang の database/sql ドライバでの Cloud Spanner サポートの一般提供を開始 | Google Cloud 公式ブログ
                      • BlazorアプリをFirebase Databaseと連携させる - Qiita

                        BlazorクライアントアプリケーションをFirebase Hostingにデプロイし、Firebase Databaseと連携したいと思います。 開発環境 Windows10 Visual Studio 2019 Preview .Net Core 3.0 Preview 9 Firebase CLI for Windows(beta) Firebaseの準備 Firebase-CLIを使えるようにする VisualStudioのプロジェクトをFirebaseにデプロイするために、Firebase-Cliを準備します。Firebase CLI for Windows(beta)は、Node.jsなどのインストールが不要なので便利です。 PATHを通しておきます。 Firebaseにログインし、新しいプロジェクトを作成 Firebaseアカウントを作成し、ログインして、新しいプロジェクトを

                          BlazorアプリをFirebase Databaseと連携させる - Qiita
                        • Introducing Athenadriver: An Open Source Amazon Athena Database Driver For Go

                          You’re seeing information for Japan . To see local features and services for another location, select a different city. Show more Data analytics play a critical part in Uber’s decision making, driving and shaping all aspects of the company, from improving our products to generating insights that inform our business. To ensure timely and accurate analytics, the aggregated, anonymous data that power

                            Introducing Athenadriver: An Open Source Amazon Athena Database Driver For Go
                          • GitHub - oxigraph/oxigraph: SPARQL graph database

                            Oxigraph is a graph database implementing the SPARQL standard. Its goal is to provide a compliant, safe, and fast graph database based on the RocksDB key-value store. It is written in Rust. It also provides a set of utility functions for reading, writing, and processing RDF files. Oxigraph is in heavy development and SPARQL query evaluation has not been optimized yet. The development roadmap is us

                              GitHub - oxigraph/oxigraph: SPARQL graph database
                            • RocksDB Is Eating the Database World

                              Hear talks on search and AI from engineers at Netflix, DoorDash, Uber and more. A Brief History of Distributed Databases The era of Web 2.0 brought with it a renewed interest in database design. While traditional RDBMS databases served well the data storage and data processing needs of the enterprise world from their commercial inception in the late 1970s until the dotcom era, the large amounts of

                                RocksDB Is Eating the Database World
                              • Performance best practices for using Azure Database for PostgreSQL – Connection Pooling | Microsoft Azure Blog

                                Explore Azure Get to know Azure Discover secure, future-ready cloud solutions—on-premises, hybrid, multicloud, or at the edge Global infrastructure Learn about sustainable, trusted cloud infrastructure with more regions than any other provider Cloud economics Build your business case for the cloud with key financial and technical guidance from Azure Customer enablement Plan a clear path forward fo

                                  Performance best practices for using Azure Database for PostgreSQL – Connection Pooling | Microsoft Azure Blog
                                • GitHub - prisma/prisma-client-js: Type-safe database client for TypeScript & Node.js (ORM replacement)

                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                    GitHub - prisma/prisma-client-js: Type-safe database client for TypeScript & Node.js (ORM replacement)
                                  • Oracle、「Oracle Database 23ai」を発表 AIベクトル検索に対応、SQLでBoolean型を追加

                                    Oracleは2024年5月4日(米国時間)、コンバージドデータベースの最新バージョン「Oracle Database 23ai」(旧称:Oracle Database 23c)を発表した。Oracle Database 23aiでは、AI(人工知能)に焦点を当て、製品名を23cから23aiに変更したとしている。 Oracle Database 23aiは「Oracle Exadata Cloud@Customer」「OCI Exadata Database Service」「OCI Base Database Service」「Azure Oracle Database Service」で利用できる。自律型データベース「Oracle Autonomous Database」を無料で提供する「Always Free」版でも同バージョンを利用可能で、「Autonomous Database

                                      Oracle、「Oracle Database 23ai」を発表 AIベクトル検索に対応、SQLでBoolean型を追加
                                    • クラウドへの移行を加速する新しい Database Migration Service のご紹介 | Google Cloud 公式ブログ

                                      ※この投稿は米国時間 2020 年 11 月 13 日に、Google Cloud blog に投稿されたものの抄訳です。 あらゆる業界の企業が、ビジネス インフラストラクチャとデータベースをクラウドに移行するニーズに対応しています。そこで高い関心が寄せられているのが、圧倒的な信頼性、セキュリティ、費用対効果を備えた Cloud SQL などのフルマネージド クラウド データベースです。本日、Google Cloud が掲げるビジョンの一環として、新しいサーバーレスの Database Migration Service(DMS)をリリースしたことをお知らせいたします。このサービスは、より簡単かつ迅速に、高い予測可能性と信頼性で、最新のニーズを満たす方法を提供します。 企業にとってデータベースの移行は困難を伴う場合があります。これにお応えしたのが DMS です。DMS なら簡単で安全、かつ

                                        クラウドへの移行を加速する新しい Database Migration Service のご紹介 | Google Cloud 公式ブログ
                                      • Deno KV internals: building a database for the modern web

                                        Deno is designed to streamline web and cloud development with built-in modern tools, direct access to web platform APIs, and the capability to import modules via npm. Web apps very often require some persistent application state. Setting up a database involves numerous configuration steps and the subsequent integration of an ORM or other systems. What if you could access such a database without an

                                          Deno KV internals: building a database for the modern web
                                        • [re:Invent2019] [レポート] DAT359 – Amazon.com がどの様にしてOracle DatabaseからAWSのデータベースに移行したのか #reinvent | DevelopersIO

                                          しばたです。 今年の8月にAWSがAmazon.comのデータベースをOracle DatabaseからAWSの各種データベースに完全移行したとアナウンスし話題となりましたが、その詳細を聞けるセッションがあったので大喜びで参加してきました。 セッション情報 DAT359 - How Amazon.com migrated its applications from Oracle to AWS databases Amazon.com recently completed its enterprise database migration to AWS. In this session, Amazon.com leaders relay how they achieved database freedom with AWS. They discuss the enterprise progr

                                            [re:Invent2019] [レポート] DAT359 – Amazon.com がどの様にしてOracle DatabaseからAWSのデータベースに移行したのか #reinvent | DevelopersIO
                                          • GitHub - simukti/sqldb-logger: A logger for Go SQL database driver without modifying existing *sql.DB stdlib usage.

                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                              GitHub - simukti/sqldb-logger: A logger for Go SQL database driver without modifying existing *sql.DB stdlib usage.
                                            • IAM データベースアクセス用の IAM ポリシーの作成と使用 - Amazon Relational Database Service

                                              ユーザーまたはロールに DB インスタンスへの接続を許可するには、IAM ポリシーを作成する必要があります。その後、ポリシーをアクセス許可セットまたはロールにアタッチします。

                                              • Oracle Database Technology Night #46 今一度基本に立ち戻ろう データベースのセキュリティ対策

                                                Oracle Databaseには暗号化、アクセス制御、監査といった様々なセキュリティ機能を有しています。 それらの機能の特徴や設定方法、実際にどういう状況で使用するのが効果的なのかなど、数々の実システムで培ってきたナレッジを網羅的にここで公開します。

                                                  Oracle Database Technology Night #46 今一度基本に立ち戻ろう データベースのセキュリティ対策
                                                • 最近の MySQL の Internal Temporary Table 動作まとめ (version 8.0.28 版) - mita2 database life

                                                  8.0 のGA以降、Internal Temporary Table まわりは改良が重ねられきました・・・ ネットの記事では既に古い内容になってしまっているものもあり、改めて最新の挙動を確認して整理してみました*1。 なお、MySQL 8.0 の Internal Temporary Table の動作は @kentarokitagawa さんの以下の記事も詳しいです。 こちらの記事を読んでから本エントリーを読むとより理解しやすいでしょう。 gihyo.jp Internal Temporary Table MySQL は、ORDER BY や UNION を含むクエリを処理するため、内部的に一時的なテーブル(Internal Temporary Table) を作成します。 Internal Temporary Table はクエリの実行が終わると、自動的に削除されます。 Interna

                                                    最近の MySQL の Internal Temporary Table 動作まとめ (version 8.0.28 版) - mita2 database life
                                                  • 「真のサーバーレスへ向けたAuroraの進化 Aurora Limitless Database」というタイトルでre:Growth 2023 OSAKAに登壇しました #AWSreInvent #cmregrowth | DevelopersIO

                                                    CX事業本部@大阪の岩田です。 2023/12/11(月)に開催された「AWSreInvent ふりかえり勉強会 CM re:Growth 2023 OSAKA」にて「真のサーバーレスへ向けたAuroraの進化 Aurora Limitless Database」というテーマで発表させて頂きました。 イベントの詳細はこちら 発表資料 資料はこちらです シャーディング自体は古くから存在する技術ですが、Aurora Limitless Databaseはシャーディングの複雑さを極力ユーザーに意識させないように構成されているところが素晴らしい点だと感じています。Grover、Caspian、Time Sync Serviceといった低レイヤの技術を組み合わせてサービスを強化していけるのはAWSの強みといって良いでしょう。 実際にはまだAurora Limitless Databaseを触れていな

                                                      「真のサーバーレスへ向けたAuroraの進化 Aurora Limitless Database」というタイトルでre:Growth 2023 OSAKAに登壇しました #AWSreInvent #cmregrowth | DevelopersIO
                                                    • Amazon RDS Custom for Oracle – New Control Capabilities in Database Environment | Amazon Web Services

                                                      The shared responsibility model of RDS Custom for Oracle gives you more control than in RDS, but also more responsibility, similar to EC2. So, if you need deep control of your database environment where you take responsibility for changes that you make and want to offload common administration tasks to AWS, RDS Custom for Oracle is the recommended deployment option over self-managing databases on

                                                        Amazon RDS Custom for Oracle – New Control Capabilities in Database Environment | Amazon Web Services
                                                      • How we migrated our PostgreSQL database with 11 seconds downtime – Government Digital Service

                                                        GOV.UK Notify is hosted on the GOV.UK Platform as a Service (PaaS). The PaaS is being retired, so we are migrating all of our infrastructure into our own Amazon Web Services (AWS) account. This blog post explains how we migrated our PostgreSQL database with minimal downtime. Migrating our database The PaaS provides a database for us and we use it to store all of our data - from data about each not

                                                          How we migrated our PostgreSQL database with 11 seconds downtime – Government Digital Service
                                                        • 爆速で月額¥20~?商用SQL Serverを最安値でAzure SQL Databaseクラウドで立ててみた - Qiita

                                                          爆速で月額¥20~?商用SQL Serverを最安値でAzure SQL Databaseクラウドで立ててみたAWSSQLServerAzureDatabaseAzureSQLDatabase AWSかAzureか・・・ 現職ではOffice 365(旧名ですね、今はMicrosoft 365)が入っており、私がJoinしてから数カ月たつがレガシーなオンプレ、アプリの環境でタイムマシーンでかなりかなり前に戻った感がある中、Power BIやPower Apps等のツールに魅力を感じてもらっており徐々に展開が始まっている。SalesforceもLightning Platform Starterの紹介をしてミニマムスタート。そんな中、雑多なデータベースのニーズがありCDS(Common Data Service)はPower Appsでは使えても(Microsoftのソリューションでは使えて

                                                            爆速で月額¥20~?商用SQL Serverを最安値でAzure SQL Databaseクラウドで立ててみた - Qiita
                                                          • Oracle Databaseレプリケーションとサポート状況/対応製品 | コーソルDatabaseエンジニアのBlog

                                                            渡部です。Oracle Database関連のレプリケーション技術について整理します。 Oracle Database本体のレプリケーション機能の多くが、サポートが終了していることに注意してください。 物理レプリケーションと論理レプリケーション データベースのレプリケーション技術は、物理レプリケーションと論理レプリケーションに大別されます。 物理レプリケーションは、データベース全体に対する物理的な更新を伝搬することで、 データベースを複製します。レプリケーション元のデータベース(プライマリDB)と レプリケーション先のデータベース(スタンバイDB)の物理的な構造が同じになります。 メカニズムがシンプルで運用しやすいため、災害対策に向けたDR構成/HA構成によく使用されます。 論理レプリケーションは、指定したテーブル群に対する論理的な更新を伝搬することで、 データベース内の指定したテーブル群

                                                            • HSBC moves from 65 relational databases into one global MongoDB database

                                                              Summary: HSBC Bank is one of the world’s leading financial institutions. It is simplifying its data model by running its applications on MongoDB. (Image sourced via HSBC) HSBC is one of the world's most recognisable banking and financial services organisations, operating in over 60 countries and serving more than 40 million customers. However, with this scale comes a significant amount of operatio

                                                                HSBC moves from 65 relational databases into one global MongoDB database
                                                              • GitHub - losfair/RefineDB: A strongly-typed document database that runs on any transactional key-value store.

                                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                  GitHub - losfair/RefineDB: A strongly-typed document database that runs on any transactional key-value store.
                                                                • GitHub - ApsaraDB/PolarDB-for-PostgreSQL: A cloud-native database based on PostgreSQL developed by Alibaba Cloud.

                                                                  PolarDB for PostgreSQL (hereafter simplified as PolarDB) is a cloud native database service independently developed by Alibaba Cloud. This service is 100% compatible with PostgreSQL and uses a shared-storage-based architecture in which computing is decoupled from storage. This service features flexible scalability, millisecond-level latency and hybrid transactional/analytical processing (HTAP) cap

                                                                    GitHub - ApsaraDB/PolarDB-for-PostgreSQL: A cloud-native database based on PostgreSQL developed by Alibaba Cloud.
                                                                  • Code Database

                                                                    Expressなどで開発をする人の中にはせっかくJavaScriptでサーバーをたてているからフロントの描画にもフレームワークを用いたいと思う方は多いと思います。今回はVue.jsを取り上げます。Vue.jsでのアプリケーションの雛形を作ってくれるVue-CLIを用いてさくっとExpressとVueを統合した環境を作成する方法を紹介します。 目標とする統合環境今回はフロントをVue.js(Vue-CLI3)、サーバーをExpress.jsで立ち上げます。そして、本記事の目標はファイルのバンドルのためにデフォルトで立ち上げることができる(npm run serveコマンドで)開発用サーバーとExpress実行用のサーバーを立ち上げて、httpリクエストとレスポンスの処理をすることです。 上のようなイメージです。localhost:8080で立ち上げたフロント開発用のサーバーからlocalho

                                                                      Code Database
                                                                    • GitHub - Wisser/Jailer: Database Subsetting and Relational Data Browsing Tool.

                                                                      2024-04-18 DDL scripts for creating database objects can now be generated thanks to an integration of the Liquibase tool. This makes it possible to create subset databases from scratch using only on-board means. 2023-02-03 Thanks to deep analysis of statements, the SQL console can now relate the result of queries to the source tables and display them accordingly. In addition, this technique also a

                                                                        GitHub - Wisser/Jailer: Database Subsetting and Relational Data Browsing Tool.
                                                                      • Announcing Amazon Aurora Limitless Database

                                                                        Today, AWS announces Amazon Aurora Limitless Database, which enables you to scale your Amazon Aurora clusters to millions of write transactions per second and manage petabytes of data. With this new capability, you can scale your relational database workloads on Aurora beyond the limits of a single Aurora writer instance without needing to create custom application logic or manage multiple databas

                                                                          Announcing Amazon Aurora Limitless Database
                                                                        • Are You Sure You Want to Use MMAP in Your Database Management System?

                                                                          Are You Sure You Want to Use MMAP in Your Database Management System? Memory-mapped (MMAP) file I/O is an OS-provided feature that maps the contents of a file on secondary storage into a program’s address space. The program then accesses pages via pointers as if the file resided entirely in memory. The OS transparently loads pages only when the program references them and automatically evicts page

                                                                            Are You Sure You Want to Use MMAP in Your Database Management System?
                                                                          • Aurora Global DatabaseのバージョンUpdateで詰まった点 - NRIネットコムBlog

                                                                            今回のテーマ 今回の本題となる構成 Aurora Global Databaseとは? ヘッドレスクラスターとは? 当初想定していたUpdate手順 実際に検証して分かったこと 今回実施したUpdate手順 さいごに こんにちは、NRIネットコム入社1年目の中川です。 8月にインフラチームに配属されもうすぐ5か月、まだまだ分からないことだらけで日々修行中です! 今回のテーマ 今回のテーマについてですが、下記にある通り、2024年1月15日でAurora MySQLのversion3.01並びに3.02 (MySQL 8.0.23 互換)がサポート対象外となり廃止されます。 docs.aws.amazon.com それに伴い、Aurora MySQLのマイナーバージョンUpdate検証をやってみたところ、公式ドキュメントを見ただけでは分からない落とし穴がいくつもあったため、それらをご紹介でき

                                                                              Aurora Global DatabaseのバージョンUpdateで詰まった点 - NRIネットコムBlog
                                                                            • GitHub Advisory Database now open to community contributions

                                                                              ProductSecurityGitHub Advisory Database now open to community contributionsAnyone can now provide additional information to further the community’s understanding and awareness of security advisories. The world of open source security is fast moving, with new vulnerabilities and different attack vectors driving the community to continuously seek to learn more. GitHub has teams of security researche

                                                                                GitHub Advisory Database now open to community contributions
                                                                              • 展覧会 | ddd DATABASE

                                                                                曖昧さ高橋 善丸と原田 祐馬ディーディーディー後藤 哲也物欲三重野 龍地続き廣田 碧グラフィックウエスト後藤 哲也インフォメーション・アーキテクチャ三木 健松井 桂三後藤 哲也レイヤー近藤 聡聞く服部 滋樹(非西洋諸国の)近代性堤 拓也あまのじゃく杉崎 真之助ポスター後藤 哲也制約ニコール シュミット

                                                                                  展覧会 | ddd DATABASE
                                                                                • (gas) 公開SpreadSheetを簡易databaseにするApps ScriptをOOPで書く - Qiita

                                                                                  SpreadSheetを簡易databaseにしたAPIができないか 調べたらできそうだったので下記の資料を参考に実装してみました。 参考にさせていただいた資料 Google Sheets にデータを追加、更新、削除する Web API をサクッと作る https://qiita.com/takatama/items/e5cb83012d14c0094a79 【GAS】スプレッドシート内の全シートへのリンク一覧を作る https://qiita.com/okNirvy/items/d1a2f4918cff8e63dcac Google Apps ScriptのdoPostでJSONなパラメータのPOSTリクエストを受ける https://qiita.com/shirakiya/items/db22de49f00710478cfc JSのOOP oopでjsを書く練習をしたかったため、fun

                                                                                    (gas) 公開SpreadSheetを簡易databaseにするApps ScriptをOOPで書く - Qiita