mirror of
https://github.com/plausible/analytics.git
synced 2024-12-27 19:47:26 +03:00
5d1dc0d27c
* WIP * Get all stats from Clickhouse * Use https dependency * Do not namespace db tables in hydrate task * Update hydration task * Ingest data to clickhouse * Double-write to both Clickhouse and Postgres * Add test setup * Keep old stats module * Prepare for live ingestion test
6 lines
203 B
Elixir
6 lines
203 B
Elixir
{:ok, _} = Application.ensure_all_started(:ex_machina)
|
|
Plausible.Test.ClickhouseSetup.run()
|
|
ExUnit.start()
|
|
Application.ensure_all_started(:double)
|
|
Ecto.Adapters.SQL.Sandbox.mode(Plausible.Repo, :manual)
|