UNPKG

etl

Version:

Collection of stream-based components that form an ETL pipeline

12 lines 530 B
machine: services: - elasticsearch dependencies: # Setup mongodb 2.6.6 on the test instance; Circle defaults to v2.4.x which is missing some features we utilize. cache_directories: - mongodb-linux-x86_64-2.6.6 pre: - if [[ ! -d mongodb-linux-x86_64-2.6.6 ]]; then wget http://downloads.mongodb.org/linux/mongodb-linux-x86_64-2.6.6.tgz && tar xvzf mongodb-linux-x86_64-2.6.6.tgz; fi - sudo /etc/init.d/mongodb stop - sudo cp mongodb-linux-x86_64-2.6.6/bin/* /usr/bin - sudo /etc/init.d/mongodb start