full text search postgres
1.0.0
docker-compose -f docker-compose-pg.yml up -d to start the databasequeries/alter_config.sql to alter system configuration.01.create_db.sql to create table.copy table_name from 'seed_data/test_keywords.csv' with (format csv, header true, delimiter ',');adwords_term_fetcher.py to search adwords terms from database.