F
Filament14mo ago
Meta

getEloquentQuery custom builder

Greetings fellows, need your help to integrate https://clickhouse.com into my laravel project inside filament table builder, but unfortunately the package its use for the eloquent driver is different with the filament, im using this package as the eloquent bavix/laravel-clickhouse and clickhouse as the connection. but since the package use custom builder i cannnot integrate it with filament table. any idea guys?
ClickHouse
Fast Open-Source OLAP DBMS - ClickHouse
ClickHouse is a fast open-source column-oriented database management system that allows generating analytical data reports in real-time using SQL queries
4 Replies
LeandroFerreira
LeandroFerreira14mo ago
Did you install this package? What is the issue? https://packagist.org/packages/bavix/laravel-clickhouse
bavix/laravel-clickhouse - Packagist
Eloquent model for ClickHouse
Meta
Meta14mo ago
yes i did, the issue that package us different Builder base class, since filament table only support Eloquent Builder. any idea?
Ahmed Mohamed
Ahmed Mohamed2mo ago
Hey@Meta , I'm trying to do the same thing, did you succeeded doing this and found a solution?
Meta
Meta2mo ago
Currently i cant make it fully work, there's work around by using Sushi Package. but still not fully optimized because its using too much memory