-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82825fa
commit 8bbfdd5
Showing
9 changed files
with
238 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
# 业务规则 | ||
|
||
参考: | ||
|
||
https://liqiang.io/post/understanding-the-delays-on-prometheus-alerting-89dd7269 | ||
|
||
https://tech.meituan.com/2017/12/04/logictree.html | ||
|
||
https://tech.meituan.com/2017/11/03/dsmf.html | ||
|
||
# 数据指标 | ||
|
||
https://ahrefs.com/blog/zh/seo-metrics/ | ||
|
||
https://analysys.gitbook.io/ark/features/analytics/event | ||
|
||
https://insights.thoughtworks.cn/data-quality-management/ | ||
|
||
https://prometheus.io/docs/concepts/metric_types/ | ||
|
||
http://bigsec.com/bigsec-news/wechat-2017510-monitor | ||
|
||
|
||
https://ci.apache.org/projects/flink/flink-docs-release-1.10/monitoring/metrics.html | ||
|
||
http://peter.bourgon.org/blog/2017/02/21/metrics-tracing-and-logging.html | ||
|
||
https://lists.cncf.io/g/cncf-opentelemetry-community/subgroups | ||
|
||
https://landing.google.com/sre/resources/practicesandprocesses/art-of-slos/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
Shopify | ||
API工具及开发者社区 | ||
|
||
shopify开发者工具 | ||
https://shopify.dev/tools/graphiql-admin-api | ||
|
||
shopify开发者社区 | ||
https://help.shopify.com/en/partners/getting-started/walkthrough#step-1-learn-about-the-program | ||
|
||
shopify开发资源清单 | ||
https://www.shopify.ca/partners/blog/the-essential-list-of-resources-for-shopify-app-development | ||
|
||
shopify开发者博客 | ||
https://www.shopify.ca/partners/blog/topics/shopify-api | ||
|
||
API版本报告弃用做法 | ||
https://shopify.dev/concepts/about-apis/versioning | ||
|
||
API健康报告 | ||
https://shopify.dev/concepts/about-apis/versioning/api-health | ||
|
||
shopify通过物流和退款把控供应链 | ||
https://www.shopify.ca/partners/blog/shopify-locations-developers | ||
|
||
Shopify API Unite | ||
https://www.shopify.ca/partners/blog/shopify-api-unite-2019 | ||
|
||
API查询成本(漏斗算法用于api节流限制) | ||
https://shopify.dev/concepts/about-apis/rate-limits | ||
https://en.wikipedia.org/wiki/Leaky_bucket | ||
GraphQL的好处 | ||
https://shopify.dev/concepts/graphql/benefits | ||
|
||
https://www.shopify.ca/partners/blog/shopify-graphql-learning-kit | ||
|
||
调用graph ql的工具 | ||
https://insomnia.rest/ | ||
|
||
API版本更新: | ||
|
||
https://shopify.dev/tutorials/update-your-app-to-a-new-api-version | ||
|
||
https://shopify.dev/changelog | ||
|
||
shopify的APP应用 | ||
根据您的应用程序的用途以及发行或销售方式,首先需要选择要构建的应用程序类型。创建应用后,无法更改应用类型,因此请确保您了解每种类型的不同功能和要求。共有三种应用类型: | ||
- 公开应用 | ||
- 自定义应用 | ||
- 私人应用 | ||
|
||
公开应用 | ||
公开应用程序适用于希望将其应用程序分发给许多商人的开发人员。这些是公共应用程序的关键功能: | ||
- 它们可以安装在多个Shopify商店中 | ||
- 他们必须通过Shopify的应用批准流程 | ||
- 您可以在Shopify App Store中出售它们 | ||
- 他们使用OAuth 2.0管理身份验证 | ||
- 它们是在您的合作伙伴信息中心中创建和管理的 | ||
- 他们可以使用Shopify App Bridge在Shopify管理员中显示为嵌入式应用程序 | ||
- 他们可以使用应用程序扩展来扩展Shopify管理界面 | ||
- 他们必须将某些客户数据与Shopify同步,如API使用条款中所述 | ||
教程:使用OAuth对公共应用进行身份验证 | ||
自定义应用 | ||
自定义应用程序适用于开发人员构建针对单个商家的应用程序。这些是自定义应用程序的关键功能: | ||
- 它们可以安装在单个Shopify商店中 | ||
- 他们没有通过Shopify的应用批准流程 | ||
- 您不能在Shopify App Store中出售它们 | ||
- 您不能使用Billing API向商家收费 | ||
- 他们使用OAuth 2.0管理身份验证 | ||
- 它们是在您的合作伙伴信息中心中创建和管理的 | ||
- 他们可以使用Shopify App Bridge在Shopify管理员中显示为嵌入式应用程序 | ||
- 他们可以使用应用程序扩展来扩展Shopify管理界面 | ||
教程:使用OAuth验证自定义应用 | ||
私人应用 | ||
开发人员仍然可以创建私人应用程序,但是推荐使用自定义应用程序。 | ||
私人应用程序是指开发人员为商家开发的应用程序,而这些应用程序具有特定要求,而自定义应用程序无法满足这些要求。这些是私人应用程序的关键功能: | ||
- 它们是为单个Shopify商店或一小部分客户创建的 | ||
- 他们没有通过Shopify的应用批准流程 | ||
- 您不能在Shopify App Store中出售它们 | ||
- 使用基本HTTP身份验证管理身份验证 | ||
- 它们是在商家的Shopify管理员中创建和管理的 | ||
教程:使用Shopify管理员对私人应用进行身份验证 | ||
|
||
|
||
私人应用的验证方式 | ||
https://shopify.dev/concepts/about-apis/authentication | ||
|
||
创建私人程序的步骤 | ||
https://help.shopify.com/en/manual/apps/private-apps | ||
|
||
Embedded sdk | ||
https://shopify.dev/tools/embedded-app-sdk/getting-started | ||
|
||
Webhook | ||
https://shopify.dev/docs/admin-api/rest/reference/events/webhook | ||
|
||
|
||
https://hevodata.com/blog/shopify-to-bigquery/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
参考: | ||
|
||
|
||
https://cloud.google.com/logging/docs/api/tasks/exporting-logs#logging-list-sinks-python | ||
|
||
https://stackoverflow.com/questions/54263701/using-yaml-file-to-setup-gcp-cloud-logging | ||
|
||
|
||
https://medium.com/google-cloud/writing-developer-logs-with-google-cloud-logging-484016c05e16 | ||
|
||
https://stackoverflow.com/questions/59827670/stackdriver-logging-agent-not-showing-logs-read-from-a-custom-log-file-in-stackd |