mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
update kafka saves
This commit is contained in:
parent
192dd218cb
commit
e12d25677d
3 changed files with 3 additions and 6 deletions
|
|
@ -1,13 +1,12 @@
|
|||
import { CLICKHOUSE, RELATIONAL, KAFKA } from 'lib/constants';
|
||||
import {
|
||||
getDateFormatClickhouse,
|
||||
getDateFormatKafka,
|
||||
prisma,
|
||||
rawQueryClickhouse,
|
||||
runAnalyticsQuery,
|
||||
runQuery,
|
||||
kafkaProducer,
|
||||
} from 'lib/db';
|
||||
import { kafkaProducer, getDateFormatKafka } from 'lib/kafka';
|
||||
import { getSessionByUuid } from 'queries';
|
||||
|
||||
export async function createSession(...args) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue