> Full dashboard demo hosted on 6$ vultr instance https://demo.vinceanalytics.com/share/vinceanalytics.com/v1/ ... 404 page not found
Show HN: Vince – A self hosted alternative to Google Analytics
11–20 of 92 posts
Re: Show HN: Vince – A self hosted alternative to Google Analytics
#12What kind of database is this using though? I don't know enough Go to figure it out from the source.
Re: Show HN: Vince – A self hosted alternative to Google Analytics
#13This is amazing! I self host Plausible but don't like depending on Clickhouse and Postgres because they're annoying to upgrade. What kind of database is this using though? I don't know enough Go to figure it out from the source.
Re: Show HN: Vince – A self hosted alternative to Google Analytics
#14This is amazing! I self host Plausible but don't like depending on Clickhouse and Postgres because they're annoying to upgrade. What kind of database is this using though? I don't know enough Go to figure it out from the source.
Re: Show HN: Vince – A self hosted alternative to Google Analytics
#15Re: Show HN: Vince – A self hosted alternative to Google Analytics
#16Re: Show HN: Vince – A self hosted alternative to Google Analytics
#17Re: Show HN: Vince – A self hosted alternative to Google Analytics
#18This is amazing! I self host Plausible but don't like depending on Clickhouse and Postgres because they're annoying to upgrade. What kind of database is this using though? I don't know enough Go to figure it out from the source.
It uses Pebble, the key-value store that backs CockroachDB.
> WARNING: Pebble may silently corrupt data or behave incorrectly if used with a RocksDB database that uses a feature Pebble doesn't support. Caveat emptor!
Slightly worrying for now running this in prod if there is a risk for silent data corruption, but hopefully in a few years Vince would have drivers for Postgres / Clickhouse.
Re: Show HN: Vince – A self hosted alternative to Google Analytics
#19Is is a Plausible clone? https://plausible.io
> vince started as a Go port of plausible with a focus on self hosting.
Re: Show HN: Vince – A self hosted alternative to Google Analytics
#20Earlier quoted context omitted.
It uses Pebble, the key-value store that backs CockroachDB.
Just saw this notice: > WARNING: Pebble may silently corrupt data or behave incorrectly if used with a RocksDB database that uses a feature Pebble doesn't support. Caveat emptor! Slightly worrying for now running this in prod if there is a risk for silent data corruption, but hopefully in a few years Vince would have drivers for Postgres / Clickhouse.