
Research
/Security News
Fake imToken Chrome Extension Steals Seed Phrases via Phishing Redirects
Mixed-script homoglyphs and a lookalike domain mimic imToken’s import flow to capture mnemonics and private keys.
@openpanel/plausible-exporter
Advanced tools
Export your Plausible ClickHouse data to a CSV which you can use for migrating to OpenPanel.dev.
Use npx with a ClickHouse URL:
npx @openpanel/plausible-exporter "http://localhost:8123/plausible_events_db" --output export.csv --job-id 00000000-0000-0000-0000-000000000000
Filter by site_id:
npx @openpanel/plausible-exporter "http://localhost:8123/plausible_events_db" --site-id 2 --output export.csv
Or via env vars:
export DATABASE_URL="http://localhost:8123/plausible_events_db"
export OUTPUT=export.csv
export JOB_ID=00000000-0000-0000-0000-000000000000
export SITE_ID=2 # optional
npx @openpanel/plausible-exporter
Header and column order:
"timestamp","name","site_id","user_id","session_id","hostname","pathname","referrer","referrer_source","country_code","country_name","screen_size","operating_system","browser","utm_medium","utm_source","utm_campaign","utm_content","utm_term","browser_version","operating_system_version","subdivision1_code","subdivision1_name","subdivision2_code","city_geoname_id","city_name","revenue_reporting_amount","revenue_reporting_currency","revenue_source_amount","revenue_source_currency","channel","meta.key","meta.value","job_id"
timestamp is the event timestamp from events_v2.timestamp.country_name, subdivision1_name, and city_name come from JOINs with location_data table.meta.key and meta.value are JSON stringified arrays from events_v2.meta.key and events_v2.meta.value.job_id is a constant per run (env/flag), appended to each row.--output, -o Output file path (default: export.csv)--job-id Job id to append to each row (default: empty string)--site-id Filter by site_id (optional, exports all sites if not specified)--batch-size Number of rows per paginated query (default: 50000)This package needs access to your ClickHouse database. The connection string format is:
http://[username:password@]host:port/database
Examples:
http://localhost:8123/plausible_events_dbhttp://user:password@clickhouse.example.com:8123/plausible_events_dbThe exporter queries the events_v2 table and joins with location_data to include country, region, and city names. It does not include imported data tables.
Ensure you have correct credentials and that the ClickHouse server is accessible from your network.
FAQs
Barebones ClickHouse CSV exporter for Plausible events.
The npm package @openpanel/plausible-exporter receives a total of 0 weekly downloads. As such, @openpanel/plausible-exporter popularity was classified as not popular.
We found that @openpanel/plausible-exporter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Mixed-script homoglyphs and a lookalike domain mimic imToken’s import flow to capture mnemonics and private keys.

Security News
Latio’s 2026 report recognizes Socket as a Supply Chain Innovator and highlights our work in 0-day malware detection, SCA, and auto-patching.

Company News
Join Socket for live demos, rooftop happy hours, and one-on-one meetings during BSidesSF and RSA 2026 in San Francisco.