Beispiel #1
0
def main():
	main_method(
		REQUIRED_CONFIG_KEYS,
		HudsonltdExecutor,
		HudsonClient,
		STREAMS
	)
Beispiel #2
0
def main():
    main_method(REQUIRED_CONFIG_KEYS, ChatitiveTap, BaseClient, STREAMS)
Beispiel #3
0
def main():
    main_method(REQUIRED_CONFIG_KEYS, LinkedInExecutor, BaseClient, STREAMS)
Beispiel #4
0
def main():
    main_method(REQUIRED_CONFIG_KEYS, Listen360Executor, BaseClient, STREAMS)
Beispiel #5
0
def main():
    main_method(REQUIRED_CONFIG_KEYS, GreenhouseTap, BaseClient, STREAMS)
Beispiel #6
0
def main():
    main_method(REQUIRED_CONFIG_KEYS, BydnerExecutor, BynderClient, STREAMS)
Beispiel #7
0
def main():
    main_method(REQUIRED_CONFIG_KEYS, ContentfulExecutor, BaseClient, STREAMS)
Beispiel #8
0
def main():
    main_method(REQUIRED_CONFIG_KEYS, ABCExecutor, ABCClient, STREAMS)
Beispiel #9
0
def main():
    main_method(REQUIRED_CONFIG_KEYS, EverhourTap, BaseClient, STREAMS)
Beispiel #10
0
def main():
    main_method(REQUIRED_CONFIG_KEYS, WalkScoreExecutor, BaseClient, STREAMS)
Beispiel #11
0
def main():
    main_method(config_keys=REQUIRED_CONFIG_KEYS,
                tap=EloquaExecutor,
                client=EloquaClient,
                streams=None)