
Steampipe
Interroga i dati email con SQL
Steampipe è uno strumento open source che ti permette di interrogare le API cloud usando SQL. Il plugin Tomba ti consente di cercare, verificare e analizzare i dati email usando query SQL standard.
Cos'è Steampipe?
Steampipe trasforma le API in tabelle SQL, permettendoti di:
- Interrogare molteplici fonti dati con SQL
- Unire dati da API diverse
- Costruire dashboard e report
- Automatizzare i workflow di analisi dati
Tabelle del plugin Tomba
Il plugin Steampipe di Tomba fornisce queste tabelle:
tomba_email_finder
Trova indirizzi email tramite nome e dominio:
SELECT * FROM tomba_email_finder
WHERE first_name = 'John'
AND domain = 'example.com';
tomba_email_verifier
Verifica la deliverability delle email:
SELECT email, status, score
FROM tomba_email_verifier
WHERE email = 'john@example.com';
tomba_domain_search
Cerca tutte le email di un dominio:
SELECT * FROM tomba_domain_search
WHERE domain = 'company.com';
tomba_enrichment
Ottieni informazioni dettagliate sulle email:
SELECT * FROM tomba_enrichment
WHERE email = 'contact@company.com';
Casi d'uso
- Analisi dati: Analizza i pattern email tra le aziende
- Operazioni in blocco: Elabora grandi liste email con SQL
- Reportistica: Crea dashboard di intelligence email
- Integrazione dati: Unisci i dati email con i dati CRM
- Conformità: Verifica la scoperta e l'utilizzo delle email
Query di esempio
Trova e verifica email per una lista di prospect:
SELECT
f.first_name,
f.last_name,
f.email,
v.status,
v.score
FROM tomba_email_finder f
LEFT JOIN tomba_email_verifier v ON f.email = v.email
WHERE f.domain = 'techcorp.com';
Conta le email per dipartimento:
SELECT
department,
COUNT(*) as email_count
FROM tomba_domain_search
WHERE domain = 'company.com'
GROUP BY department;
Trova tutte le email valide presso più aziende:
SELECT * FROM tomba_domain_search
WHERE domain IN ('company1.com', 'company2.com', 'company3.com')
AND status = 'valid';
Installazione
- Installa Steampipe:
brew install steampipe - Installa il plugin Tomba:
steampipe plugin install tomba - Configura le credenziali in
~/.steampipe/config/tomba.spc:
connection "tomba" {
plugin = "tomba"
api_key = "your_api_key"
api_secret = "your_api_secret"
}
- Inizia le query:
steampipe query
Documentazione
Schemi completi delle tabelle ed esempi di query sono disponibili su Steampipe Hub.
Suggerimenti per l'integrazione
- Dashboard: Usa con Steampipe Dashboard per la visualizzazione
- Esportazioni: Esporta i risultati in CSV, JSON o database
- Automazione: Pianifica le query con cron job
- CI/CD: Integra nelle pipeline dati
Open Source
Il plugin Steampipe di Tomba è open source. I contributi su GitHub sono benvenuti!
Informazioni
Pronto per iniziare?
Registrati gratuitamente e inizia a integrare Tomba con Steampipe.
Nessuna carta di credito richiesta • 75 crediti gratuiti
Scopri di più
Esplora altre integrazioni
Scopri altre potenti integrazioni per estendere il tuo flusso di lavoro
Airtable
UfficialeSincronizza facilmente i lead salvati con Tomba direttamente nel tuo account Airtable, ottimizzando la gestione dei dati e migliorando l'organizzazione dei lead
Albato
Migliora la tua produttività collegando Tomba con oltre 800 applicazioni tramite Albato. Ottimizza il tuo workflow e automatizza i processi
Apify
UfficialeAutomatizza i tuoi workflow collegando Tomba con migliaia di app tramite Apify. Semplifica i tuoi processi e aumenta l'efficienza.
Claude
UfficialeIntegra Claude con Tomba
Flowmattic
Migliora la tua produttività collegando Tomba con oltre 88 applicazioni tramite Flowmattic. Ottimizza il tuo workflow e automatizza i processi
Hubspot
UfficialeSincronizza facilmente i lead salvati con Tomba direttamente nel tuo account Hubspot, ottimizzando la gestione dei dati e migliorando l'organizzazione dei lead
Trusted by 150,000+ professionals
"Stellar product and amazing support. I have tested many tools and this one is far superior by far. I highly recommend it."
"I spend 3+ months creating best in class content in the form of data-based research studies. When all is said and done, Tomba is the tool I turn to."
"Tomba.io is very fast and has lots of features to help anyone prospect and find exactly who you need to find. I'm saving at least 5 hours a week!"
"The data is always fresh, and the n8n integration is excellent for my use case. Support is very responsive overall. I'd rate it 9/10."
"Since years, Tomba has provided the most results per search, and still it keeps getting better. I highly recommend Tomba."
"I've tested over a dozen email finder tools, and Tomba.io stands out as the best. It consistently delivers accurate results and is incredibly easy to set up."
"As a Founder, as well as a sales leader, there are three things that are important to me: cost effective, easy to use, and accurate data. I actively recommend it."
"It's a great product. I have tried a lot of products in the past, but this is the best one I have ever found."
"Stellar product and amazing support. I have tested many tools and this one is far superior by far. I highly recommend it."
"I spend 3+ months creating best in class content in the form of data-based research studies. When all is said and done, Tomba is the tool I turn to."
"Tomba.io is very fast and has lots of features to help anyone prospect and find exactly who you need to find. I'm saving at least 5 hours a week!"
"The data is always fresh, and the n8n integration is excellent for my use case. Support is very responsive overall. I'd rate it 9/10."
"Since years, Tomba has provided the most results per search, and still it keeps getting better. I highly recommend Tomba."
"I've tested over a dozen email finder tools, and Tomba.io stands out as the best. It consistently delivers accurate results and is incredibly easy to set up."
"As a Founder, as well as a sales leader, there are three things that are important to me: cost effective, easy to use, and accurate data. I actively recommend it."
"It's a great product. I have tried a lot of products in the past, but this is the best one I have ever found."