Exemple #1
0
def extract():
    """ Extract all data from the respective web sources. """
    from lobbyfacts.data import etl_engine
    engine = etl_engine()
    from lobbyfacts.data.extract.reginterests import extract
    extract(engine)
    from lobbyfacts.data.extract.regaccredit import extract
    extract(engine)
Exemple #2
0
def extract():
    """ Extract all data from the respective web sources. """
    from lobbyfacts.data import etl_engine
    engine = etl_engine()
    from lobbyfacts.data.extract.reginterests import extract
    extract(engine)
    from lobbyfacts.data.extract.regaccredit import extract
    extract(engine)
    #from lobbyfacts.data.extract.regexpert import extract
    #extract(engine)
    from lobbyfacts.data.extract.unreginterest import extract
    extract(engine)
    from lobbyfacts.data.extract.tag import extract
    extract(engine)
    from lobbyfacts.data.extract.meetings import extract
    extract(engine)