並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 31 件 / 31件

新着順 人気順

subscriptionの検索結果1 - 31 件 / 31件

  • サブスクリプションサービスをつくる時にエンジニアが考えること / Behind the Scenes: Engineering a Subscription Service

    「B/43 Tech Talk 〜 Fintech×サブスクリプションサービス立ち上げの裏側〜」にて @ohbarye が"サブスクリプションサービスをつくる時にエンジニアが考えること"と題して発表した資料です。 イベントURL: https://smartbank.connpass.com/event/289643/

      サブスクリプションサービスをつくる時にエンジニアが考えること / Behind the Scenes: Engineering a Subscription Service
    • GCPのCloud Pub/Sub Push SubscriptionをAWSで実現する - LayerX エンジニアブログ

      この記事はLayerX Tech Advent Calendar 2022の20日目の記事です。 こんにちは。LayerXのバクラク事業部でOpsエンジニアをやっている@civitaspoです。みなさん、GCPのCloud Pub/Sub Push Subscriptionはご存じですか?便利ですよね。この記事では、あの便利さをAWSで実現する方法を紹介したいと思います。 GCPのCloud Pub/Sub Push Subscription とは? GCPにはCloud Pub/Subというメッセージングサービスがあります。Pub/Subモデルを実現するGCPのマネージドサービスです。Cloud Pub/Subには3つのSubscription Typeがあり、その一つがPush Subscriptionです。 cloud.google.com cloud.google.com 引用した

        GCPのCloud Pub/Sub Push SubscriptionをAWSで実現する - LayerX エンジニアブログ
      • Firebase ExtensionsのRun Subscription Payments with Stripeを使ってサブスク課金をコードを書かずに実装する - Qiita

        Firebase ExtensionsのRun Subscription Payments with Stripeを使ってサブスク課金をコードを書かずに実装するstripeFirebasecloudfunctionsSubscriptionFirestore こんにちは。もぐめっとです。 歳のせいか、おでこのシワが最近隠せません。 話は戻り、最近とうとうfirebase extensionsでstripeのextensionが発表されましたね! 🚨New Extensions alert! 🚨 We’re unveiling two brand new Extensions with @StripeDev that help you run subscription payments and send invoices in your web apps. Find them here

          Firebase ExtensionsのRun Subscription Payments with Stripeを使ってサブスク課金をコードを書かずに実装する - Qiita
        • Introducing Twitter Blue - Twitter’s first-ever subscription offering

          Company Introducing Twitter Blue - Twitter’s first-ever subscription offering We’ve heard from the people that use Twitter a lot, and we mean a lot, that we don’t always build power features that meet their needs. Well, that’s about to change. We took this feedback to heart, and are developing and iterating upon a solution that will give the people who use Twitter the most what they are looking fo

            Introducing Twitter Blue - Twitter’s first-ever subscription offering
          • Docker Subscription Service Agreement

            Docker Desktop 4.0のリリースと共に新たなサービス利用規約、Docker Subscription Service Agreement(以下DSSAと略す)が発表された。 前提知識 まず利用規約の前にいくつか基本的な事をおさらいしておこう: DockerはDocker, Inc.が開発し配布しているソフトウェア なので基本的にはプロプライエタリソフトウェア その一部はOSSライセンス(Apache License 2.0)で配布されている この部分はmobyとも呼ばれる MicrosoftのVisual Studio Codeと同様にコア部分をOSSとして提供する一方で、それをパッケージ化して配布及びマネージドサービスとして提供する部分はプロプライエタリな形を維持する方式 コンテナランタイム、つまり仮想化とそれを操作するAPI群はOS(Windows, Linux)が提供し

              Docker Subscription Service Agreement
            • GitLab is moving to a three-tier product subscription model

              GitLab is phasing out the Bronze/Starter tier Current Bronze/Starter customers have over a year to transition Transition discount offers are available to current customers GitLab Free continues to gain features, with over 450 in the last year GitLab will continue to have SaaS and Self-Managed options for each tier GitLab is phasing out the Bronze and Starter tiers and moving to a three-tier subscr

                GitLab is moving to a three-tier product subscription model
              • GraphQLにおけるSubscription処理について(実装例: Amplify + AppSync) - Qiita

                はじめに こんにちは ! KDDI アジャイル開発センターの小板橋です。 この記事は、KDDI Engineer Advent Calendar 2020の15日目の記事となります。 GraphQLの記事はよく見かけますが、GraphQLにおけるSubscription処理についてはあまり目にすることがありません。そこで本記事は、Subscriptionに着目したもので、実装時の助けになれれば幸いです。 GraphQLについては、以前事細かく書いたので、そちらをご覧ください。GraphQL入門 仕組み realtime API pub/subのような仕組みのAPIをrealtime APIというらしいです。 参考: GraphQL Subscription このrealtime APIなのですが、大きく分けて3つのタイプに分類されます。 1.ポーリング クライアントは、定期的にリクエストを

                  GraphQLにおけるSubscription処理について(実装例: Amplify + AppSync) - Qiita
                • Docker Hub Image Retention Policy Delayed, Subscription Updates | Docker

                  Docker Hub Image Retention Policy Delayed, Subscription Updates Today we are announcing that we are pausing enforcement of the changes to image retention until mid 2021. Two months ago, we announced a change to Docker image retention policies to reduce overall resource consumption. As originally stated, this change, which was set to take effect on November 1, 2020, would result in the deletion of

                    Docker Hub Image Retention Policy Delayed, Subscription Updates | Docker
                  • Perlego | An online subscription for all your academic books

                    Your selection will not affect books. Website language selection impacts menus and navigation.

                      Perlego | An online subscription for all your academic books
                    • PocketTube - YouTube Subscription Manager

                      Create Use AI tags or create custom groups for your subscriptions

                      • Netflix names Microsoft as partner for new consumer subscription plan - The Official Microsoft Blog

                        We’re thrilled to be named Netflix’s technology and sales partner to help power their first ad-supported subscription offering. At launch, consumers will have more options to access Netflix’s award-winning content. Marketers looking to Microsoft for their advertising needs will have access to the Netflix audience and premium connected TV inventory. All ads served on Netflix will be exclusively ava

                          Netflix names Microsoft as partner for new consumer subscription plan - The Official Microsoft Blog
                        • graphql-ruby で始める GraphQL Subscription - hatappi.blog

                          いままで GraphQL で Query と Mutation を使う機会はあったけど Subscription は使ったことがなかった。 ということで今回は graphql-ruby を使って Subscription を使ってみました。のメモ。 できたもの Anket で回答した結果をブラウザから確認できるのですが、その画面をリロードしなくても結果が更新されるようにしてみました。 やっていることとしては画面を開いた時に subscription をリクエストして、以降は画面を閉じるまでは Slack でアンケートの回答があった時にその結果を受け取って画面上に反映しています。 クライアントには Apollo を使っています。 手元で試すことができるのでぜひ使ってみてください。 そして壊れてたら教えてください!! GraphQL の Subscription とは? Subscriptio

                            graphql-ruby で始める GraphQL Subscription - hatappi.blog
                          • FlyCode: Recover subscription revenue from payment failures

                            Maximize Subscription Revenue with Dunning & Payment optimization AI

                              FlyCode: Recover subscription revenue from payment failures
                            • EC2(RHEL)で dnf upgrade を実行した際に「This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.」というエラーが発生した場合の対処方法 | DevelopersIO

                              困っていた内容 Redhat Enterprise Linux の AMI から起動した EC2 インスタンスのアップデートを実行しています。 dnf upgrade を実行したところ、以下のエラーが発生しました。 $ dnf upgrade YYYY-MM-DD hh:mm:ss,sss [ERROR] dnf:4883:MainThread @logutil.py:194 - [Errno 13] Permission denied: '/var/log/rhsm/rhsm.log' - Further logging output will be written to stderr Not root, Subscription Management repositories not updated This system is not registered to Red Hat Su

                                EC2(RHEL)で dnf upgrade を実行した際に「This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.」というエラーが発生した場合の対処方法 | DevelopersIO
                              • Red Hat Developer Subscriptionを取得して、RHELをサブスクリプション登録・登録解除する方法

                                Red Hat Developer Subscriptionを取得して、RHELをサブスクリプション登録・登録解除する方法 Red Hat Enterprise Linux (以下、RHEL) は、商用使用する場合はサブスクリプションの購入が必要となるが、開発目的であれば「Red Hat Developer Subscription」と呼ばれるサブスクリプションを取得することで、無償利用することができた。 2020年12月に、このRed Hat Developer Subscriptionの利用規約に改正があり、開発環境だけでなく本番環境であっても、最大16台までRHELを使えるようになった。 New Year, new Red Hat Enterprise Linux programs: Easier ways to access RHEL 個人開発者はRed Hat Enterpris

                                  Red Hat Developer Subscriptionを取得して、RHELをサブスクリプション登録・登録解除する方法
                                • AWS AppSyncでGraphQL【実践編その2  Subscription】 | フクロウラボテックブログ | Fukurou-labo Tech Blog

                                  お疲れさまです!フクロウラボ若杉です。 ほんと、時間が過ぎるのが早いですね〜。この1,2年はそうなんですが、一方で、プライベートでも様変わりしているせいか、1年前が3,4年位前のような感じもしている今日このごろです。 さて、前回は、 AWS AppSyncでGraphQL【実践編その1(Vue+Amplify+Cognito)】 ということで、Amplifyを使ってメモアプリを作成しました。 今回は、GraphQLのSubscriptionを使ってサーバープッシュなアプリを作ってみようと思います。 前回作ったメモアプリ�を改良して作ろうかと思ったのですが、そもそもメモアプリはCognitoでの認証が入って本人しか見られないコンテンツなため、今回のサンプルにはマッチしなさそうだったので、ゼロから普通の掲示板を作って、更新したタイミングで他に閲覧しているユーザーへもリアルタイムに更新をかけると

                                    AWS AppSyncでGraphQL【実践編その2  Subscription】 | フクロウラボテックブログ | Fukurou-labo Tech Blog
                                  • GitHub - billabear/billabear: Subscription Management and Billing System

                                    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 - billabear/billabear: Subscription Management and Billing System
                                    • AWS MGN Update – Configure DR, Convert CentOS Linux to Rocky Linux, and Convert SUSE Linux Subscription | Amazon Web Services

                                      AWS News Blog AWS MGN Update – Configure DR, Convert CentOS Linux to Rocky Linux, and Convert SUSE Linux Subscription Just about a year ago, Channy showed you How to Use the New AWS Application Migration Server for Lift-and-Shift Migrations. In his post, he introduced AWS Application Migration Service (AWS MGN) and said: With AWS MGN, you can minimize time-intensive, error-prone manual processes b

                                        AWS MGN Update – Configure DR, Convert CentOS Linux to Rocky Linux, and Convert SUSE Linux Subscription | Amazon Web Services
                                      • Broadcom plans 'rapid subscription transition' for VMware

                                        Offers comforting vision for core customers, products, channel – though warns efficiencies are coming Broadcom has signaled its $61 billion acquisition of VMware will involve a “rapid transition from perpetual licenses to subscriptions.” That's according to Tom Krause, president of the Broadcom Software Group, on Thursday's Broadcom earnings call. He was asked how the semiconductor giant plans to

                                          Broadcom plans 'rapid subscription transition' for VMware
                                        • Instagram、クリエイター収益化機能「Subscription」のテストを開始

                                          米Meta(旧Facebook)傘下のInstagramは1月19日(現地時間)、クリエイター収益化のための新機能「Subscription」のテストを米国の10人のクリエイターで開始したと発表した。ユーザーとクリエイターの反応を見て提供範囲を拡大していくとしている。 テストに参加しているクリエイターのプロフィールページには「Subscribe」ボタンが追加されており、フォロワーはこれをタップすることでサブスクできる。 サブスク料金は、月額0.99ドル~99.99ドルまでの8つの価格帯からクリエイターが自分で選択して設定できる。 サブスクしたフォロワーの特典は、サブスク限定のコンテンツの視聴や、一般公開コンテンツのコメント欄で使える紫色のバッジ(コメントで目立てる)など。 クリエイター側はサブスクユーザーの一覧をチェックしたり、サブスクからの収益パネルにアクセスできる。 Instagram

                                            Instagram、クリエイター収益化機能「Subscription」のテストを開始
                                          • Subscription Companies Rethink Irksome Cancelation Practices

                                            This copy is for your personal, non-commercial use only. Distribution and use of this material are governed by our Subscriber Agreement and by copyright law. For non-personal use or to order multiple copies, please contact Dow Jones Reprints at 1-800-843-0008 or visit www.djreprints.com. https://www.wsj.com/articles/subscription-companies-rethink-irksome-cancelation-practices-11638370800

                                              Subscription Companies Rethink Irksome Cancelation Practices
                                            • 詳解 Auto-Renewable Subscription / Detailed Auto-Renewable Subscription

                                              iOSDC2019におけるトークです。 https://fortee.jp/iosdc-japan-2019/proposal/723b458a-2b5d-41a1-bec5-2cd5ccf722c0

                                                詳解 Auto-Renewable Subscription / Detailed Auto-Renewable Subscription
                                              • ButcherBox: Meat Delivery Subscription

                                                Meat and seafood that makes your life simpler.We're here to simplify your life. We obsess about quality standards so you don't have to, and then deliver it right to your door. Get Started Animal Welfare CertifiedEvery ButcherBox product is 3rd-party animal welfare certified. Choose Your Plan What We DeliverWhen you join us, you're joining a community focused on caring about animals and our planet,

                                                  ButcherBox: Meat Delivery Subscription
                                                • No-cost Red Hat Enterprise Linux Individual Developer Subscription: FAQs | Red Hat Developer

                                                  General 1. What is the Red Hat Developer program's Red Hat Developer Subscription for Individuals? The Red Hat Developer Subscription for Individuals is a no-cost offering of the Red Hat Developer program and includes access to Red Hat Enterprise Linux among other Red Hat products. It is a program and an offering designed for individual developers, available through the Red Hat Developer program.

                                                    No-cost Red Hat Enterprise Linux Individual Developer Subscription: FAQs | Red Hat Developer
                                                  • Microsoft 365 Subscription Benefits | Microsoft 365

                                                    • Is an Apple Music Subscription Worth It?

                                                      Thinking of subscribing to Apple Music? Here's how to know if it's worth it for you. Since its launch in June 2015, Apple Music has been growing steadily. Because of its easy integration across Apple devices, many Apple users are fond of the streaming service. However, how does Apple Music stack up compared to the other streaming services out there? Does it justify a $9.99 subscription per month?

                                                        Is an Apple Music Subscription Worth It?
                                                      • Windows 7 まもなくサポート終了 | SYNNEX Device-as-a-Subscription | | NEXPECT by SYNNEX | シネックスジャパン株式会社

                                                        モダン PC で ビジネスを加速 モダン PC に移行して、生産性の向上、 安全性の強化、そして効率性の最適化を 実現しましょう。 Windows 7 のサポートは終了しました。Office 2010 のサポートはまもなく終了します。 古いデバイスではビジネスの保護はもちろんのこと、効率よくビジネスを展開することはできません。 今こそ、Windows 10、Office、インテルvPro® プラットフォーム搭載のモダンPCに移行しましょう。

                                                          Windows 7 まもなくサポート終了 | SYNNEX Device-as-a-Subscription | | NEXPECT by SYNNEX | シネックスジャパン株式会社
                                                        • 【週刊 Ask An Expert #25】チャットアプリにおける AWS AppSync の Subscription 設計を教えてほしい! 先週の #AWSLoft で受けた質問10選 | Amazon Web Services

                                                          AWS Startup ブログ 【週刊 Ask An Expert #25】チャットアプリにおける AWS AppSync の Subscription 設計を教えてほしい! 先週の #AWSLoft で受けた質問10選 今週末は三連休ですが、あいにく台風19号、ハギビスがくるようですね。ハギビス(Hagibis)とはフィリピンの言葉で「素早い」という意味なのだそうです。これまた猛烈な台風だそうなので、みなさん十分にお気をつけくださいませ。 そんな台風を乗り切った週明け 10/15(火) には、AWS Loft Tokyo にて AWS Amplify & AWS Chalice ハンズオンを開催します! またその後 10/18 (金) の 13〜17時には、通常の Ask An Expert カウンター付近(ソファ席あたりの予定)にて、Database / Analytics 系サービス

                                                            【週刊 Ask An Expert #25】チャットアプリにおける AWS AppSync の Subscription 設計を教えてほしい! 先週の #AWSLoft で受けた質問10選 | Amazon Web Services
                                                          • Search | Packt Subscription

                                                            Search over 7,500 Programming & Development eBooks and videos to advance your IT skills, including Web Development, Application Development and Networking

                                                              Search | Packt Subscription
                                                            • Teppei Sato on Twitter: "Slideshareの件、Account Settings > Content > "Allow users to read and download your slideshows without a subscription"… https://t.co/EGGqCUp9RQ"

                                                              Slideshareの件、Account Settings > Content > "Allow users to read and download your slideshows without a subscription"… https://t.co/EGGqCUp9RQ

                                                                Teppei Sato on Twitter: "Slideshareの件、Account Settings > Content > "Allow users to read and download your slideshows without a subscription"… https://t.co/EGGqCUp9RQ"
                                                              • GCP BigQuery Subscriptionを試す - Qiita

                                                                概要 この記事はQualiArts Advent Calender 2022の13日目の記事になります。 はじめまして、23卒内定者バイトのやましーです。QualiArtsでは2ヶ月間バックエンドのタスクに取り組んでいました。 今回はゲームの行動ログのパイプラインとして、BigQuery Subscriptionを構築した際にインプットしたことをまとめてみました。初めての技術記事となりますのでお手柔らかにお願いします。 *BigQuery, Cloud Pub/Sub自体の詳しい話は書いてません *Terraformのサンプルコードを載せていますが、IAMやサービスアカウントの構築については今回扱いません 前提 BigQuery SubscriptionとはCloud Pub/SubのSubscriptionの一つで、BigQueryに直接データを投入することができます。 BigQuery

                                                                  GCP BigQuery Subscriptionを試す - Qiita
                                                                1