Data

Own it.
Trust it.
Control it.

Your drill hole data lives in a complete SQL database you own outright — not locked in a vendor's black box.

BBDD-001 / Interval Log
Row
Hole ID
From (m)
To (m)
Lith Code
RQD (%)
01
BBDD-001
0.00
4.50
GRAN
82
02
BBDD-001
4.50
9.00
GRAN
76
03
BBDD-001
9.00
13.50
PYRD
91
04
BBDD-001
13.50
18.00
SKRN
68
05
BBDD-001
18.00
22.50
PYRD
84
06
BBDD-001
22.50

Most logging software gives you a UI and holds your data hostage.
Blue Butterfly gives you the complete stack.

01 / Validation

Clean data from day one

Bad data compounds. A typo in the field becomes a modeling error, a failed audit, or a flawed resource estimate. Blue Butterfly validates data as you enter it — before it gets into your database.

Invalid entries never reach your database.

checklist

Dropdown lists

Controlled vocabulary — no free-text drift on rock types or alteration codes.

rule

Number range validation

Depth, assay, and measurement values must fall within logical ranges.

output

Required fields

Critical collar and interval fields can't be left blank.

sync_problem

Real-time error checking

Flags surface as you type, not during QAQC three weeks later.

"I used to spend a full day before every Leapfrog session cleaning the export. That doesn't happen anymore."

— Field Geologist, Junior Explorer, Western Australia

02 / Database

You get the complete SQL database

This isn't a logging app that talks to someone else's database. Blue Butterfly gives you the entire relational database — structured, normalized, and yours.

What this means

  • Every project is a real PostgreSQL-compatible relational database
  • Schema is open, documented, and follows standard conventions
  • Query directly with any SQL client — psql, DBeaver, TablePlus
  • Connect BI tools, Python scripts, or R without middleware
  • Exported backups are fully portable to any compatible system

Why it matters

  • No vendor can hold your historical data ransom
  • Your data integrates with your existing modeling stack
  • Survives the end of any subscription or contract
  • Works with your IT infrastructure — no new tooling required
  • You own the structure, not just the rows
Schema / drill_intervals PostgreSQL
CREATE TABLE collars (
  collar_id    UUID          PRIMARY KEY,
  hole_id      VARCHAR(32)   NOT NULL UNIQUE,
  easting      NUMERIC(12,3),
  northing     NUMERIC(12,3),
  elevation    NUMERIC(8,3),
  max_depth    NUMERIC(8,2),
  project_id   UUID          REFERENCES projects(project_id)
);

CREATE TABLE intervals (
  interval_id  UUID          PRIMARY KEY,
  collar_id    UUID          REFERENCES collars(collar_id),
  from_m       NUMERIC(8,2)  NOT NULL,
  to_m         NUMERIC(8,2)  NOT NULL,
  lith_code    VARCHAR(16),
  rqd          NUMERIC(5,2),
  logged_by    UUID          REFERENCES users(user_id)
);
Open schema. No lock-in. Your data, your structure
03 / Ownership

Download your entire database anytime

Your exploration data is worth more than the drill program that created it. Blue Butterfly ensures you never lose access to what you've built.

download

One-click full export

Download your complete database as CSV or a portable SQL dump. No support ticket, no cooldown period.

schedule

Anytime, no questions asked

Your export is yours to run whenever you need it. No approval process, no lock-out.

history

Point-in-time backups

AWS-hosted automated backups with 30-day retention. Restore to any state if something goes wrong.

lock_open

No proprietary formats

Standard SQL dump. Import into any PostgreSQL-compatible system. No special tools required.

Feature Others Blue Butterfly
Export to CSV / standard formats
Full SQL database download
Open, documented schema
No vendor lock-in
Point-in-time backup restore

"Others" refers to common geological logging platforms. Assessment based on public documentation.

04 / Sync

Live sync between cloud and local

Multiple geologists. One project. Every record synchronized to a single source of truth. No "which version is current?" No stale exports on a shared drive.

cloud

Cloud / AWS

Live · Encrypted

Real-time sync
computer

Desktop

tablet

Tablet

smartphone

Mobile

bolt

Instant sync

Changes propagate within seconds. Everyone on the project sees updates in real time.

wifi_off

Offline field mode Soon

Log core with zero internet. Full functionality, changes queue for sync automatically.

merge

Conflict resolution

Timestamp-based merge logic. If two users edit the same record, changes reconcile intelligently.

history

Sync log

Full audit trail of every sync event. Know exactly when and by whom every record changed.

No more "wait, which version is current?"

Single source of truth, always.

05 / Infrastructure

Enterprise-grade infrastructure

Built on AWS. Secured by design.

lock

Encrypted at rest and in transit

AES-256 storage encryption. TLS 1.3 for all connections — in the browser, in the app, everywhere.

verified_user

SOC 2 alignment

Security controls aligned to SOC 2 Type II framework. Infrastructure that meets enterprise security standards.

public

Regional data residency

Choose where your data lives — North America, Europe, Australia. Data stays in your jurisdiction.

monitoring

99.9% uptime SLA

Redundant systems, automatic failover, and continuous monitoring. Your data is available when you need it.

backup

Automatic daily backups

Your data is never at risk from an accidental deletion or system event.

Powered by AWS | Hosted in your region

Data Ownership

Your data is yours. Period.

  • Complete SQL database — yours to query, export, or migrate
  • Open schema with full documentation
  • Export to CSV or portable SQL dump, anytime
  • Point-in-time recovery for 30 days
  • No vendor lock-in, ever
  • Hosted on AWS infrastructure in your region