Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fgasparini
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
fgasparini
10y ago
Why not? It has a WAL persisted to disk at a desired interval. It provides the same durability levels of most databases. http://redis.io/topics/persistence
2.
▲
by
fgasparini
10y ago
IMO it is more a response to Microsoft with its PowerBI + DataZen products. The Google Data Studio is only for dashboards (i.e. static visualizations) these other tools offers standard BI operations like rollup, drillup, pivoting and etc.
3.
▲
by
fgasparini
10y ago
I use both Metabase and Redash in the company that I work for. Both are really great tools and can replace (at least in part) expensive BI tools. I'm using both not because they are complementary, but at this moment they have a distinc
4.
▲
by
fgasparini
10y ago
It is(was) a company and its main product was a SQL client with built-in visualizations and features to save queries (just the query not the RS) in their cloud and share these queries with others peers in your organization. In my opinion it
5.
▲
by
fgasparini
10y ago
I recommend this book about concurrency: https://pragprog.com/book/pb7con/seven-concurrency-models-in...