GithubHelp home page GithubHelp logo

subs-store-svc's Introduction

Subscription Store Service

Setup

  • Example Data
INSERT INTO "subs_store"."subscriptions" ("subscription_id", "subscription_provider", "subscription_status", "effective_start_date", "effective_end_date", "user_id") VALUES ('A-1235', 'Google', 'canceled', '2019-01-01 00:00:00 +0000', '2020-01-31 00:00:00 +0000', 9b93c7db-ea92-41ac-b6bd-cb7fd565e946);
INSERT INTO "subs_store"."subscriptions" ("subscription_id", "subscription_provider", "subscription_status", "effective_start_date", "effective_end_date", "user_id") VALUES ('A-123', 'FT', 'active', '2019-01-01 00:00:00 +0000', '2020-01-01 00:00:00 +0000', 9b93c7db-ea92-41ac-b6bd-cb7fd565e946);
INSERT INTO "subs_store"."subscriptions" ("subscription_id", "subscription_provider", "subscription_status", "effective_start_date", "effective_end_date", "user_id") VALUES ('A-1234', 'Google', 'active', '2019-02-01 00:00:00 +0000', '2020-02-01 00:00:00 +0000', 9b93c7db-ea92-41ac-b6bd-cb7fd565e946);
INSERT INTO "subs_store"."subscriptions" ("subscription_id", "subscription_provider", "subscription_status", "effective_start_date", "effective_end_date", "user_id") VALUES ('B-4123', 'FT', 'active', '2019-01-01 00:00:00 +0000', '2020-01-01 00:00:00 +0000', b0d77626-9d83-44f3-93c9-0ac0abc9c3fa);
  • Example Queries
    • SELECT * FROM "subs_store"."subscriptions" WHERE "subscription_id" = 'A-1234'
    • SELECT * FROM subscriptions_by_user where user_id = 9b93c7db-ea92-41ac-b6bd-cb7fd565e946 AND subscription_provider = 'Google';

subs-store-svc's People

Contributors

mightypixel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.