Termes fondamentaux interdits pour les noms de domaines en Nouvelle-Calédonie.
gh repo clone opt-nc/odata-domaines-nc-termes-fondamentaux-interdits
cd odata-domaines-nc-termes-fondamentaux-interdits
rm forbidden_terms.duckdb 2> /dev/null || true
duckdb forbidden_terms.duckdb
.read load.sql
-- export to a parquet file
EXPORT DATABASE 'target' (FORMAT PARQUET, COMPRESSION ZSTD, ROW_GROUP_SIZE 100000);
.exit
Then see what we get:
tree
ls -la target
file target/forbidden_terms.parquet