当前位置: 首页 > 软件库 > 大数据 > 数据查询 >

firebase-gcp-examples

授权协议 MIT License
开发语言 Java
所属分类 大数据、 数据查询
软件类型 开源软件
地区 不详
投 递 者 桂高昂
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Firebase & GCP Examples

exploring serverless app architectures, languages, tools & more!

�� code samples · ��‍��‍��‍�� contributions

Firebase & GCP

Take a look at awesome-firebase for an overview of the latest tools in the ecosystem!

Code samples

Legend: �� Theory, �� Examples & �� Comments.

Examples are for Firebase unless otherwise denoted with gcp-. Most can be translated to GCP without much effort.

Post Repo
�� Next.js on Firebase: hybrid SSG/SSR with Google Cloud Run cloudrun-nextjs ��
�� Next.js on Firebase: hybrid SSG/SSR with Cloud Functions functions-nextjs(updated!)
�� Nuxt.js on Firebase: SSR with Cloud Functions functions-nuxtjs
�� State of Firebase (late 2019)
�� Next.js on Firebase: SSR with Cloud Functions functions-nextjs(updated!)
�� Runtime Secret Decryption with Node.js on Cloud Run gcp-cloudrun-berglas
�� Apollo GraphQL & Cloud Functions for Firebase functions-graphql-apollo
�� Express.js & Cloud Functions for Firebase functions-express
�� 3 Best Features of Google Cloud Run
�� State of Cloud Functions (mid 2019)
�� Cron & Cloud Functions for Firebase cron
�� Awesome Firebase Announcement awesome-firebase
�� Cloud Functions w Compiled Code
�� Cloud Functions w Babel, Flow & TypeSript functions-w-babel
�� Cloud Functions w ParcelJS functions-w-parcel
�� State of Firebase (late 2018)
�� Babel & preset-env
�� Firebase Package Names and Bundle Sizes namespaced pkgs
�� Exploring Cloud Functions for Firebase

For all my blog posts, see my Medium Table of Contents post.

Deprecated Posts & Examples
OLD (to be replaced) Technical Blog posts Repo/Folder
ES6+ in Cloud Functions for Firebase #2 firebase-functions-babel-example
Next.js on Cloud Functions for Firebase with Firebase Hosting firebase-functions-next-example
GraphQL Server on GCP Cloud Functions gcp-functions-graphql

Contributions

Thanks goes to these wonderful people (emoji key):

James Hegedus
James Hegedus

�� �� �� �� ��
Michael Lustig
Michael Lustig

��
Jasan
Jasan

�� ��
Matthias Bruns
Matthias Bruns

�� ��
Charles Thomas
Charles Thomas

��
Dan Tavelli
Dan Tavelli

��
Joseph Roddy
Joseph Roddy

��
Mat Warger
Mat Warger

��
Daniel R
Daniel R

��
tomvdv
tomvdv

��
Rio Martinez
Rio Martinez

�� �� ��

This project follows the all-contributors specification. Contributions of any kind welcome!

Some contributors listed above contributed to earlier repositories and versions of these examples, so although they may not appear in this repo's graphs/contributors list, they helped nonetheless. Thanks.

Please note: I do intend to write a blog post about each of the examples here. I have a lot of examples in various stages of progress that I will release when I have the blog post written. If you wish to contribute to examples prior to a post being written I will of course credit all contributions to each particular example ��

If you have a request please open an issue so we can discuss how & why it should be implemented.

Find Me

✍️ medium · �� twitter · :octocat: github · �� gitlab

 相关资料
  • 2)当前以美国为中心的托管是否影响英国等地的性能?例如,如果有人导航到我在伦敦的web应用程序,那么调用GCP云功能的网页是否位于美国,而GCP云功能反过来获取位于伦敦等地的数据?

  • 我有一个场景,需要将多个“在前提下”的Microsoft SQL server数据库从业务数据中心同步到云存储(我们称之为blob存储)。 我需要做同样的事情使用谷歌工具(目的地谷歌云存储)。是否有不需要VPN的等效GCP工具?如果没有,有什么价格较低的工具推荐吗?

  • 我们可以使用GCP云函数来启动和停止GCP实例,但是我需要使用云函数和调度程序来处理GCP实例的计划挂起和恢复。 从GCP文档中,我了解到我们可以开始和停止使用下面提供的云功能https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/functions/scheduleinstance 我们是否有相同的节点JS或其

  • 我正在使用gcloud firebase cli探索一种可复制的方法来创建和配置GCP firebase项目。 我已经使用gcloud cli工具创建了GCP项目。然后,我使用firebase cli运行了firebase init firestore命令。 最终它输出了... 错误:看起来您以前没有在这个项目中使用过Cloud FiRecovery。转到https://console.fireb

  • Google最终增加了对Cloudsql、postgresql逻辑复制/解码支持的支持。我正在尝试使用Debezium捕获数据库表上的更改,然后将json中的更改发布到Gcp PubSub。我使用带有Gcp Pubsub接收器的Debezium服务器只是为了验证连接是否工作,但不断得到以下错误消息 所以它似乎默认插件为,但是我在环境变量中设置了。根据这个文档https://hub.docker.c

  • 使用标准的GCP提供的存储/文本文件来发布Sub数据流模板,但是尽管我已经设置了#workernodes eq 1,但是对于下游组件来说,处理的消息吞吐量“太高”。 在 Pub/Sub 中的消息事件上运行的 Cloud 函数会命中 GCP 配额,并且使用 CloudRun,我在开始时收到一堆 500、429 和 503 个错误(由于步进突发率)。 有没有办法控制数据流的处理速率?需要获得更软/更慢