Skip to content
#

snowflake

Here are 418 public repositories matching this topic...

❄️ A React-Native Android iOS Starter App/ BoilerPlate / Example with Redux, RN Router, & Jest with the Snowflake Hapi Server running locally or on RedHat OpenShift for the backend, or a Parse Server running locally or remotely on Heroku

  • Updated Mar 7, 2019
  • JavaScript
growthbook
Auz
Auz commented Nov 21, 2021

Exposing the current GrowthBook version in the footer will help users know what version they're running and can help debug problems. Text should be small and muted.

Steps to implement this:

  1. In the .github/workflows/deploy.yml docker job, before running docker build, we can create a file containing the current GitHub commit hash and date
  2. In Dockerfile, we can copy this file to the

高并发、高可用的微服务架构中的分布式治理利刃,提供了分布式限流、服务降级、熔断器、重试器等容错特性,并提供了SPI、过滤器和JWT等功能。此外还提供了很多小的黑科技(如:IP黑白名单、UUID加强版、Snowflake和大并发时间戳获取等)。

  • Updated Mar 31, 2021
  • Java

💎迄今为止最全面的分布式主键ID生成器。 💎优化的雪花算法(SnowFlake)——雪花漂移算法,在缩短ID长度的同时,具备极高瞬时并发处理能力(50W/0.1s)。 💎原生支持 C#/Java/Go/Rust/C/SQL 等多语言,且提供 PHP 扩展及 Python、Node.js、Ruby 多线程安全调用动态库(FFI)。💎支持容器环境自动扩容(自动注册 WorkerId ),单机或分布式唯一IdGenerator。💎顶尖优化,超强效能。

  • Updated Nov 1, 2021
  • C
tellery
domechn
domechn commented Aug 9, 2021

In normal mode, the cookie in the browser is cleared when the user logs out.
In anonymous mode, users cannot actively log out.

The current approach is to call the isAnonymous function directly in router.ts to determine whether it is in anonymous mode.

But in fact, we have implemented AnonymousUserService, and we can implement the logic of logout in UserService and AnonymousUserSe

dbtvault
chapmanjacobd
chapmanjacobd commented Dec 15, 2019

I'm new to the idea of Data Vault 2.0 and I'm reading the Dan Linstedt book to understand it better.

To help me get a better perspective of how dbtvault works I would like to know how difficult do you think it would be to add support for BigQuery?

Are there specific features of Snowflake which makes it better for running dbt/dbtvault ?

Thanks,
Jacob

Improve this page

Add a description, image, and links to the snowflake topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the snowflake topic, visit your repo's landing page and select "manage topics."

Learn more