Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
seektable
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
seektable
11mo ago
shameless plug - online pivot tables: https://www.seektable.com o_o
2.
▲
by
seektable
1y ago
If you want to use Google Sheets as 'live' SQL data sources consider to use a BI tool that has a DuckDB connector. DuckDB has gsheets extension ( https://duckdb.org/community_extensions/extensions/gsheets.
3.
▲
by
seektable
1y ago
Websets are cool - I remember that 2 decades ago there was a project in Google Labs that tried to return google search results as 'objects' x 'properties' but it never left their research sandbox (cannot remember project
4.
▲
by
seektable
1y ago
Common approach is to use a data warehouse that is suitable for executing OLAP queries (to load/calculate data for your dashboards) in seconds. In simplest cases ('small data') this can be simply app's database replica -
5.
▲
by
seektable
2y ago
looks like Ollama's issue: https://github.com/ollama/ollama/issues/9686 , https://github.com/ollama/ollama/issues/9687
6.
▲
by
seektable
2y ago
Just tried gemma3:4b for structured output and it fails with a strange error ( ollama is the latest): Ollama error: POST predict: Post " http://127.0.0.1:49675/completion ": read tcp 127.0.0.1:49677->127.0.0.1:49
7.
▲
by
seektable
3y ago
This is an extension for standard netcore DI-container. It is possible to have declarative JSON definitions of components (services) in _addition_ to the existing code-based approach. For example, usage of JSON IoC config may be useful for
8.
▲
by
seektable
3y ago
> everything is translated to raw sql then pushed to the database layer All ROLAP-kind of BI tools do that (including PowerBI when it uses direct-query connection mode), it is expected that underlying data sources are fast enough to hand
9.
▲
by
seektable
3y ago
search-driven analytics is not really a new thing and products in this space were before LLM-era. This kind of interface can be useful for some categories of users but it is not a game-changer - prompts cannot replace Excel and its pivot ta
10.
▲
by
seektable
3y ago
You may try these online pivot tables https://www.seektable.com where you can re-order rows/columns simply with a click on the header, apply filters via simple input where you can specify which items to keep or exclude.
11.
▲
by
seektable
3y ago
PBI can be accessed via XMLA endpoint which can be consumed by many old components that previously were used with SSRS + has 'dataset execute query' REST API, so in this meaning PBI can be used as headless BI. Don't know muc
12.
▲
Headless-BI Products Comparison
(embedded-analytics.info)
2 points
by
seektable
3y ago
|
2 comments
13.
▲
by
seektable
4y ago
Solutions that are good for embedding reports have some specifics; say, usually a self-hosted version / white labeling are must-have. Shameless plug here: take a look at our https://www.seektable.com , especially if you'
14.
▲
by
seektable
4y ago
It depends on what kind of embedded reports you need. Most BI tools offer iFrame-based integration as simplest way to embed visuals into any kind of front-end. Our BI tool ( https://www.seektable.com ) is often used as embedded BI
15.
▲
by
seektable
4y ago
In 2022 we use NET6, last .NET Core was 3.1 which reaches end-of-life soon. Our SeekTable started as .NET Core 1.1 app 6 years ago, it was upgraded to 2.1, then 3.1 and now it is a NET6 app. Upgrades up to 3.1 were pain in the ass, API/
16.
▲
by
seektable
4y ago
Depending on usage scenario, Excel is replaced with: - process management system, usually web-based, and all business data is stored in the (central) DB. This could be specialized domain-specific solution, or organized with low-code tools l
17.
▲
by
seektable
4y ago
> * More than Grafana, I think you need something like Metabase integrated OOTB. That might be a killer feature. Nowadays you can directly connect to CH from many BI tools, and this could be different choice depending on report types &#x
18.
▲
by
seektable
4y ago
I'm afraid a long sales cycle (6-12mo) for B2B products that target big companies is a typical case. This remains relevant even if your product doesn't fall into an enterprise software category (in other words, it is low-cost for
19.
▲
by
seektable
4y ago
It looks like MetricFlow shines in constructing SQL queries on-demand, which means that it should be directly used by a BI tool, am I right with this?.. Generation of the static SQL (with CLI) for each report doesn't seem very usable o
20.
▲
by
seektable
5y ago
First of all, I wish you and your family stay safe. Nobody in Ukraine don't want death to _all_ Russians, however we hope all Russians who crossed the border with weapon in hands, will die here. After all, they _always_ have a choice:
21.
▲
by
seektable
5y ago
Microsoft employees with Ukrainian roots, you're the best - I know that you made a lot to make this possible. We'll win together / переможемо разом! Слава Україні!
22.
▲
Microsoft suspends new sales in Russia
(blogs.microsoft.com)
33 points
by
seektable
5y ago
|
6 comments
23.
▲
War in Ukraine – official UA foreign affairs ministry resource
(war.ukraine.ua)
2 points
by
seektable
5y ago
|
0 comments
24.
▲
by
seektable
5y ago
> - Reporting (Metabase, Superset, Quicksight?) SeekTable may be useful for tabular reports, also it is good for embedding.
25.
▲
by
seektable
5y ago
Have you evaluated PivotData Microservice ( https://www.nrecosite.com/pivotdata_service.aspx ) too? It supports dynamic schemas and beyond just API it comes with sample report builders (for end-users) and built-in pivot table
26.
▲
by
seektable
5y ago
That's exactly a use-case I meant below. Do you use any BI tool to visualize CH queries?
27.
▲
by
seektable
5y ago
People often think that ClickHouse is useful only for TBs of data. That's wrong! ClickHouse perfectly works on a single-server, and it works like a charm as a data source for self-service BI tools - an maintenance of this setup remains
28.
▲
by
seektable
5y ago
Tried the demo - it seems it doesn't recognize names (values) yet, for example "howard sum amount" leads to simply 'SELECT sum(amount) FROM orders'. Our SeekTable has similar function where values could be matched t
29.
▲
by
seektable
5y ago
This means that reports are embedded into existing web applications, in most cases simply with iFrames. 'Embedded BI' is a widely used term in this space, for example: 'Power BI embedded analytics'.
30.
▲
by
seektable
5y ago
Sales cycle for this kind of software is really long - very often timeframe from the first contact to subscriptions purchase is up to year. I'm not talking about cloud-version paid users, this is about installations. Also, users that c
More ›