You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			52 lines
		
	
	
		
			891 B
		
	
	
	
		
			Python
		
	
			
		
		
	
	
			52 lines
		
	
	
		
			891 B
		
	
	
	
		
			Python
		
	
"""
 | 
						|
This file is intended to aggregate all we can about the framework in terms of support
 | 
						|
"""
 | 
						|
 | 
						|
BIGQUERY='bigquery'
 | 
						|
 | 
						|
POSTGRESQL 	= 'postgresql'
 | 
						|
MONGODB 	= 'mongodb'
 | 
						|
HTTP='http'
 | 
						|
BIGQUERY	='bigquery'
 | 
						|
FILE 	= 'file'
 | 
						|
ETL = 'etl'
 | 
						|
 | 
						|
SQLITE = 'sqlite3'
 | 
						|
SQLITE3= 'sqlite3'
 | 
						|
DUCKDB = 'duckdb'
 | 
						|
 | 
						|
REDSHIFT = 'redshift'
 | 
						|
NETEZZA = 'netezza'
 | 
						|
MYSQL = 'mysql'
 | 
						|
MARIADB= MYSQL
 | 
						|
 | 
						|
COUCHDB = 'couchdb'
 | 
						|
CONSOLE = 'console'
 | 
						|
ETL = 'etl'
 | 
						|
TRANSPORT = ETL
 | 
						|
NEXTCLOUD = 'nextcloud'
 | 
						|
S3      = 's3'	
 | 
						|
CALLBACK = 'callback'
 | 
						|
CONSOLE     = 'console'
 | 
						|
RABBITMQ = 'rabbitmq'
 | 
						|
DATABRICKS  = 'databricks'
 | 
						|
MSSQL       ='sqlserver'
 | 
						|
SQLSERVER   ='sqlserver'
 | 
						|
 | 
						|
#
 | 
						|
# synonyms of the above
 | 
						|
BQ 		= BIGQUERY
 | 
						|
MONGO 	= MONGODB
 | 
						|
FERRETDB= MONGODB
 | 
						|
PG 		= POSTGRESQL
 | 
						|
PSQL 	= POSTGRESQL
 | 
						|
PGSQL	= POSTGRESQL
 | 
						|
 | 
						|
AWS_S3  = 's3'
 | 
						|
RABBIT = RABBITMQ
 | 
						|
ICEBERG='iceberg'
 | 
						|
APACHE_ICEBERG = 'iceberg'
 | 
						|
DRILL = 'drill'
 | 
						|
APACHE_DRILL = 'drill'
 | 
						|
# QLISTENER = 'qlistener'
 | 
						|
     |