{"id":19201052,"url":"https://github.com/dabit3/first-class-real-time","last_synced_at":"2026-05-16T18:02:13.246Z","repository":{"id":73190540,"uuid":"213492996","full_name":"dabit3/first-class-real-time","owner":"dabit3","description":"Serverless Conf - Real-time as a First-class Serverless Citizen","archived":false,"fork":false,"pushed_at":"2019-10-08T19:58:17.000Z","size":7546,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T00:32:53.702Z","etag":null,"topics":["appsync","aws","graphql","lambda","rekognition","serverless"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dabit3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-07T21:46:25.000Z","updated_at":"2019-10-10T21:41:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe3846d8-439a-418f-b3d7-a94c6aa2a78f","html_url":"https://github.com/dabit3/first-class-real-time","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dabit3/first-class-real-time","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dabit3%2Ffirst-class-real-time","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dabit3%2Ffirst-class-real-time/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dabit3%2Ffirst-class-real-time/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dabit3%2Ffirst-class-real-time/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dabit3","download_url":"https://codeload.github.com/dabit3/first-class-real-time/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dabit3%2Ffirst-class-real-time/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284911529,"owners_count":27083422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-17T02:00:06.431Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appsync","aws","graphql","lambda","rekognition","serverless"],"created_at":"2024-11-09T12:36:07.258Z","updated_at":"2025-11-17T15:29:29.170Z","avatar_url":"https://github.com/dabit3.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"![](header.png)\n\n## Serverless Conf - Real-time as a first class citizen\n\nThis repo holds the code for my demos at my talk from Serverless Conf\n\n### Google Docs in Markdown\n\nLive demo: [writewithme.dev](https://www.writewithme.dev/)\n\nSchema:\n\n```graphql\ntype Post @model {\n  id: ID!\n  clientId: ID!\n  markdown: String!\n  title: String!\n  createdAt: String\n}\n\ntype Subscription {\n  onUpdatePostWithId(id: ID!): Post\n    @aws_subscribe(mutations: [\"updatePost\"])\n}\n```\n\nRepo: [Write with me](https://github.com/dabit3/write-with-me)\n\n### Real-time Beatbox\n\nLive demo: [hypebeats.dev](https://www.hypebeats.dev/)\n\nSchema:\n\n```graphql\ntype DrumMachine @model {\n  id: ID!\n  clientId: ID!\n  beats: String!\n  name: String!\n}\n\ntype Subscription {\n  onUpdateByID(id: ID!): DrumMachine\n    @aws_subscribe(mutations: [\"updateDrumMachine\"])\n}\n```\n\nRepo: [HypeBeats](https://github.com/dabit3/hype-beats)\n\n### Real-time image tracking\n\nSchema:\n\n```graphql\ntype ImageData @model\n  @auth(rules: [\n    { allow: public },\n    { allow: private }\n    ])\n{\n  id: ID!\n  imageKey: String\n  rekognitionData: String\n  imageTypes: [String]\n}\n\ntype Query {\n\tprocess(imageKey: String!): ImageData @function(name: \"rekognitionfunction-${env}\")\n}\n```\n\nRepo: [Real-time image tracking](https://github.com/dabit3/real-time-image-tracking)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdabit3%2Ffirst-class-real-time","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdabit3%2Ffirst-class-real-time","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdabit3%2Ffirst-class-real-time/lists"}