Cloudbuild Example","permissions":{"edit":false,"delete":false,"__typename":"Permissions"},"publishedAt":"2019-06-05T14:39:00Z","decisionType":"giveAdvice","rootComments":[],"subjectTools":[{"id":"101231778086278044","fans":320,"name":"Google Cloud Build","path":"/google-cloud-build","slug":"google-cloud-build","title":"Continuously build, test, and deploy.","votes":4,"stacks":495,"imageUrl":"https://img.stackshare.io/service/9309/PoHJY3K8_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/google-cloud-build","followContext":null}],"upvotesCount":4,"commentsCount":0},"__typename":"StackDecisionEdge"},{"node":{"id":"101947949895188911","link":null,"user":{"id":"101232116468327845","path":"/akarsh3007","title":null,"imageUrl":"https://img.stackshare.io/user/244413/default_fd332a4eefedfca42f251f060bf8b454d8181713.jpeg","username":"akarsh3007","__typename":"User","companyName":null,"displayName":"akarsh3007"},"draft":false,"topics":[],"company":null,"flagged":false,"private":false,"toTools":[],"upvoted":false,"publicId":"101947949895188911","services":[{"id":"101231773636491087","fans":9417,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26452,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"createdAt":"2019-04-18T15:44:22Z","fromTools":[],"viewCount":510520,"__typename":"StackDecision","bookmarked":false,"rawContent":"I use @{Travis CI}|tool:460| because of various reasons -\r\n1. Cloud based system so no dedicated server required, and you do not need to administrate it.\r\n2. Easy YAML configuration.\r\n3. Supports Major Programming Languages.\r\n4. Support of build matrix\r\n6. Supports AWS, Azure, Docker, Heroku, Google Cloud, Github Pages, PyPi and lot more. \r\n7. Slack Notifications.","htmlContent":"I use Travis CI because of various reasons -\r\n1. Cloud based system so no dedicated server required, and you do not need to administrate it.\r\n2. Easy YAML configuration.\r\n3. Supports Major Programming Languages.\r\n4. Support of build matrix\r\n6. Supports AWS, Azure, Docker, Heroku, Google Cloud, Github Pages, PyPi and lot more. \r\n7. Slack Notifications.","permissions":{"edit":false,"delete":false,"__typename":"Permissions"},"publishedAt":"2019-04-18T15:44:00Z","decisionType":"giveAdvice","rootComments":[],"subjectTools":[{"id":"101231773636491087","fans":9417,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26452,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"upvotesCount":3,"commentsCount":0},"__typename":"StackDecisionEdge"},{"node":{"id":"104047714336945946","link":null,"user":{"id":"101232017476386990","path":"/guss77","title":"CTO","imageUrl":"https://img.stackshare.io/user/56435/default_7e490f6d3969671c7031decf1c38fb57eb0e8e65.png","username":"guss77","__typename":"User","companyName":"Cloudonix LTD.","displayName":"Oded Arbel"},"draft":false,"topics":[],"company":null,"flagged":false,"private":false,"toTools":[],"upvoted":false,"publicId":"104047714336945946","services":[],"createdAt":"2020-04-23T11:42:05Z","fromTools":[],"viewCount":508726,"__typename":"StackDecision","bookmarked":false,"rawContent":"You are probably looking at another hosted solution: Jenkins is a good tool but it way too work intensive to be used as just a backup solution. \n\nI have good experience with Circle-CI, Codeship, Drone.io and Travis (as well as problematic experiences with all of them), but my go-to tool is Gitlab CI: simple, powerful and if you have problems with their limitations or pricing, you can always install runners somewhere and use Gitlab just for scheduling and management. Even if you don't host your git repository at Gitlab, you can have Gitlab pull changes automatically from wherever you repo lives.","htmlContent":"You are probably looking at another hosted solution: Jenkins is a good tool but it way too work intensive to be used as just a backup solution. \n\n
I have good experience with Circle-CI, Codeship, Drone.io and Travis (as well as problematic experiences with all of them), but my go-to tool is Gitlab CI: simple, powerful and if you have problems with their limitations or pricing, you can always install runners somewhere and use Gitlab just for scheduling and management. Even if you don't host your git repository at Gitlab, you can have Gitlab pull changes automatically from wherever you repo lives.","permissions":{"edit":false,"delete":false,"__typename":"Permissions"},"publishedAt":"2020-04-23T11:42:05Z","decisionType":"giveAdvice","rootComments":[],"subjectTools":[{"id":"101231776189486570","fans":2285,"name":"GitLab CI","path":"/gitlab-ci","slug":"gitlab-ci","title":"GitLab integrated CI to test, build and deploy your code","votes":75,"stacks":2307,"imageUrl":"https://img.stackshare.io/service/5545/9pAwHBR0.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/gitlab-ci","followContext":null}],"upvotesCount":2,"commentsCount":0},"__typename":"StackDecisionEdge"},{"node":{"id":"103563095144095359","link":null,"user":{"id":"101231989244311357","path":"/andyshinn","title":null,"imageUrl":"https://img.stackshare.io/user/249/default_f741058d0fae95ce91baf2873eceddba9cf6a028.png","username":"andyshinn","__typename":"User","companyName":null,"displayName":"Andy Shinn"},"draft":false,"topics":[],"company":null,"flagged":false,"private":false,"toTools":[],"upvoted":false,"publicId":"103563095144095359","services":[],"createdAt":"2020-01-28T21:37:03Z","fromTools":[],"viewCount":508652,"__typename":"StackDecision","bookmarked":false,"rawContent":"If you are considering Jenkins I would recommend at least checking out Buildkite. The agents are self-hosted (like Jenkins) but the interface is hosted for you. It meshes up some of the things I like about hosted services (pipeline definitions in YAML, managed interface and authentication) with things I like about Jenkins (local customizable agent images, secrets only on own instances, custom agent level scripts, sizing instances to your needs).","htmlContent":"
If you are considering Jenkins I would recommend at least checking out Buildkite. The agents are self-hosted (like Jenkins) but the interface is hosted for you. It meshes up some of the things I like about hosted services (pipeline definitions in YAML, managed interface and authentication) with things I like about Jenkins (local customizable agent images, secrets only on own instances, custom agent level scripts, sizing instances to your needs).","permissions":{"edit":false,"delete":false,"__typename":"Permissions"},"publishedAt":"2020-01-28T21:37:03Z","decisionType":"giveAdvice","rootComments":[],"subjectTools":[{"id":"101231773665355731","fans":281,"name":"Buildkite","path":"/buildkite","slug":"buildkite","title":"Fast, secure and scalable CI/CD for all your software projects","votes":115,"stacks":212,"imageUrl":"https://img.stackshare.io/service/577/default_2d19e0c5c214c1ba5cd484c8463d7dfe88eb2328.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/buildkite","followContext":null}],"upvotesCount":1,"commentsCount":0},"__typename":"StackDecisionEdge"}],"pageInfo":{"endCursor":"Ng","__typename":"PageInfo","hasNextPage":false},"__typename":"StackDecisionConnection"},"company":null,"private":false,"toTools":[],"publicId":"102651056680533966","services":[],"fromTools":[],"viewCount":511978,"__typename":"StackDecision","htmlContent":"
From a StackShare Community member: \"Currently we use Travis CI and have optimized it as much as we can so our builds are fairly quick. Our boss is all about redundancy so we are looking for another solution to fall back on in case Travis goes down and/or jacks prices way up (they were recently acquired). Could someone recommend which CI we should go with and if they have time, an explanation of how they're different?\"","publishedAt":"2019-04-17T19:53:00Z","decisionType":"getAdvice","subjectTools":[{"id":"101231773703650742","fans":58807,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58684,"imageUrl":"https://img.stackshare.io/service/670/jenkins.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/jenkins","followContext":null},{"id":"101231773636491087","fans":9417,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26452,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null},{"id":"101231773501041914","fans":9520,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12905,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/circleci","followContext":null}],"upvotesCount":3},"__typename":"StackDecisionEdge"}],"pageInfo":{"endCursor":"MQ","__typename":"PageInfo","hasNextPage":false},"__typename":"StackDecisionConnection"}},"privateStackDecisionsGetAdvice({\"first\":3})":{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).privateStackDecisionsGetAdvice({\"first\":3})","typename":"StackDecisionConnection"},"cachedStackDecisions":{"type":"json","json":{"count":5,"edges":[{"node":{"id":"105748076426902723","user":{"id":"105582170996797394","title":"GO/C developer","imageUrl":"https://img.stackshare.io/user/852897/default_f849b8f82aa33a93afaf7cad8c322817c4e48a8e.jpg","thumbUrl":"https://img.stackshare.io/user/852897/thumb_f849b8f82aa33a93afaf7cad8c322817c4e48a8e.jpg","username":"ducklingsoftware","__typename":"User","companyName":null,"displayName":"Kirill Mikhailov"},"stack":{"id":"105645572548407698","name":"Duckling Sales","path":"/duckling-sales/duckling-sales","owner":{"id":"105645565068484055","name":"Duckling Sales","slug":"duckling-sales","imageUrl":"https://img.stackshare.io/company/167358/default_86ad5cebe22e90de8fa56064d885126a03376cc8.png","__typename":"Company"},"private":false,"imageUrl":"https://img.stackshare.io/stack/803761/default_998321e1565807c8bdc85d2b7eb977af94e1dbdb.png","__typename":"Stack","identifier":"duckling-sales/duckling-sales"},"topics":[],"company":{"name":"Duckling Sales","path":"/companies/duckling-sales","features":[],"imageUrl":"https://img.stackshare.io/company/167358/default_86ad5cebe22e90de8fa56064d885126a03376cc8.png","thumbUrl":"https://img.stackshare.io/company/167358/thumb_86ad5cebe22e90de8fa56064d885126a03376cc8.png","__typename":"Company"},"private":false,"toTools":[{"id":"101231773703650742","fans":58807,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58684,"imageUrl":"https://img.stackshare.io/service/670/jenkins.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/jenkins","followContext":null}],"publicId":"105748076426902723","services":[],"fromTools":[{"id":"101231777164258494","fans":477,"name":"Bitbucket Pipelines","path":"/bitbucket-pipeline","slug":"bitbucket-pipeline","title":"An Integrated continuous integration and continuous deployment for Bitbucket","votes":0,"stacks":352,"imageUrl":"https://img.stackshare.io/service/7452/35O2KIRX_400x400.jpg","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/bitbucket-pipeline","followContext":null},{"id":"101231773501041914","fans":9520,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12905,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/circleci","followContext":null},{"id":"101231773636491087","fans":9417,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26452,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"viewCount":146070,"__typename":"StackDecision","htmlContent":"
Jenkins is a friend of mine. ð\n\n
There are not much space for Jenkins competitors for now from my point of view. With declarative pipelines now in place, its super easy to maintain them and create new ones(altho I prefer scripted still). Self-hosted, free, huge community makes it the top choice so honestly for me it was an easy pick.","publishedAt":"2021-02-17T18:46:31Z","decisionType":"tool","subjectTools":[{"id":"101231773703650742","fans":58807,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58684,"imageUrl":"https://img.stackshare.io/service/670/jenkins.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/jenkins","followContext":null},{"id":"101231777164258494","fans":477,"name":"Bitbucket Pipelines","path":"/bitbucket-pipeline","slug":"bitbucket-pipeline","title":"An Integrated continuous integration and continuous deployment for Bitbucket","votes":0,"stacks":352,"imageUrl":"https://img.stackshare.io/service/7452/35O2KIRX_400x400.jpg","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/bitbucket-pipeline","followContext":null},{"id":"101231773501041914","fans":9520,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12905,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/circleci","followContext":null},{"id":"101231773636491087","fans":9417,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26452,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"upvotesCount":3},"__typename":"StackDecisionEdge"},{"node":{"id":"105707463604220713","user":{"id":"105702517100043649","title":"","imageUrl":"https://img.stackshare.io/user/876370/default_c89ec26db895bc802042c7f816b13cf6232e28c2.jpeg","thumbUrl":"https://img.stackshare.io/user/876370/thumb_c89ec26db895bc802042c7f816b13cf6232e28c2.jpeg","username":"johngiorgi","__typename":"User","companyName":"","displayName":"John Giorgi"},"stack":{"id":"105704089690050964","name":"Athology","path":"/dcsil/athology","owner":{"id":"103516412385155261","name":"DCSIL","slug":"dcsil","imageUrl":"https://img.stackshare.io/company/160458/default_5bd666023dd9ef07268ae13d7cc98a7e19ed9e63.png","__typename":"Company"},"private":false,"imageUrl":"https://img.stackshare.io/stack/810009/default_dc454c91b5c000714d2f9f85581cf772560b1250.png","__typename":"Stack","identifier":"dcsil/athology"},"topics":[],"company":{"name":"DCSIL","path":"/companies/dcsil","features":[],"imageUrl":"https://img.stackshare.io/company/160458/default_5bd666023dd9ef07268ae13d7cc98a7e19ed9e63.png","thumbUrl":"https://img.stackshare.io/company/160458/thumb_5bd666023dd9ef07268ae13d7cc98a7e19ed9e63.png","__typename":"Company"},"private":false,"toTools":[{"id":"103249435143679064","fans":4950,"name":"GitHub Actions","path":"/github-actions","slug":"github-actions","title":"Automate your workflow from idea to production","votes":27,"stacks":23792,"imageUrl":"https://img.stackshare.io/service/11563/actions.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/github-actions","followContext":null}],"publicId":"105707463604220713","services":[],"fromTools":[{"id":"101231773636491087","fans":9417,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26452,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"viewCount":34152,"__typename":"StackDecision","htmlContent":"
When choosing a tool to help automate our CI/CD, the decision came down to GitHub Actions (GA) or TravisCI. Both are great, but the team has more experience with GA. Given GAs broad support of languages and workflows, it's hard to go wrong with this decision. We will also be using GitHub for version control and project management, so having everything in one place is convenient.","publishedAt":"2021-02-10T14:38:09Z","decisionType":"tool","subjectTools":[{"id":"103249435143679064","fans":4950,"name":"GitHub Actions","path":"/github-actions","slug":"github-actions","title":"Automate your workflow from idea to production","votes":27,"stacks":23792,"imageUrl":"https://img.stackshare.io/service/11563/actions.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/github-actions","followContext":null},{"id":"101231773636491087","fans":9417,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26452,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"upvotesCount":2},"__typename":"StackDecisionEdge"},{"node":{"id":"104221435272037519","user":{"id":"104186891633225440","title":"","imageUrl":"https://img.stackshare.io/user/594914/default_af75bf3e1b1662b7db80aee7cb8855171cbf5bb3.jpeg","thumbUrl":"https://img.stackshare.io/user/594914/thumb_af75bf3e1b1662b7db80aee7cb8855171cbf5bb3.jpeg","username":"felipelincoln","__typename":"User","companyName":"","displayName":"Felipe Lincoln"},"stack":{"id":"104215443456465816","name":"drafthub","path":"/drafthub/drafthub","owner":{"id":"104215430706858444","name":"drafthub","slug":"drafthub","imageUrl":"https://img.stackshare.io/company/162057/default_bcc55446d091858a5351045279a8615a342330a6.png","__typename":"Company"},"private":false,"imageUrl":"https://img.stackshare.io/stack/651778/default_b170f101811f8d959a87940a891619971a0eebb0.png","__typename":"Stack","identifier":"drafthub/drafthub"},"topics":[{"name":"Codecov","__typename":"Topic"}],"company":{"name":"drafthub","path":"/companies/drafthub","features":[],"imageUrl":"https://img.stackshare.io/company/162057/default_bcc55446d091858a5351045279a8615a342330a6.png","thumbUrl":"https://img.stackshare.io/company/162057/thumb_bcc55446d091858a5351045279a8615a342330a6.png","__typename":"Company"},"private":false,"toTools":[],"publicId":"104221435272037519","services":[],"fromTools":[],"viewCount":190536,"__typename":"StackDecision","htmlContent":"
My website is brand new and one of the few requirements of testings I had to implement was code coverage. Never though it was so hard to implement using a #docker container.\nGiven my lack of experience, every attempt I tried on making a simple code coverage test using the 4 combinations of #TravisCI, #CircleCi with #Coveralls, #Codecov I failed. The main problem was I was generating the .coverage file within the docker container and couldn't access it with #TravisCi or #CircleCi, every attempt to solve this problem seems to be very hacky and this was not the kind of complexity I want to introduce to my newborn website.\nThis problem was solved using a specific action for #GitHubActions, it was a 3 line solution I had to put in my github workflow file and I was able to access the .coverage file from my docker container and get the coverage report with #Codecov.","publishedAt":"2020-05-24T04:01:36Z","decisionType":"freeform","subjectTools":[{"id":"101231773501041914","fans":9520,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12905,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/circleci","followContext":null},{"id":"101231774531819761","fans":787,"name":"Codecov","path":"/codecov","slug":"codecov","title":"Hosted coverage reports with awesome features to enhance your CI workflow","votes":102,"stacks":2414,"imageUrl":"https://img.stackshare.io/service/2673/Codecov_Mark_Circle_Pink.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/codecov","followContext":null},{"id":"101231773706845100","fans":625,"name":"Coveralls","path":"/coveralls","slug":"coveralls","title":"Track your project's code coverage over time, changes to files, and badge your GitHub repo","votes":68,"stacks":1360,"imageUrl":"https://img.stackshare.io/service/680/a43e4a04cb9f778842de43f95db59a14.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/coveralls","followContext":null},{"id":"101231773669807419","fans":162173,"name":"Docker","path":"/docker","slug":"docker","title":"Enterprise Container Platform for High-Velocity Innovation.","votes":3857,"stacks":175870,"imageUrl":"https://img.stackshare.io/service/586/n4u37v9t_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/docker","followContext":null},{"id":"101231773636491087","fans":9417,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26452,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"upvotesCount":5},"__typename":"StackDecisionEdge"},{"node":{"id":"103285861617133156","user":{"id":"103241000390232585","title":"","imageUrl":"https://img.stackshare.io/user/322117/default_94e7f322e1c55a2c6933e225655f72e154034888.png","thumbUrl":"https://img.stackshare.io/user/322117/thumb_94e7f322e1c55a2c6933e225655f72e154034888.png","username":"awatson1978","__typename":"User","companyName":"","displayName":"Abigail Watson"},"stack":{"id":"103281040246256187","name":"node-on-fhir","path":"/symptomatic-llc/node-on-fhir","owner":{"id":"103281033486168711","name":"Symptomatic, LLC","slug":"symptomatic-llc","imageUrl":"https://img.stackshare.io/company/159998/default_fd82ab62f0da36f082f88c5f5b3274f5d0e83901.png","__typename":"Company"},"private":false,"imageUrl":"https://img.stackshare.io/stack/520113/default_8fc8fcd618e28b4497809bd37465a37b0f2efc45.png","__typename":"Stack","identifier":"symptomatic-llc/node-on-fhir"},"topics":[],"company":{"name":"Symptomatic, LLC","path":"/companies/symptomatic-llc","features":[],"imageUrl":"https://img.stackshare.io/company/159998/default_fd82ab62f0da36f082f88c5f5b3274f5d0e83901.png","thumbUrl":"https://img.stackshare.io/company/159998/thumb_fd82ab62f0da36f082f88c5f5b3274f5d0e83901.png","__typename":"Company"},"private":false,"toTools":[{"id":"101231773501041914","fans":9520,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12905,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/circleci","followContext":null}],"publicId":"103285861617133156","services":[],"fromTools":[{"id":"101231773636491087","fans":9417,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26452,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"viewCount":134539,"__typename":"StackDecision","htmlContent":"We were long time users of TravisCI, but switched to CircleCI because of the better user interface and pricing. Version 2.0 has had a couple of trips and hiccups; but overall we've been very happy with the continuous integration it provides. Continuous Integration is a must-have for building software, and CircleCI continues to surprise as they roll out ideas and features. It's leading the industry in terms of innovation and new ideas, and it's exciting to see what new things they keep rolling out. ","publishedAt":"2019-12-10T22:32:55Z","decisionType":"tool","subjectTools":[{"id":"101231773501041914","fans":9520,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12905,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/circleci","followContext":null},{"id":"101231773636491087","fans":9417,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26452,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"upvotesCount":2},"__typename":"StackDecisionEdge"},{"node":{"id":"103149602061782255","user":{"id":"101232123862380966","title":"","imageUrl":"https://img.stackshare.io/user/259296/default_0d803c5c8476c90ec49049f2e483e8bd930d3750.jpeg","thumbUrl":"https://img.stackshare.io/user/259296/thumb_0d803c5c8476c90ec49049f2e483e8bd930d3750.jpeg","username":"tdurova","__typename":"User","companyName":"","displayName":"Tatiana Durova"},"stack":{"id":"101231819479698567","name":"My Stack","path":"/tdurova/my-stack","owner":{"id":"101232123862380966","imageUrl":"https://img.stackshare.io/user/259296/default_0d803c5c8476c90ec49049f2e483e8bd930d3750.jpeg","username":"tdurova","__typename":"User"},"private":false,"imageUrl":"https://img.stackshare.io/stack/331163/default_0d803c5c8476c90ec49049f2e483e8bd930d3750.jpeg","__typename":"Stack","identifier":"tdurova/my-stack"},"topics":[],"company":null,"private":false,"toTools":[{"id":"101231773703650742","fans":58807,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58684,"imageUrl":"https://img.stackshare.io/service/670/jenkins.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/jenkins","followContext":null}],"publicId":"103149602061782255","services":[],"fromTools":[{"id":"101231773501041914","fans":9520,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12905,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/circleci","followContext":null},{"id":"101231773636491087","fans":9417,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26452,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"viewCount":716404,"__typename":"StackDecision","htmlContent":"
Jenkins is a pretty flexible, complete tool. Especially I love the possibility to configure jobs as a code with Jenkins pipelines.\n\n
CircleCI is well suited for small projects where the main task is to run continuous integration as quickly as possible.\nTravis CI is recommended primarily for open-source projects that need to be tested in different environments.\n\n
And for something a bit larger I prefer to use Jenkins because it is possible to make serious system configuration thereby different plugins. In Jenkins, I can change almost anything. But if you want to start the CI chain as soon as possible, Jenkins may not be the right choice.","publishedAt":"2019-11-16T21:00:19Z","decisionType":"tool","subjectTools":[{"id":"101231773703650742","fans":58807,"name":"Jenkins","path":"/jenkins","slug":"jenkins","title":"An extendable open source continuous integration server","votes":2219,"stacks":58684,"imageUrl":"https://img.stackshare.io/service/670/jenkins.png","verified":false,"following":false,"__typename":"Tool","canonicalUrl":"/jenkins","followContext":null},{"id":"101231773501041914","fans":9520,"name":"CircleCI","path":"/circleci","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","votes":974,"stacks":12905,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/circleci","followContext":null},{"id":"101231773636491087","fans":9417,"name":"Travis CI","path":"/travis-ci","slug":"travis-ci","title":"A hosted continuous integration service for open source and private projects","votes":1749,"stacks":26452,"imageUrl":"https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png","verified":true,"following":false,"__typename":"Tool","canonicalUrl":"/travis-ci","followContext":null}],"upvotesCount":3},"__typename":"StackDecisionEdge"}],"pageInfo":{"endCursor":"NQ","__typename":"PageInfo","hasNextPage":false},"__typename":"StackDecisionConnection"}},"privateStackDecisions({\"first\":5})":{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).privateStackDecisions({\"first\":5})","typename":"StackDecisionConnection"},"cachedFooterRelatedStackups":{"type":"json","json":[{"path":"/stackups/circleci-vs-jenkins-vs-travis-ci","title":"CircleCI vs Jenkins vs Travis CI","__typename":"Stackup"},{"path":"/stackups/appveyor-vs-jenkins-vs-travis-ci","title":"Appveyor vs Jenkins vs Travis CI","__typename":"Stackup"},{"path":"/stackups/codeship-vs-jenkins-vs-travis-ci","title":"Codeship vs Jenkins vs Travis CI","__typename":"Stackup"},{"path":"/stackups/circleci-vs-codeship-vs-travis-ci","title":"CircleCI vs Codeship vs Travis CI","__typename":"Stackup"},{"path":"/stackups/jenkins-vs-teamcity-vs-travis-ci","title":"Jenkins vs TeamCity vs Travis CI","__typename":"Stackup"}]},"footerTopStackups":[{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).footerTopStackups.0","typename":"Stackup"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).footerTopStackups.1","typename":"Stackup"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).footerTopStackups.2","typename":"Stackup"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).footerTopStackups.3","typename":"Stackup"}],"footerTrendingStackups":[{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).footerTrendingStackups.0","typename":"Stackup"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).footerTrendingStackups.1","typename":"Stackup"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).footerTrendingStackups.2","typename":"Stackup"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).footerTrendingStackups.3","typename":"Stackup"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).footerTrendingStackups.4","typename":"Stackup"}],"__typename":"Stackup","jobs({\"first\":8})":{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).jobs({\"first\":8})","typename":"JobConnection"},"featuredPosts({\"first\":8})":{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).featuredPosts({\"first\":8})","typename":"FeaturedPostConnection"}},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).jobs":{"count":1,"__typename":"JobConnection"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).featuredPosts":{"count":9,"__typename":"FeaturedPostConnection"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).privateStackDecisionsGetAdvice({\"first\":3})":{"count":0,"pageInfo":{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).privateStackDecisionsGetAdvice({\"first\":3}).pageInfo","typename":"PageInfo"},"edges":[],"__typename":"StackDecisionConnection"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).privateStackDecisionsGetAdvice({\"first\":3}).pageInfo":{"endCursor":null,"hasNextPage":false,"__typename":"PageInfo"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).privateStackDecisions({\"first\":5})":{"count":0,"pageInfo":{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).privateStackDecisions({\"first\":5}).pageInfo","typename":"PageInfo"},"edges":[],"__typename":"StackDecisionConnection"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).privateStackDecisions({\"first\":5}).pageInfo":{"hasNextPage":false,"endCursor":null,"__typename":"PageInfo"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).footerTopStackups.0":{"title":"Postman vs Swagger UI","path":"/stackups/postman-vs-swagger-ui","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).footerTopStackups.1":{"title":"Bitbucket vs GitHub vs GitLab","path":"/stackups/bitbucket-vs-github-vs-gitlab","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).footerTopStackups.2":{"title":"Bootstrap vs Materialize","path":"/stackups/bootstrap-vs-materialize","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).footerTopStackups.3":{"title":"HipChat vs Mattermost vs Slack","path":"/stackups/hipchat-vs-mattermost-vs-slack","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).footerTrendingStackups.0":{"title":"Django vs Laravel vs Node.js","path":"/stackups/django-vs-laravel-vs-nodejs","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).footerTrendingStackups.1":{"title":"Bootstrap vs Foundation vs Material-UI","path":"/stackups/bootstrap-vs-foundation-vs-material-ui","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).footerTrendingStackups.2":{"title":"Node.js vs Spring Boot","path":"/stackups/nodejs-vs-spring-boot","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).footerTrendingStackups.3":{"title":"Flyway vs Liquibase","path":"/stackups/flyway-vs-liquibase","__typename":"Stackup"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).footerTrendingStackups.4":{"title":"AWS CodeCommit vs Bitbucket vs GitHub","path":"/stackups/aws-codecommit-vs-bitbucket-vs-github","__typename":"Stackup"},"Job:111056799219443238":{"name":"Platform Engineer","id":"111056799219443238","angellistJobUrl":"https://boards.greenhouse.io/launchdarkly/jobs/5740883003","title":"Platform Engineer","location":" - US","private":false,"services":[{"type":"id","generated":false,"id":"Tool:109987264026688358","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:109500935830440024","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:108322288925173242","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:107608472495246059","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:104048777777506043","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231777263893339","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231775590376828","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773970332063","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773837179153","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773541427411","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773501041914","typename":"Tool"}],"company":{"type":"id","generated":false,"id":"Company:101231712365657210","typename":"Company"},"__typename":"Job"},"Tool:109987264026688358":{"id":"109987264026688358","name":"Escape","slug":"escape-tech","title":"Find and fix GraphQL security flaws at scale","verified":false,"imageUrl":"https://img.stackshare.io/service/48764/default_908bdca003843be27f6972e535e166aff3ed65b8.jpg","canonicalUrl":"/escape-tech","path":"/escape-tech","votes":0,"fans":5,"stacks":5,"following":false,"followContext":null,"__typename":"Tool"},"Tool:109500935830440024":{"id":"109500935830440024","name":"Google","slug":"google-com","title":"Search the world's information","verified":false,"imageUrl":"https://img.stackshare.io/service/48358/default_17895c6c1829dfffaac0f05c4ce93f1ec80281d2.jpg","canonicalUrl":"/google-com","path":"/google-com","votes":0,"fans":330,"stacks":289,"following":false,"followContext":null,"__typename":"Tool"},"Tool:108322288925173242":{"id":"108322288925173242","name":"Bud","slug":"bud-go","title":"The full-stack web framework for Go","verified":false,"imageUrl":"https://img.stackshare.io/service/40789/default_c294a70979e7a3bc9e980e68210db49862b6ace1.png","canonicalUrl":"/bud-go","path":"/bud-go","votes":0,"fans":5,"stacks":3,"following":false,"followContext":null,"__typename":"Tool"},"Tool:107608472495246059":{"id":"107608472495246059","name":"age","slug":"age","title":"A simple, modern and secure Go encryption tool","verified":false,"imageUrl":"https://img.stackshare.io/service/40373/default_d7b01785a189ee839cb857e2e2eda6a41a3f8e77.png","canonicalUrl":"/age","path":"/age","votes":0,"fans":14,"stacks":12,"following":false,"followContext":null,"__typename":"Tool"},"Tool:104048777777506043":{"id":"104048777777506043","name":"Knit","slug":"knit","title":"The group video call reimagined","verified":false,"imageUrl":"https://img.stackshare.io/service/12138/DY4s7hcg_400x400.jpg","canonicalUrl":"/knit","path":"/knit","votes":0,"fans":6,"stacks":0,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231777263893339":{"id":"101231777263893339","name":"Spinnaker","slug":"spinnaker","title":"Multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence","verified":false,"imageUrl":"https://img.stackshare.io/service/7674/7634182.png","canonicalUrl":"/spinnaker","path":"/spinnaker","votes":14,"fans":436,"stacks":229,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231775590376828":{"id":"101231775590376828","name":"LaunchDarkly","slug":"launchdarkly","title":"Feature Management Platform","verified":true,"imageUrl":"https://img.stackshare.io/service/4506/default_11d18d52b1a22b048f9806361243c7ba4dd2c7a1.png","canonicalUrl":"/launchdarkly","path":"/launchdarkly","votes":6,"fans":369,"stacks":200,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773970332063":{"id":"101231773970332063","name":"Terraform","slug":"terraform","title":"Describe your complete infrastructure as code and build resources across providers","verified":true,"imageUrl":"https://img.stackshare.io/service/1276/default_2316907c4199f912e2ed79cbdb99025c9e5e2665.png","canonicalUrl":"/terraform","path":"/terraform","votes":344,"fans":17649,"stacks":18572,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773837179153":{"id":"101231773837179153","name":"Python","slug":"python","title":"A clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.","verified":false,"imageUrl":"https://img.stackshare.io/service/993/pUBY5pVj.png","canonicalUrl":"/python","path":"/python","votes":6894,"fans":228346,"stacks":246561,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773541427411":{"id":"101231773541427411","name":"Intercom","slug":"intercom","title":"A fundamentally new way to communicate with your customers","verified":true,"imageUrl":"https://img.stackshare.io/service/257/qmwr6vjg_400x400.png","canonicalUrl":"/intercom","path":"/intercom","votes":604,"fans":4187,"stacks":6732,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773501041914":{"id":"101231773501041914","name":"CircleCI","slug":"circleci","title":"Automate your development process quickly, safely, and at scale","verified":true,"imageUrl":"https://img.stackshare.io/service/190/CvqrSSFs_400x400.jpg","canonicalUrl":"/circleci","path":"/circleci","votes":974,"fans":9520,"stacks":12905,"following":false,"followContext":null,"__typename":"Tool"},"Company:101231712365657210":{"imageUrl":"https://img.stackshare.io/company/6182/default_2119cf7ac922b781704952f39f729d1cc1bd3692.png","name":"LaunchDarkly","id":"101231712365657210","path":"/companies/launchdarkly","__typename":"Company"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).jobs({\"first\":8}).edges.0":{"node":{"type":"id","generated":false,"id":"Job:111056799219443238","typename":"Job"},"__typename":"JobEdge"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).jobs({\"first\":8})":{"edges":[{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).jobs({\"first\":8}).edges.0","typename":"JobEdge"}],"__typename":"JobConnection"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).featuredPosts({\"first\":8})":{"count":9,"pageInfo":{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).featuredPosts({\"first\":8}).pageInfo","typename":"PageInfo"},"edges":[{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.0","typename":"FeaturedPostEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.1","typename":"FeaturedPostEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.2","typename":"FeaturedPostEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.3","typename":"FeaturedPostEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.4","typename":"FeaturedPostEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.5","typename":"FeaturedPostEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.6","typename":"FeaturedPostEdge"},{"type":"id","generated":true,"id":"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.7","typename":"FeaturedPostEdge"}],"__typename":"FeaturedPostConnection"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).featuredPosts({\"first\":8}).pageInfo":{"hasNextPage":true,"endCursor":"OA","__typename":"PageInfo"},"FeaturedPost:102368763495430197":{"id":"102368763495430197","views":3169,"title":"How Mixmax Uses Node and Go to Process 250M Events a day","imageUrl":"https://img.stackshare.io/stack/374658/default_67a74f7950d7276c50a0aa82eb39e3c572ecf66b.png","publishedAt":"2019-07-01T23:22:48Z","canonicalUrl":"/mixmax/how-mixmax-uses-node-and-go-to-process-250m-events-a-day","previewImageUrl":"https://img.stackshare.io/stack/374658/8a6bd2ba97f807e47bbb12022fd266730b5d0f4a.png","company":{"type":"id","generated":true,"id":"$FeaturedPost:102368763495430197.company","typename":"Company"},"tools":[{"type":"id","generated":false,"id":"Tool:101231773410696721","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773845103618","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773854388643","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773861864225","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773774313645","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773842107538","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773636491087","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774519122717","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773501596063","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773456856070","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773813299908","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231778229901703","typename":"Tool"}],"favoriteStacksCount":9,"__typename":"FeaturedPost"},"$FeaturedPost:102368763495430197.company":{"name":"Mixmax","__typename":"Company"},"Tool:101231773410696721":{"id":"101231773410696721","name":"GitHub","slug":"github","title":"Powerful collaboration, review, and code management for open source and private development projects","verified":true,"imageUrl":"https://img.stackshare.io/service/27/default_869c34d29acc794d60ecdd5d2b5bfc042a80a4ec.jpg","canonicalUrl":"/github","path":"/github","votes":10344,"fans":286024,"stacks":288483,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773845103618":{"id":"101231773845103618","name":"Node.js","slug":"nodejs","title":"A platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications","verified":false,"imageUrl":"https://img.stackshare.io/service/1011/n1JRsFeB_400x400.png","canonicalUrl":"/nodejs","path":"/nodejs","votes":8539,"fans":184229,"stacks":190037,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773854388643":{"id":"101231773854388643","name":"MongoDB","slug":"mongodb","title":"The database for giant ideas","verified":true,"imageUrl":"https://img.stackshare.io/service/1030/leaf-360x360.png","canonicalUrl":"/mongodb","path":"/mongodb","votes":4131,"fans":94301,"stacks":94112,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773861864225":{"id":"101231773861864225","name":"NGINX","slug":"nginx","title":"A high performance free open source web server powering busiest sites on the Internet.","verified":true,"imageUrl":"https://img.stackshare.io/service/1052/YMxUfyWf.png","canonicalUrl":"/nginx","path":"/nginx","votes":5498,"fans":73781,"stacks":113811,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773774313645":{"id":"101231773774313645","name":"Elasticsearch","slug":"elasticsearch","title":"Open Source, Distributed, RESTful Search Engine","verified":true,"imageUrl":"https://img.stackshare.io/service/841/Image_2019-05-20_at_4.58.04_PM.png","canonicalUrl":"/elasticsearch","path":"/elasticsearch","votes":1649,"fans":32814,"stacks":34717,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773842107538":{"id":"101231773842107538","name":"Golang","slug":"golang","title":"An open source programming language that makes it easy to build simple, reliable, and efficient software","verified":true,"imageUrl":"https://img.stackshare.io/service/1005/O6AczwfV_400x400.png","canonicalUrl":"/golang","path":"/golang","votes":3299,"fans":17082,"stacks":22515,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774519122717":{"id":"101231774519122717","name":"Grafana","slug":"grafana","title":"Open source Graphite & InfluxDB Dashboard and Graph Editor","verified":false,"imageUrl":"https://img.stackshare.io/service/2645/default_8f9d552b144493679449b16c79647da5787e808b.jpg","canonicalUrl":"/grafana","path":"/grafana","votes":415,"fans":17634,"stacks":18122,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773501596063":{"id":"101231773501596063","name":"Sentry","slug":"sentry","title":"See performance issues, fix errors faster, and optimize code health. ","verified":true,"imageUrl":"https://img.stackshare.io/service/191/default_9262326592c97828a2a4299dec085a3674dd05f4.png","canonicalUrl":"/sentry","path":"/sentry","votes":864,"fans":12192,"stacks":14578,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773456856070":{"id":"101231773456856070","name":"PagerDuty","slug":"pagerduty","title":"Incident management with powerful visibility, reliable alerting, and improved collaboration","verified":true,"imageUrl":"https://img.stackshare.io/service/107/GtwgsQj5_400x400.jpg","canonicalUrl":"/pagerduty","path":"/pagerduty","votes":119,"fans":928,"stacks":1014,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773813299908":{"id":"101231773813299908","name":"StatsD","slug":"statsd","title":"Simple daemon for easy stats aggregation","verified":false,"imageUrl":"https://img.stackshare.io/service/932/default_b8c7d49298132d46fbef113905bcba1896158113.png","canonicalUrl":"/statsd","path":"/statsd","votes":31,"fans":362,"stacks":305,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231778229901703":{"id":"101231778229901703","name":"strongDM","slug":"strongdm","title":"1-click access to any database or server in any environment","verified":true,"imageUrl":"https://img.stackshare.io/service/9657/strongdm-logo-200x200.png","canonicalUrl":"/strongdm","path":"/strongdm","votes":0,"fans":31,"stacks":16,"following":false,"followContext":null,"__typename":"Tool"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.0":{"node":{"type":"id","generated":false,"id":"FeaturedPost:102368763495430197","typename":"FeaturedPost"},"__typename":"FeaturedPostEdge"},"FeaturedPost:101231809734545271":{"id":"101231809734545271","views":41030,"title":"Stream & Go: News Feeds for Over 300 Million End Users","imageUrl":"https://img.stackshare.io/stack/308150/default_fab9bba7c7f10899d22e247de701f0a19756483d.png","publishedAt":"2018-01-18T07:43:36Z","canonicalUrl":"/stream/stream-and-go-news-feeds-for-over-300-million-end-users","previewImageUrl":"https://img.stackshare.io/stack/308150/08dfa48f2fe9fab5e1c72dca48716d66cb1e4887.png","company":{"type":"id","generated":true,"id":"$FeaturedPost:101231809734545271.company","typename":"Company"},"tools":[{"type":"id","generated":false,"id":"Tool:101231773410696721","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773837179153","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773849098825","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773705712932","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773853533403","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773854768982","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773405612798","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773837565192","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773774313645","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231775357043443","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773842107538","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773636491087","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774140043342","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773403188549","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774519122717","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773501596063","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773418092710","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774492574471","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774125690843","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773469116775","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773421693052","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773541427411","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773855147984","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774313995669","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231775419688564","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774105508825","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774314369014","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773623413723","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774524652830","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773616958547","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773628223844","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773632985587","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773700003158","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231777477127297","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773813299908","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231775170694740","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773558054183","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774327775574","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773551961673","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774426337070","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231776930470286","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773701192092","typename":"Tool"}],"favoriteStacksCount":49,"__typename":"FeaturedPost"},"$FeaturedPost:101231809734545271.company":{"name":"Stream","__typename":"Company"},"Tool:101231773849098825":{"id":"101231773849098825","name":"React","slug":"react","title":"A JavaScript library for building user interfaces","verified":false,"imageUrl":"https://img.stackshare.io/service/1020/OYIaJ1KK.png","canonicalUrl":"/react","path":"/react","votes":4081,"fans":164223,"stacks":174603,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773705712932":{"id":"101231773705712932","name":"Slack","slug":"slack","title":"Bring all your communication together in one place","verified":false,"imageUrl":"https://img.stackshare.io/service/675/RNiSRYOF_400x400.jpg","canonicalUrl":"/slack","path":"/slack","votes":6023,"fans":114201,"stacks":120190,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773853533403":{"id":"101231773853533403","name":"PostgreSQL","slug":"postgresql","title":"A powerful, open source object-relational database system","verified":false,"imageUrl":"https://img.stackshare.io/service/1028/ASOhU5xJ.png","canonicalUrl":"/postgresql","path":"/postgresql","votes":3550,"fans":96102,"stacks":98975,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773854768982":{"id":"101231773854768982","name":"Redis","slug":"redis","title":"Open source (BSD licensed), in-memory data structure store","verified":false,"imageUrl":"https://img.stackshare.io/service/1031/default_cbce472cd134adc6688572f999e9122b9657d4ba.png","canonicalUrl":"/redis","path":"/redis","votes":3948,"fans":55245,"stacks":59866,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773405612798":{"id":"101231773405612798","name":"Amazon EC2","slug":"amazon-ec2","title":"Scalable, pay-as-you-go compute capacity in the cloud","verified":false,"imageUrl":"https://img.stackshare.io/service/18/amazon-ec2.png","canonicalUrl":"/amazon-ec2","path":"/amazon-ec2","votes":2548,"fans":43442,"stacks":48495,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773837565192":{"id":"101231773837565192","name":"Django","slug":"django","title":"The Web framework for perfectionists with deadlines","verified":false,"imageUrl":"https://img.stackshare.io/service/994/4aGjtNQv.png","canonicalUrl":"/django","path":"/django","votes":4208,"fans":39698,"stacks":37952,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231775357043443":{"id":"101231775357043443","name":"Redux","slug":"reduxjs","title":"Predictable state container for JavaScript apps","verified":false,"imageUrl":"https://img.stackshare.io/service/4074/13142323.png","canonicalUrl":"/reduxjs","path":"/reduxjs","votes":674,"fans":28613,"stacks":30732,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774140043342":{"id":"101231774140043342","name":"Kibana","slug":"kibana","title":"Visualize your Elasticsearch data and navigate the Elastic Stack","verified":true,"imageUrl":"https://img.stackshare.io/service/1722/Image_2019-05-20_at_4.53.31_PM.png","canonicalUrl":"/kibana","path":"/kibana","votes":262,"fans":20052,"stacks":20553,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773403188549":{"id":"101231773403188549","name":"Amazon CloudFront","slug":"amazon-cloudfront","title":"Content delivery with low latency and high data transfer speeds","verified":false,"imageUrl":"https://img.stackshare.io/service/13/amazon-cloudfront.png","canonicalUrl":"/amazon-cloudfront","path":"/amazon-cloudfront","votes":935,"fans":13661,"stacks":21403,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773418092710":{"id":"101231773418092710","name":"Amazon Route 53","slug":"amazon-route-53","title":"A highly available and scalable Domain Name System (DNS) web service.","verified":false,"imageUrl":"https://img.stackshare.io/service/38/amazon-route-53.png","canonicalUrl":"/amazon-route-53","path":"/amazon-route-53","votes":678,"fans":12216,"stacks":14544,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774492574471":{"id":"101231774492574471","name":"AWS Elastic Load Balancing (ELB)","slug":"aws-elastic-load-balancing","title":"Automatically distribute your incoming application traffic across multiple Amazon EC2 instances","verified":false,"imageUrl":"https://img.stackshare.io/service/2587/aws-elastic-load-balancing.png","canonicalUrl":"/aws-elastic-load-balancing","path":"/aws-elastic-load-balancing","votes":59,"fans":11314,"stacks":12717,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774125690843":{"id":"101231774125690843","name":"Logstash","slug":"logstash","title":"Collect, Parse, & Enrich Data","verified":true,"imageUrl":"https://img.stackshare.io/service/1683/preview.png","canonicalUrl":"/logstash","path":"/logstash","votes":103,"fans":11058,"stacks":11470,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773469116775":{"id":"101231773469116775","name":"Twilio","slug":"twilio","title":"Bring voice and messaging to your web and mobile applications.","verified":true,"imageUrl":"https://img.stackshare.io/service/130/VrwpNfjh_400x400.png","canonicalUrl":"/twilio","path":"/twilio","votes":521,"fans":11016,"stacks":11397,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773421693052":{"id":"101231773421693052","name":"Mailgun","slug":"mailgun","title":"The Email Service for Developers.","verified":true,"imageUrl":"https://img.stackshare.io/service/44/ICON_MAILGUN_NOFX.png","canonicalUrl":"/mailgun","path":"/mailgun","votes":656,"fans":5629,"stacks":7861,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773855147984":{"id":"101231773855147984","name":"Cassandra","slug":"cassandra","title":"A partitioned row store. Rows are organized into tables with a required primary key.","verified":false,"imageUrl":"https://img.stackshare.io/service/1032/cassandra_small.png","canonicalUrl":"/cassandra","path":"/cassandra","votes":507,"fans":4301,"stacks":3575,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774313995669":{"id":"101231774313995669","name":"NumPy","slug":"numpy","title":"Fundamental package for scientific computing with Python","verified":false,"imageUrl":"https://img.stackshare.io/service/2179/default_332f874a2edb2686f578aa6389313efcea1eec41.png","canonicalUrl":"/numpy","path":"/numpy","votes":14,"fans":1420,"stacks":2960,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231775419688564":{"id":"101231775419688564","name":"Jupyter","slug":"jupyter","title":"Multi-language interactive computing environments.","verified":false,"imageUrl":"https://img.stackshare.io/service/4190/fGBUdNf__400x400.jpg","canonicalUrl":"/jupyter","path":"/jupyter","votes":57,"fans":2103,"stacks":2648,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774105508825":{"id":"101231774105508825","name":"Django REST framework","slug":"django-rest-framework","title":"Web APIs for Django","verified":false,"imageUrl":"https://img.stackshare.io/service/1630/New_Project__67_.png","canonicalUrl":"/django-rest-framework","path":"/django-rest-framework","votes":310,"fans":2519,"stacks":1947,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774314369014":{"id":"101231774314369014","name":"Pandas","slug":"pandas","title":"High-performance, easy-to-use data structures and data analysis tools for the Python programming language","verified":false,"imageUrl":"https://img.stackshare.io/service/2180/1284191.png","canonicalUrl":"/pandas","path":"/pandas","votes":23,"fans":1815,"stacks":1742,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773623413723":{"id":"101231773623413723","name":"AWS CloudFormation","slug":"aws-cloudformation","title":"Create and manage a collection of related AWS resources","verified":false,"imageUrl":"https://img.stackshare.io/service/411/aws-cloudformation.png","canonicalUrl":"/aws-cloudformation","path":"/aws-cloudformation","votes":88,"fans":1712,"stacks":1545,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774524652830":{"id":"101231774524652830","name":"scikit-learn","slug":"scikit-learn","title":"Easy-to-use and general-purpose machine learning in Python","verified":false,"imageUrl":"https://img.stackshare.io/service/2657/scikit-learn-logo.png","canonicalUrl":"/scikit-learn","path":"/scikit-learn","votes":45,"fans":1510,"stacks":1243,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773616958547":{"id":"101231773616958547","name":"Amazon ElastiCache","slug":"amazon-elasticache","title":"Deploy, operate, and scale an in-memory cache in the cloud","verified":false,"imageUrl":"https://img.stackshare.io/service/392/amazon-elasticache.png","canonicalUrl":"/amazon-elasticache","path":"/amazon-elasticache","votes":151,"fans":1320,"stacks":1327,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773628223844":{"id":"101231773628223844","name":"Puppet Labs","slug":"puppet","title":"Server automation framework and application","verified":true,"imageUrl":"https://img.stackshare.io/service/421/954f7381089ac290b4690c5ffd9dd7d3.png","canonicalUrl":"/puppet","path":"/puppet","votes":227,"fans":1010,"stacks":1131,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773632985587":{"id":"101231773632985587","name":"Amazon RDS for PostgreSQL","slug":"amazon-rds-for-postgresql","title":" Set up, operate, and scale PostgreSQL deployments in the cloud","verified":false,"imageUrl":"https://img.stackshare.io/service/434/amazon-rds.png","canonicalUrl":"/amazon-rds-for-postgresql","path":"/amazon-rds-for-postgresql","votes":40,"fans":810,"stacks":815,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773700003158":{"id":"101231773700003158","name":"Fabric","slug":"fabric","title":"Simple, Pythonic remote execution and deployment","verified":false,"imageUrl":"https://img.stackshare.io/service/662/79c2d43ca09b8321909833f37a500799.png","canonicalUrl":"/fabric","path":"/fabric","votes":75,"fans":378,"stacks":451,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231777477127297":{"id":"101231777477127297","name":"Jaeger","slug":"jaeger","title":"Distributed tracing system released as open source by Uber","verified":false,"imageUrl":"https://img.stackshare.io/service/8123/28545596.png","canonicalUrl":"/jaeger","path":"/jaeger","votes":25,"fans":593,"stacks":339,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231775170694740":{"id":"101231775170694740","name":"Amazon Elasticsearch Service","slug":"amazon-elasticsearch-service","title":"Real-time, distributed search and analytics engine that fits nicely into a cloud environment","verified":false,"imageUrl":"https://img.stackshare.io/service/3736/amazon-elasticsearch-service.png","canonicalUrl":"/amazon-elasticsearch-service","path":"/amazon-elasticsearch-service","votes":24,"fans":374,"stacks":377,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773558054183":{"id":"101231773558054183","name":"StatusPage.io","slug":"statuspage-io","title":"Build trust with every incident: Real-time status and incident communication.","verified":true,"imageUrl":"https://img.stackshare.io/service/279/sp-logo-blue-white-background.jpg","canonicalUrl":"/statuspage-io","path":"/statuspage-io","votes":48,"fans":354,"stacks":366,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774327775574":{"id":"101231774327775574","name":"Stream","slug":"stream","title":"Build scalable feeds, activity streams & chat in a few hours instead of months.","verified":true,"imageUrl":"https://img.stackshare.io/service/2213/mBSAJI_h_400x400.jpg","canonicalUrl":"/stream","path":"/stream","votes":54,"fans":322,"stacks":228,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773551961673":{"id":"101231773551961673","name":"imgix","slug":"imgix","title":"Optimize, manage, and deliver images and videos for faster pages, better visual quality, and a simpler workflow.","verified":true,"imageUrl":"https://img.stackshare.io/service/273/default_ad68bba53328058d113f6a08de866fdeeafab59a.jpg","canonicalUrl":"/imgix","path":"/imgix","votes":177,"fans":377,"stacks":218,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774426337070":{"id":"101231774426337070","name":"RocksDB","slug":"rocksdb","title":"Embeddable persistent key-value store for fast storage, developed and maintained by Facebook Database Engineering Team","verified":false,"imageUrl":"https://img.stackshare.io/service/2432/81KLTHHZ.png","canonicalUrl":"/rocksdb","path":"/rocksdb","votes":11,"fans":334,"stacks":140,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231776930470286":{"id":"101231776930470286","name":"OpenTracing","slug":"opentracing","title":"Consistent, expressive, vendor-neutral APIs for distributed tracing and context propagation.","verified":false,"imageUrl":"https://img.stackshare.io/service/6941/ktuguoGc_400x400.jpg","canonicalUrl":"/opentracing","path":"/opentracing","votes":0,"fans":153,"stacks":167,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773701192092":{"id":"101231773701192092","name":"VictorOps","slug":"victorops","title":"We make on-call suck less & help teams to solve problems faster.","verified":true,"imageUrl":"https://img.stackshare.io/service/665/5Yp_4_1e_400x400.png","canonicalUrl":"/victorops","path":"/victorops","votes":30,"fans":138,"stacks":90,"following":false,"followContext":null,"__typename":"Tool"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.1":{"node":{"type":"id","generated":false,"id":"FeaturedPost:101231809734545271","typename":"FeaturedPost"},"__typename":"FeaturedPostEdge"},"FeaturedPost:101231808365995189":{"id":"101231808365995189","views":37253,"title":"How Sentry Receives 20 Billion Events Per Month While Preparing to Handle Twice That","imageUrl":"https://img.stackshare.io/stack/304342/default_a3507ffa24597f83ed25ef8a638434cb4bea24e3.png","publishedAt":"2017-11-08T17:09:52Z","canonicalUrl":"/sentry/how-sentry-receives-20-billion-events-per-month-while-preparing-to-handle-twice-that","previewImageUrl":"https://img.stackshare.io/stack/304342/ad08772ef859d4e63bb445e15ca2832a6861bce2.gif","company":{"type":"id","generated":true,"id":"$FeaturedPost:101231808365995189.company","typename":"Company"},"tools":[{"type":"id","generated":false,"id":"Tool:101231773939333405","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773410696721","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773837179153","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773669807419","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773849098825","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773705712932","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773853533403","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773433737219","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773861864225","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231775376642511","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773854768982","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774125163302","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773837565192","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774565594919","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773864300849","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773636491087","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773450178959","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773501596063","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773649935410","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773703014119","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773421016326","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773869138699","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773927221330","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773892637981","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773871944512","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773713150436","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773456856070","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774728256352","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773856110685","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774613913004","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231776399053510","typename":"Tool"}],"favoriteStacksCount":28,"__typename":"FeaturedPost"},"$FeaturedPost:101231808365995189.company":{"name":"Sentry","__typename":"Company"},"Tool:101231773939333405":{"id":"101231773939333405","name":"JavaScript","slug":"javascript","title":"Lightweight, interpreted, object-oriented language with first-class functions","verified":false,"imageUrl":"https://img.stackshare.io/service/1209/javascript.jpeg","canonicalUrl":"/javascript","path":"/javascript","votes":8070,"fans":315579,"stacks":363981,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773669807419":{"id":"101231773669807419","name":"Docker","slug":"docker","title":"Enterprise Container Platform for High-Velocity Innovation.","verified":true,"imageUrl":"https://img.stackshare.io/service/586/n4u37v9t_400x400.png","canonicalUrl":"/docker","path":"/docker","votes":3857,"fans":162173,"stacks":175870,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773433737219":{"id":"101231773433737219","name":"Google Analytics","slug":"google-analytics","title":"Enterprise-class web analytics.","verified":false,"imageUrl":"https://img.stackshare.io/service/64/cU74ahCn_400x400.jpg","canonicalUrl":"/google-analytics","path":"/google-analytics","votes":5063,"fans":60296,"stacks":127828,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231775376642511":{"id":"101231775376642511","name":"ES6","slug":"es6","title":"The next version of JavaScript","verified":false,"imageUrl":"https://img.stackshare.io/service/4109/16407404782_8b9c57eab3.jpg","canonicalUrl":"/es6","path":"/es6","votes":165,"fans":70832,"stacks":71844,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774125163302":{"id":"101231774125163302","name":"Webpack","slug":"webpack","title":"A bundler for javascript and friends","verified":true,"imageUrl":"https://img.stackshare.io/service/1682/IMG_4636.PNG","canonicalUrl":"/webpack","path":"/webpack","votes":752,"fans":34162,"stacks":40986,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774565594919":{"id":"101231774565594919","name":"Babel","slug":"babel","title":"Use next generation JavaScript, today.","verified":true,"imageUrl":"https://img.stackshare.io/service/2739/-1wfGjNw.png","canonicalUrl":"/babel","path":"/babel","votes":391,"fans":14714,"stacks":22386,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773864300849":{"id":"101231773864300849","name":"RabbitMQ","slug":"rabbitmq","title":"Open source multiprotocol messaging broker","verified":false,"imageUrl":"https://img.stackshare.io/service/1061/default_df93e9a30d27519161b39d8c1d5c223c1642d187.jpg","canonicalUrl":"/rabbitmq","path":"/rabbitmq","votes":557,"fans":22524,"stacks":21482,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773450178959":{"id":"101231773450178959","name":"Stripe","slug":"stripe","title":"Payments for developers","verified":true,"imageUrl":"https://img.stackshare.io/service/97/eW6tXeq3.png","canonicalUrl":"/stripe","path":"/stripe","votes":1539,"fans":15688,"stacks":19025,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773649935410":{"id":"101231773649935410","name":"Google Compute Engine","slug":"google-compute-engine","title":"Run large-scale workloads on virtual machines hosted on Google's infrastructure.","verified":false,"imageUrl":"https://img.stackshare.io/service/518/s01TMTGn.png","canonicalUrl":"/google-compute-engine","path":"/google-compute-engine","votes":423,"fans":11625,"stacks":12301,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773703014119":{"id":"101231773703014119","name":"Datadog","slug":"datadog","title":"Unify logs, metrics, and traces from across your distributed infrastructure.","verified":true,"imageUrl":"https://img.stackshare.io/service/669/default_34b3b9b42d07c33ac47ecdff75dd6f4f82aa70ee.jpg","canonicalUrl":"/datadog","path":"/datadog","votes":860,"fans":10010,"stacks":9508,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773421016326":{"id":"101231773421016326","name":"Twilio SendGrid","slug":"twilio-sendgrid","title":"Email Delivery. Simplified.","verified":true,"imageUrl":"https://img.stackshare.io/service/43/kQ_6nwmP.jpg","canonicalUrl":"/twilio-sendgrid","path":"/twilio-sendgrid","votes":720,"fans":7574,"stacks":10713,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773869138699":{"id":"101231773869138699","name":"Rust","slug":"rust","title":"A safe, concurrent, practical language","verified":false,"imageUrl":"https://img.stackshare.io/service/1070/v7txhrjp9pdqrkdtxxp0.png","canonicalUrl":"/rust","path":"/rust","votes":1241,"fans":5839,"stacks":5866,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773927221330":{"id":"101231773927221330","name":"HAProxy","slug":"haproxy","title":"The Reliable, High Performance TCP/HTTP Load Balancer","verified":false,"imageUrl":"https://img.stackshare.io/service/1179/preview.png","canonicalUrl":"/haproxy","path":"/haproxy","votes":562,"fans":2663,"stacks":2431,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773892637981":{"id":"101231773892637981","name":"Jekyll","slug":"jekyll","title":"Blog-aware, static site generator in Ruby","verified":false,"imageUrl":"https://img.stackshare.io/service/1114/ad968c1615d956e800fa36494314f48c.jpeg","canonicalUrl":"/jekyll","path":"/jekyll","votes":230,"fans":1842,"stacks":1917,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773871944512":{"id":"101231773871944512","name":"Celery","slug":"celery","title":"Distributed task queue","verified":false,"imageUrl":"https://img.stackshare.io/service/1075/celery.png","canonicalUrl":"/celery","path":"/celery","votes":280,"fans":2029,"stacks":1599,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773713150436":{"id":"101231773713150436","name":"Google BigQuery","slug":"google-bigquery","title":"Analyze terabytes of data in seconds","verified":true,"imageUrl":"https://img.stackshare.io/service/695/BigQuery.png","canonicalUrl":"/google-bigquery","path":"/google-bigquery","votes":152,"fans":1842,"stacks":1685,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774728256352":{"id":"101231774728256352","name":"Redash","slug":"redash","title":"Easily query an existing database, share the dataset and visualize it in different ways","verified":true,"imageUrl":"https://img.stackshare.io/service/3033/NdQYl6cB_400x400.png","canonicalUrl":"/redash","path":"/redash","votes":12,"fans":567,"stacks":347,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773856110685":{"id":"101231773856110685","name":"Riak","slug":"riak","title":"A distributed, decentralized data storage system","verified":true,"imageUrl":"https://img.stackshare.io/service/1041/riak.png","canonicalUrl":"/riak","path":"/riak","votes":44,"fans":168,"stacks":104,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774613913004":{"id":"101231774613913004","name":"RefluxJS","slug":"refluxjs","title":"A simple library for uni-directional dataflow application architecture inspired by ReactJS Flux","verified":false,"imageUrl":"https://img.stackshare.io/no-img-open-source.png","canonicalUrl":"/refluxjs","path":"/refluxjs","votes":5,"fans":29,"stacks":29,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231776399053510":{"id":"101231776399053510","name":"Veneur","slug":"veneur","title":"High performance and global aggregation for Datadog","verified":true,"imageUrl":"https://img.stackshare.io/no-img-open-source.png","canonicalUrl":"/veneur","path":"/veneur","votes":0,"fans":17,"stacks":3,"following":false,"followContext":null,"__typename":"Tool"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.2":{"node":{"type":"id","generated":false,"id":"FeaturedPost:101231808365995189","typename":"FeaturedPost"},"__typename":"FeaturedPostEdge"},"FeaturedPost:101231802699989232":{"id":"101231802699989232","views":21151,"title":"How Algolia Reduces Latency For 21B Searches Per Month","imageUrl":"https://img.stackshare.io/stack/54181/default_57c09f50d0d9350019cd155e63f96a40675aba26.png","publishedAt":"2017-03-30T07:06:52Z","canonicalUrl":"/algolia/how-algolia-reduces-latency-for-21b-searches-per-month","previewImageUrl":"https://img.stackshare.io/stack/54181/a6a893cfcb72867f0c5989cd944d67e002f60f48.jpg","company":{"type":"id","generated":true,"id":"$FeaturedPost:101231802699989232.company","typename":"Company"},"tools":[{"type":"id","generated":false,"id":"Tool:101231773410696721","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773705712932","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773861864225","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773404113083","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773409399220","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773457672502","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773636491087","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773860248995","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773457195811","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231776473814866","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773671105654","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773456856070","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773813299908","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774276188373","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231776013894395","typename":"Tool"}],"favoriteStacksCount":28,"__typename":"FeaturedPost"},"$FeaturedPost:101231802699989232.company":{"name":"Algolia","__typename":"Company"},"Tool:101231773404113083":{"id":"101231773404113083","name":"CloudFlare","slug":"cloudflare","title":"The Web Performance & Security Company.","verified":true,"imageUrl":"https://img.stackshare.io/service/15/twitter-profile-400x400.png","canonicalUrl":"/cloudflare","path":"/cloudflare","votes":1778,"fans":27827,"stacks":76943,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773409399220":{"id":"101231773409399220","name":"Amazon S3","slug":"amazon-s3","title":"Store and retrieve any amount of data, at any time, from anywhere on the web","verified":false,"imageUrl":"https://img.stackshare.io/service/25/amazon-s3.png","canonicalUrl":"/amazon-s3","path":"/amazon-s3","votes":2041,"fans":48124,"stacks":53522,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773457672502":{"id":"101231773457672502","name":"Trello","slug":"trello","title":"Your entire project, in a single glance","verified":false,"imageUrl":"https://img.stackshare.io/service/109/-CvHThPk_400x400.jpg","canonicalUrl":"/trello","path":"/trello","votes":3707,"fans":41342,"stacks":43297,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773860248995":{"id":"101231773860248995","name":"C++","slug":"cplusplus","title":"Has imperative, object-oriented and generic programming features, while also providing the facilities for low level memory manipulation","verified":false,"imageUrl":"https://img.stackshare.io/service/1049/cplusplus.png","canonicalUrl":"/cplusplus","path":"/cplusplus","votes":864,"fans":11587,"stacks":17340,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773457195811":{"id":"101231773457195811","name":"Asana","slug":"asana","title":"Enabling the teams to work together effortlessly","verified":true,"imageUrl":"https://img.stackshare.io/service/108/default_d91a59e7b4dde497605e10e1cf80eb445904a438.jpg","canonicalUrl":"/asana","path":"/asana","votes":655,"fans":9193,"stacks":9732,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231776473814866":{"id":"101231776473814866","name":"Zoom","slug":"zoom","title":"Video Conferencing, Web Conferencing, Webinars, Screen Sharing","verified":false,"imageUrl":"https://img.stackshare.io/service/6083/oD_oPSBP_400x400.jpg","canonicalUrl":"/zoom","path":"/zoom","votes":155,"fans":2512,"stacks":1747,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773671105654":{"id":"101231773671105654","name":"Algolia","slug":"algolia","title":"Developer-friendly API and complete set of tools for building search","verified":true,"imageUrl":"https://img.stackshare.io/service/589/default_452afb716f8f4b904f267638e5c6b9172f9fa06d.png","canonicalUrl":"/algolia","path":"/algolia","votes":699,"fans":1496,"stacks":1310,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774276188373":{"id":"101231774276188373","name":"collectd","slug":"collectd","title":"System and applications metrics collector","verified":false,"imageUrl":"https://img.stackshare.io/service/2082/symbol-sevenup.shadow_400x400.png","canonicalUrl":"/collectd","path":"/collectd","votes":5,"fans":174,"stacks":98,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231776013894395":{"id":"101231776013894395","name":"Wavefront","slug":"wavefront","title":"Unified Cloud Monitoring with Real-Time Analytics","verified":false,"imageUrl":"https://img.stackshare.io/service/5242/default_e29f842123042ffb05d4ab6b2c6172da66e3691f.jpg","canonicalUrl":"/wavefront","path":"/wavefront","votes":2,"fans":72,"stacks":35,"following":false,"followContext":null,"__typename":"Tool"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.3":{"node":{"type":"id","generated":false,"id":"FeaturedPost:101231802699989232","typename":"FeaturedPost"},"__typename":"FeaturedPostEdge"},"FeaturedPost:101231795084339381":{"id":"101231795084339381","views":2164,"title":"The HyperDev Tech Stack: Powering Over 1M Containers","imageUrl":"https://img.stackshare.io/stack/35661/default_d47b1279a13b204e7dc42cded198b44fa828dee2.jpg","publishedAt":"2016-08-05T04:07:38Z","canonicalUrl":"/glitch/the-hyperdev-tech-stack-powering-over-1m-containers","previewImageUrl":"https://img.stackshare.io/stack/35661/dd85f8678ee4ef13ab7fcd77398fb5d2d9e19dbb.png","company":{"type":"id","generated":true,"id":"$FeaturedPost:101231795084339381.company","typename":"Company"},"tools":[{"type":"id","generated":false,"id":"Tool:101231773939333405","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773858546548","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773410696721","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773845103618","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773669807419","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773705712932","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773853533403","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773433737219","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231775043834687","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773409399220","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773405612798","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773457672502","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773842107538","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773636491087","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773700412232","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773403188549","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773454477801","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773418092710","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773744147511","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773772085321","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773926852560","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773777695089","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774802095562","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774324000201","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773924483778","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774287464433","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774139649395","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773441940942","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231776170860553","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231776080604348","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773481952151","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231776081062034","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231776081742532","typename":"Tool"}],"favoriteStacksCount":20,"__typename":"FeaturedPost"},"$FeaturedPost:101231795084339381.company":{"name":"Glitch","__typename":"Company"},"Tool:101231773858546548":{"id":"101231773858546548","name":"Git","slug":"git","title":"Fast, scalable, distributed revision control system","verified":false,"imageUrl":"https://img.stackshare.io/service/1046/git.png","canonicalUrl":"/git","path":"/git","votes":6592,"fans":206791,"stacks":299293,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231775043834687":{"id":"101231775043834687","name":"Ubuntu","slug":"ubuntu","title":"The leading OS for PC, tablet, phone and cloud","verified":false,"imageUrl":"https://img.stackshare.io/service/3511/cof_orange_hex.jpg","canonicalUrl":"/ubuntu","path":"/ubuntu","votes":468,"fans":69057,"stacks":79181,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773700412232":{"id":"101231773700412232","name":"Ansible","slug":"ansible","title":"Radically simple configuration-management, application deployment, task-execution, and multi-node orchestration engine","verified":true,"imageUrl":"https://img.stackshare.io/service/663/ElOjna20.png","canonicalUrl":"/ansible","path":"/ansible","votes":1323,"fans":18788,"stacks":19174,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773454477801":{"id":"101231773454477801","name":"New Relic","slug":"new-relic","title":"New Relic is the industryâs largest and most comprehensive cloud-based observability platform.","verified":true,"imageUrl":"https://img.stackshare.io/service/103/default_193410db3a7e419c7b436961bf41d733c7346b59.png","canonicalUrl":"/new-relic","path":"/new-relic","votes":1931,"fans":11022,"stacks":20913,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773744147511":{"id":"101231773744147511","name":"Vagrant","slug":"vagrant","title":"A tool for building and distributing development environments","verified":true,"imageUrl":"https://img.stackshare.io/service/768/150px-Vagrant.png","canonicalUrl":"/vagrant","path":"/vagrant","votes":1499,"fans":10134,"stacks":11564,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773772085321":{"id":"101231773772085321","name":"Mocha","slug":"mocha","title":"Simple, flexible, fun javascript test framework for node.js & the browser","verified":false,"imageUrl":"https://img.stackshare.io/service/832/mocha.png","canonicalUrl":"/mocha","path":"/mocha","votes":430,"fans":4146,"stacks":8787,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773926852560":{"id":"101231773926852560","name":"CoffeeScript","slug":"coffeescript","title":"A little language that compiles into JavaScript","verified":false,"imageUrl":"https://img.stackshare.io/service/1178/slQydAMv.png","canonicalUrl":"/coffeescript","path":"/coffeescript","votes":1025,"fans":1757,"stacks":3366,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773777695089":{"id":"101231773777695089","name":"Browserify","slug":"browserify","title":"Browser-side require() the node.js way","verified":false,"imageUrl":"https://img.stackshare.io/service/849/9esmqty2.png","canonicalUrl":"/browserify","path":"/browserify","votes":261,"fans":771,"stacks":1839,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774802095562":{"id":"101231774802095562","name":"Docker Swarm","slug":"docker-swarm","title":"Native clustering for Docker. Turn a pool of Docker hosts into a single, virtual host.","verified":true,"imageUrl":"https://img.stackshare.io/service/3177/preview.png","canonicalUrl":"/docker-swarm","path":"/docker-swarm","votes":282,"fans":1244,"stacks":796,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774324000201":{"id":"101231774324000201","name":"UglifyJS","slug":"uglifyjs","title":"A JavaScript parser, minifier, compressor and beautifier toolkit.","verified":false,"imageUrl":"https://img.stackshare.io/service/2203/default_9058af6f02375a99f634f537d727e32df92ac262.png","canonicalUrl":"/uglifyjs","path":"/uglifyjs","votes":0,"fans":192,"stacks":520,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773924483778":{"id":"101231773924483778","name":"Stylus","slug":"stylus","title":"Expressive, robust, feature-rich CSS language built for nodejs","verified":false,"imageUrl":"https://img.stackshare.io/service/1172/stylus.png","canonicalUrl":"/stylus","path":"/stylus","votes":331,"fans":558,"stacks":440,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774287464433":{"id":"101231774287464433","name":"Istanbul","slug":"istanbul","title":"A JS code coverage tool written in JS","verified":false,"imageUrl":"https://img.stackshare.io/service/2105/default_78659c552327b8ff3592c2aa1694ea92c974a8d5.png","canonicalUrl":"/istanbul","path":"/istanbul","votes":0,"fans":170,"stacks":376,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774139649395":{"id":"101231774139649395","name":"etcd","slug":"etcd","title":"A distributed consistent key-value store for shared configuration and service discovery","verified":true,"imageUrl":"https://img.stackshare.io/service/1721/etcd.png","canonicalUrl":"/etcd","path":"/etcd","votes":24,"fans":503,"stacks":308,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773441940942":{"id":"101231773441940942","name":"Loggly","slug":"loggly","title":"Unified log analysis & log monitoring","verified":true,"imageUrl":"https://img.stackshare.io/service/83/default_642fc255afad78948f04d7acefa8e11440014888.png","canonicalUrl":"/loggly","path":"/loggly","votes":168,"fans":371,"stacks":274,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231776170860553":{"id":"101231776170860553","name":"Glitch","slug":"glitch","title":"Code, collaborate, and ship in seconds from your browser","verified":true,"imageUrl":"https://img.stackshare.io/service/5526/default_e717fa2d915caccd07943d84cd60bbb15470a825.jpg","canonicalUrl":"/glitch","path":"/glitch","votes":42,"fans":219,"stacks":84,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231776080604348":{"id":"101231776080604348","name":"Ace","slug":"ace","title":"Embeddable code editor written in JavaScript","verified":true,"imageUrl":"https://img.stackshare.io/service/5372/ACE-Cloud9-EDITOR-Social-Media-icon.png","canonicalUrl":"/ace","path":"/ace","votes":7,"fans":165,"stacks":79,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773481952151":{"id":"101231773481952151","name":"FogBugz","slug":"fogbugz","title":"The world's easiest bug tracking system","verified":false,"imageUrl":"https://img.stackshare.io/service/153/xMO9jDp5_400x400.jpg","canonicalUrl":"/fogbugz","path":"/fogbugz","votes":0,"fans":44,"stacks":39,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231776081062034":{"id":"101231776081062034","name":"Firepad","slug":"firepad","title":"An open-source, real-time, collaborative code and text editing library built on Firebase","verified":true,"imageUrl":"https://img.stackshare.io/service/5373/363cdca41f5d5d30c51c56b083451385.png","canonicalUrl":"/firepad","path":"/firepad","votes":0,"fans":29,"stacks":7,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231776081742532":{"id":"101231776081742532","name":"Hamlet","slug":"hamlet","title":"Simple and powerful reactive templating","verified":false,"imageUrl":"https://img.stackshare.io/service/5374/49f0dNfY.png","canonicalUrl":"/hamlet","path":"/hamlet","votes":0,"fans":15,"stacks":3,"following":false,"followContext":null,"__typename":"Tool"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.4":{"node":{"type":"id","generated":false,"id":"FeaturedPost:101231795084339381","typename":"FeaturedPost"},"__typename":"FeaturedPostEdge"},"FeaturedPost:101231783395423508":{"id":"101231783395423508","views":16146,"title":"How Mashape Manages Over 15,000 APIs & Microservices","imageUrl":"https://img.stackshare.io/stack/11183/default_7bf03765b2aee30f2e922fa4baf4bf1e40f5145a.png","publishedAt":"2015-09-25T08:45:35Z","canonicalUrl":"/kong/how-mashape-manages-over-15000-apis-and-microservices","previewImageUrl":"https://img.stackshare.io/stack/11183/2267362ccc355136c4cfbdb2deee587b8215ca24.png","company":{"type":"id","generated":true,"id":"$FeaturedPost:101231783395423508.company","typename":"Company"},"tools":[{"type":"id","generated":false,"id":"Tool:101231773410696721","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773837179153","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773845103618","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773838011785","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773853533403","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773854388643","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773861864225","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773854768982","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773405612798","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773835511567","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773774313645","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773920953695","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773636491087","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773703014119","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773855147984","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774291224569","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773847891619","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773627798007","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774772759859","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774724522037","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773456856070","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773579158988","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773401272867","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773563555200","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773657526175","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773648351439","typename":"Tool"}],"favoriteStacksCount":29,"__typename":"FeaturedPost"},"$FeaturedPost:101231783395423508.company":{"name":"Kong","__typename":"Company"},"Tool:101231773838011785":{"id":"101231773838011785","name":"Java","slug":"java","title":"A concurrent, class-based, object-oriented, language specifically designed to have as few implementation dependencies as possible","verified":false,"imageUrl":"https://img.stackshare.io/service/995/K85ZWV2F.png","canonicalUrl":"/java","path":"/java","votes":3716,"fans":119349,"stacks":136141,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773835511567":{"id":"101231773835511567","name":"Ruby","slug":"ruby","title":"A dynamic, interpreted, open source programming language with a focus on simplicity and productivity","verified":false,"imageUrl":"https://img.stackshare.io/service/989/ruby.png","canonicalUrl":"/ruby","path":"/ruby","votes":3976,"fans":26599,"stacks":41992,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773920953695":{"id":"101231773920953695","name":"ExpressJS","slug":"expressjs","title":"Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple","verified":false,"imageUrl":"https://img.stackshare.io/service/1163/hashtag.png","canonicalUrl":"/expressjs","path":"/expressjs","votes":1617,"fans":29130,"stacks":32221,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774291224569":{"id":"101231774291224569","name":"Lua","slug":"lua","title":"Powerful, fast, lightweight, embeddable scripting language","verified":false,"imageUrl":"https://img.stackshare.io/service/2118/128px-Lua-Logo.svg.png","canonicalUrl":"/lua","path":"/lua","votes":180,"fans":1457,"stacks":2342,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773847891619":{"id":"101231773847891619","name":"Ember.js","slug":"emberjs","title":"A JavaScript framework for creating ambitious web apps","verified":false,"imageUrl":"https://img.stackshare.io/service/1018/3s1seyc0csl75btyw1vl.png","canonicalUrl":"/emberjs","path":"/emberjs","votes":775,"fans":1148,"stacks":1506,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773627798007":{"id":"101231773627798007","name":"Chef","slug":"chef","title":"Build, destroy and rebuild servers on any public or private cloud","verified":false,"imageUrl":"https://img.stackshare.io/service/420/24f4ef5e7a67c0d720bf9ae69dd6de2a.png","canonicalUrl":"/chef","path":"/chef","votes":345,"fans":1328,"stacks":1266,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774772759859":{"id":"101231774772759859","name":"OpenResty","slug":"openresty","title":"Turning Nginx into a Full-fledged Web App Server","verified":false,"imageUrl":"https://img.stackshare.io/service/3118/default_194f546e1cde32e6a4a347f1d3198e62b5592f43.png","canonicalUrl":"/openresty","path":"/openresty","votes":0,"fans":288,"stacks":2319,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774724522037":{"id":"101231774724522037","name":"Kong","slug":"kong","title":"Open Source Microservice & API Management Layer","verified":true,"imageUrl":"https://ucarecdn.com/3cf09daa-4e1e-404e-a612-f8a91c661db2/","canonicalUrl":"/kong","path":"/kong","votes":139,"fans":1719,"stacks":644,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773579158988":{"id":"101231773579158988","name":"Code Climate","slug":"code-climate","title":"Automated Ruby Code Review","verified":true,"imageUrl":"https://img.stackshare.io/service/305/KFgYaUkK.png","canonicalUrl":"/code-climate","path":"/code-climate","votes":285,"fans":704,"stacks":665,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773401272867":{"id":"101231773401272867","name":"Chartio","slug":"chartio","title":"A powerful Business Intelligence tool anyone can use","verified":true,"imageUrl":"https://img.stackshare.io/service/9/TtrFaQ3j_400x400.png","canonicalUrl":"/chartio","path":"/chartio","votes":6,"fans":312,"stacks":447,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773563555200":{"id":"101231773563555200","name":"Splunk Cloud","slug":"splunk-cloud","title":"Easy and fast way to analyze valuable machine data with the convenience of software as a service (SaaS)","verified":true,"imageUrl":"https://img.stackshare.io/service/287/default_3ee4c34e118179464e491133fc4ac4f16e46771f.jpg","canonicalUrl":"/splunk-cloud","path":"/splunk-cloud","votes":15,"fans":463,"stacks":167,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773657526175":{"id":"101231773657526175","name":"Flowdock","slug":"flowdock","title":"Flowdock is your team's chat with a shared inbox. Teams using Flowdock react in seconds and never forget anything.","verified":true,"imageUrl":"https://img.stackshare.io/service/547/-vh2vDWG_400x400.jpg","canonicalUrl":"/flowdock","path":"/flowdock","votes":165,"fans":126,"stacks":101,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773648351439":{"id":"101231773648351439","name":"Mashape","slug":"mashape","title":"Open Source API Platform for a Cloud Native World","verified":true,"imageUrl":"https://ucarecdn.com/274d1d51-138b-432b-b50b-d61bef011d83/","canonicalUrl":"/mashape","path":"/mashape","votes":26,"fans":93,"stacks":40,"following":false,"followContext":null,"__typename":"Tool"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.5":{"node":{"type":"id","generated":false,"id":"FeaturedPost:101231783395423508","typename":"FeaturedPost"},"__typename":"FeaturedPostEdge"},"FeaturedPost:101231781824221653":{"id":"101231781824221653","views":10876,"title":"How imgix Built A Stack To Serve 100,000 Images Per Second","imageUrl":"https://img.stackshare.io/stack/7541/default_d4b3500a436db3ddc1d3fc45f000f45c04d3ff4c.png","publishedAt":"2015-08-28T09:58:18Z","canonicalUrl":"/imgix/how-imgix-built-a-stack-to-serve-100000-images-per-second","previewImageUrl":"https://img.stackshare.io/stack/7541/a1bf2671dd2f72502d02ef0090e313a99f7ef127.png","company":{"type":"id","generated":true,"id":"$FeaturedPost:101231781824221653.company","typename":"Company"},"tools":[{"type":"id","generated":false,"id":"Tool:101231773410696721","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773837179153","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773669807419","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773705712932","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773861864225","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773457672502","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773842107538","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773636491087","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773700412232","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773501041914","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773843750465","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773874709816","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774455039874","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773927221330","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774291224569","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773713150436","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773733721900","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773847891619","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774772759859","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773456856070","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773552487870","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773409003364","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773840775583","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773558054183","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773551961673","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773583480612","typename":"Tool"}],"favoriteStacksCount":27,"__typename":"FeaturedPost"},"$FeaturedPost:101231781824221653.company":{"name":"imgix","__typename":"Company"},"Tool:101231773843750465":{"id":"101231773843750465","name":"Objective-C","slug":"objective-c","title":"The primary programming language you use when writing software for OS X and iOS","verified":false,"imageUrl":"https://img.stackshare.io/service/1008/xcode.png","canonicalUrl":"/objective-c","path":"/objective-c","votes":490,"fans":8545,"stacks":12724,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773874709816":{"id":"101231773874709816","name":"C lang","slug":"c-lang","title":"One of the most widely used programming languages of all time","verified":false,"imageUrl":"https://img.stackshare.io/no-img-open-source.png","canonicalUrl":"/c-lang","path":"/c-lang","votes":253,"fans":5700,"stacks":13719,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774455039874":{"id":"101231774455039874","name":"Prometheus","slug":"prometheus","title":"An open-source service monitoring system and time series database, developed by SoundCloud","verified":false,"imageUrl":"https://img.stackshare.io/service/2501/default_3cf1b307194b26782be5cb209d30360580ae5b3c.png","canonicalUrl":"/prometheus","path":"/prometheus","votes":239,"fans":4895,"stacks":4291,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773733721900":{"id":"101231773733721900","name":"Consul","slug":"consul","title":"A tool for service discovery, monitoring and configuration","verified":true,"imageUrl":"https://img.stackshare.io/service/747/consul-logo-grad_teaser.png","canonicalUrl":"/consul","path":"/consul","votes":213,"fans":1855,"stacks":1153,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773552487870":{"id":"101231773552487870","name":"Fastly","slug":"fastly","title":"We're redefining content delivery.","verified":true,"imageUrl":"https://img.stackshare.io/service/274/9V2sLNfw.png","canonicalUrl":"/fastly","path":"/fastly","votes":153,"fans":623,"stacks":1058,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773409003364":{"id":"101231773409003364","name":"Linode","slug":"linode","title":"Deploy and Manage Linux Virtual Servers in the Linode Cloud.","verified":true,"imageUrl":"https://img.stackshare.io/service/24/631d437cd8e04903f69766a85d8a5540.png","canonicalUrl":"/linode","path":"/linode","votes":422,"fans":864,"stacks":746,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773840775583":{"id":"101231773840775583","name":"Tornado","slug":"tornado","title":"A Python web framework and asynchronous networking library, originally developed at FriendFeed","verified":false,"imageUrl":"https://img.stackshare.io/service/1002/tornado.png","canonicalUrl":"/tornado","path":"/tornado","votes":167,"fans":538,"stacks":449,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773583480612":{"id":"101231773583480612","name":"Hosted Graphite","slug":"hosted-graphite","title":"Graphite as a service","verified":true,"imageUrl":"https://img.stackshare.io/service/313/favcmrtb6zfcx6omp5iq.png","canonicalUrl":"/hosted-graphite","path":"/hosted-graphite","votes":12,"fans":33,"stacks":22,"following":false,"followContext":null,"__typename":"Tool"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.6":{"node":{"type":"id","generated":false,"id":"FeaturedPost:101231781824221653","typename":"FeaturedPost"},"__typename":"FeaturedPostEdge"},"FeaturedPost:101231780475882803":{"id":"101231780475882803","views":1492,"title":"How Cotap Is Building A HIPAA-compliant Messaging Service On AWS","imageUrl":"https://img.stackshare.io/stack/4847/default_c414c9f098da9ec1a39e2145c4087d3f1d644c24.png","publishedAt":"2015-06-26T10:14:24Z","canonicalUrl":"/zinc/how-cotap-is-building-a-hipaa-compliant-messaging-service-on-aws","previewImageUrl":"https://img.stackshare.io/stack/4847/1bd09ab82868253eebcb3c9f32a56c530df49d9b.png","company":{"type":"id","generated":true,"id":"$FeaturedPost:101231780475882803.company","typename":"Company"},"tools":[{"type":"id","generated":false,"id":"Tool:101231773410696721","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773853533403","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773861864225","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773854768982","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773409399220","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773405612798","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773457672502","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773835511567","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773774313645","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773842107538","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773636491087","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773844232272","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773835996572","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773403188549","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773454477801","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773418092710","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773843750465","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773620969295","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773469116775","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773744147511","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773421016326","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773405155016","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773847537497","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773431684432","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773398855818","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773623413723","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773613893180","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773618592622","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773615096541","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773627798007","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773477005204","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773873140185","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773456856070","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773839608773","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773522699243","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773825068049","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773813880952","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774321012818","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773531380326","typename":"Tool"}],"favoriteStacksCount":5,"__typename":"FeaturedPost"},"$FeaturedPost:101231780475882803.company":{"name":"Zinc","__typename":"Company"},"Tool:101231773844232272":{"id":"101231773844232272","name":"Swift","slug":"swift","title":"An innovative new programming language for Cocoa and Cocoa Touch. ","verified":false,"imageUrl":"https://img.stackshare.io/service/1009/tuHsaI2U.png","canonicalUrl":"/swift","path":"/swift","votes":1275,"fans":16604,"stacks":20424,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773835996572":{"id":"101231773835996572","name":"Rails","slug":"rails","title":"Web development that doesn't hurt","verified":false,"imageUrl":"https://img.stackshare.io/service/990/x57_Lorv.png","canonicalUrl":"/rails","path":"/rails","votes":5462,"fans":16871,"stacks":19588,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773620969295":{"id":"101231773620969295","name":"Amazon CloudWatch","slug":"amazon-cloudwatch","title":"Monitor AWS resources and custom metrics generated by your applications and services","verified":false,"imageUrl":"https://img.stackshare.io/service/401/amazon-cloudwatch.png","canonicalUrl":"/amazon-cloudwatch","path":"/amazon-cloudwatch","votes":214,"fans":10559,"stacks":11689,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773405155016":{"id":"101231773405155016","name":"Amazon SES","slug":"amazon-ses","title":"Bulk and transactional email-sending service.","verified":false,"imageUrl":"https://img.stackshare.io/service/17/amazon-ses.png","canonicalUrl":"/amazon-ses","path":"/amazon-ses","votes":328,"fans":7715,"stacks":9924,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773847537497":{"id":"101231773847537497","name":"Backbone.js","slug":"backbone","title":"Give your JS App some Backbone with Models, Views, Collections, and Events","verified":false,"imageUrl":"https://img.stackshare.io/service/1017/Screen_Shot_2012-04-28_at_8.52.15_PM.png","canonicalUrl":"/backbone","path":"/backbone","votes":675,"fans":4445,"stacks":7547,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773431684432":{"id":"101231773431684432","name":"Mixpanel","slug":"mixpanel","title":"Powerful, self-serve product analytics to help you convert, engage, and retain more users","verified":true,"imageUrl":"https://img.stackshare.io/service/60/default_a3830bd6c50dcc059aaf3aaf287131b64e0957e2.png","canonicalUrl":"/mixpanel","path":"/mixpanel","votes":438,"fans":4639,"stacks":7102,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773398855818":{"id":"101231773398855818","name":"Segment","slug":"segment","title":"A single hub to collect, translate and send your data with the flip of a switch.","verified":true,"imageUrl":"https://img.stackshare.io/service/5/default_aa447805966bbb635af0d113e93e1f1030497052.jpg","canonicalUrl":"/segment","path":"/segment","votes":275,"fans":1337,"stacks":3120,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773613893180":{"id":"101231773613893180","name":"Amazon Redshift","slug":"amazon-redshift","title":"Fast, fully managed, petabyte-scale data warehouse service","verified":false,"imageUrl":"https://img.stackshare.io/service/386/amazon-redshift.png","canonicalUrl":"/amazon-redshift","path":"/amazon-redshift","votes":108,"fans":1636,"stacks":1532,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773618592622":{"id":"101231773618592622","name":"Amazon SNS","slug":"amazon-sns","title":"Fully managed push messaging service","verified":false,"imageUrl":"https://img.stackshare.io/service/396/amazon-sns.png","canonicalUrl":"/amazon-sns","path":"/amazon-sns","votes":18,"fans":1573,"stacks":1393,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773615096541":{"id":"101231773615096541","name":"Amazon VPC","slug":"amazon-vpc","title":"Provision a logically isolated section of the AWS Cloud and launch AWS resources in a virtual network that you define","verified":false,"imageUrl":"https://img.stackshare.io/service/388/amazon-vpc.png","canonicalUrl":"/amazon-vpc","path":"/amazon-vpc","votes":46,"fans":1022,"stacks":1384,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773477005204":{"id":"101231773477005204","name":"HipChat","slug":"hipchat","title":"Supercharge team collaboration with group chat and IM","verified":false,"imageUrl":"https://img.stackshare.io/service/144/R2NV13gL.png","canonicalUrl":"/hipchat","path":"/hipchat","votes":684,"fans":1205,"stacks":1265,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773873140185":{"id":"101231773873140185","name":"Sidekiq","slug":"sidekiq","title":"Simple, efficient background processing for Ruby","verified":false,"imageUrl":"https://img.stackshare.io/service/1078/4b7277462dadad85454ab427ce3f0ca7.png","canonicalUrl":"/sidekiq","path":"/sidekiq","votes":408,"fans":911,"stacks":1118,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773839608773":{"id":"101231773839608773","name":"Sinatra","slug":"sinatra","title":"Classy web-development dressed in a DSL","verified":false,"imageUrl":"https://img.stackshare.io/service/999/logo.png","canonicalUrl":"/sinatra","path":"/sinatra","votes":212,"fans":695,"stacks":1014,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773522699243":{"id":"101231773522699243","name":"Amazon EBS","slug":"amazon-ebs","title":"Block level storage volumes for use with Amazon EC2 instances. ","verified":false,"imageUrl":"https://img.stackshare.io/service/231/amazon-ebs.png","canonicalUrl":"/amazon-ebs","path":"/amazon-ebs","votes":82,"fans":661,"stacks":667,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773825068049":{"id":"101231773825068049","name":"Packer","slug":"packer","title":"Create identical machine images for multiple platforms from a single source configuration","verified":true,"imageUrl":"https://img.stackshare.io/service/967/packer.png","canonicalUrl":"/packer","path":"/packer","votes":42,"fans":718,"stacks":583,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773813880952":{"id":"101231773813880952","name":"Mode","slug":"mode","title":"SQL-based analytics tool that helps analysts query, visualize, and share data.","verified":true,"imageUrl":"https://img.stackshare.io/service/933/YuFKY6Wz.png","canonicalUrl":"/mode","path":"/mode","votes":17,"fans":259,"stacks":125,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774321012818":{"id":"101231774321012818","name":"Marionette","slug":"marionettejs","title":"Backbone application code with robust views and architecture solutions","verified":false,"imageUrl":"https://img.stackshare.io/service/2196/c75f9cc16bc14fd22aa162d0db7beb4c.png","canonicalUrl":"/marionettejs","path":"/marionettejs","votes":80,"fans":168,"stacks":171,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773531380326":{"id":"101231773531380326","name":"Yammer","slug":"yammer","title":"Yammer is a Private Social Network for Your Company","verified":true,"imageUrl":"https://img.stackshare.io/service/246/J8G5k0df_400x400.png","canonicalUrl":"/yammer","path":"/yammer","votes":0,"fans":82,"stacks":75,"following":false,"followContext":null,"__typename":"Tool"},"$ROOT_QUERY.stackupBySlug({\"slug\":\"bamboo-vs-travis-ci\"}).featuredPosts({\"first\":8}).edges.7":{"node":{"type":"id","generated":false,"id":"FeaturedPost:101231780475882803","typename":"FeaturedPost"},"__typename":"FeaturedPostEdge"}}
Need advice about which tool to choose?Ask the StackShare community! Get Advice Bamboo vs Travis CI: What are the differences?
<Write Introduction here>
1. **Deployment options**: Bamboo provides more flexibility in deployment options and integrations with other tools such as Jira and Bitbucket, while Travis CI is more focused on continuous integration and delivery.
2. **Pricing model**: Bamboo has a per-agent pricing model, which can be more expensive for larger teams, whereas Travis CI offers a more cost-effective per-minute pricing structure, suitable for smaller teams or projects.
3. **Customization**: Bamboo allows for more customization and extensibility through the use of plugins and scripts, while Travis CI has a more straightforward setup but limited customization options.
4. **Supported languages and frameworks**: Bamboo supports a wider range of languages and frameworks out-of-the-box, making it a more versatile choice for diverse projects, compared to Travis CI which is more focused on popular languages like JavaScript and Ruby.
5. **Security features**: Bamboo offers more advanced security features such as IP whitelisting, granular permissions, and encryption at rest, making it a preferred choice for organizations with strict security requirements compared to Travis CI.
6. **Community support**: Travis CI has a large and active community that provides extensive support and resources, while Bamboo might lack the same level of community support, which could be a factor in decision-making for some users.
In Summary, Bamboo and Travis CI differ in deployment options, pricing models, customization, language support, security features, and community support.
Advice on Bamboo and Travis CI
From a StackShare Community member: "Currently we use Travis CI and have optimized it as much as we can so our builds are fairly quick. Our boss is all about redundancy so we are looking for another solution to fall back on in case Travis goes down and/or jacks prices way up (they were recently acquired). Could someone recommend which CI we should go with and if they have time, an explanation of how they're different?"
See more Replies (6)
We use CircleCI because of the better value it provides in its plans. I'm sure we could have used Travis just as easily but we found CircleCI's pricing to be more reasonable. In the two years since we signed up, the service has improved. CircleCI is always innovating and iterating on their platform. We have been very satisfied.
See more As the maintainer of the Karate DSL open-source project - I found Travis CI very easy to integrate into the GitHub workflow and it has been steady sailing for more than 2 years now ! It works well for Java / Apache Maven projects and we were able to configure it to use the latest Oracle JDK as per our needs. Thanks to the Travis CI team for this service to the open-source community !
See more I use Google Cloud Build because it's my first foray into the CICD world(loving it so far), and I wanted to work with something GCP native to avoid giving permissions to other SaaS tools like CircleCI and Travis CI .
I really like it because it's free for the first 120 minutes, and it's one of the few CICD tools that enterprises are open to using since it's contained within GCP.
One of the unique things is that it has the Kaniko cache , which speeds up builds by creating intermediate layers within the docker image vs. pushing the full thing from the start. Helpful when you're installing just a few additional dependencies.
Feel free to checkout an example: Cloudbuild Example
See more I use Travis CI because of various reasons -
1. Cloud based system so no dedicated server required, and you do not need to administrate it.
2. Easy YAML configuration.
3. Supports Major Programming Languages.
4. Support of build matrix
6. Supports AWS, Azure, Docker, Heroku, Google Cloud, Github Pages, PyPi and lot more.
7. Slack Notifications.
See more You are probably looking at another hosted solution: Jenkins is a good tool but it way too work intensive to be used as just a backup solution.
I have good experience with Circle-CI, Codeship, Drone.io and Travis (as well as problematic experiences with all of them), but my go-to tool is Gitlab CI: simple, powerful and if you have problems with their limitations or pricing, you can always install runners somewhere and use Gitlab just for scheduling and management. Even if you don't host your git repository at Gitlab, you can have Gitlab pull changes automatically from wherever you repo lives.
See more If you are considering Jenkins I would recommend at least checking out Buildkite. The agents are self-hosted (like Jenkins) but the interface is hosted for you. It meshes up some of the things I like about hosted services (pipeline definitions in YAML, managed interface and authentication) with things I like about Jenkins (local customizable agent images, secrets only on own instances, custom agent level scripts, sizing instances to your needs).
See more
Decisions about Bamboo and Travis CI
Jenkins is a friend of mine. ð
There are not much space for Jenkins competitors for now from my point of view. With declarative pipelines now in place, its super easy to maintain them and create new ones(altho I prefer scripted still). Self-hosted, free, huge community makes it the top choice so honestly for me it was an easy pick.
See more When choosing a tool to help automate our CI/CD, the decision came down to GitHub Actions (GA) or TravisCI. Both are great, but the team has more experience with GA. Given GAs broad support of languages and workflows, it's hard to go wrong with this decision. We will also be using GitHub for version control and project management, so having everything in one place is convenient.
See more My website is brand new and one of the few requirements of testings I had to implement was code coverage. Never though it was so hard to implement using a #docker container.
Given my lack of experience, every attempt I tried on making a simple code coverage test using the 4 combinations of #TravisCI, #CircleCi with #Coveralls, #Codecov I failed. The main problem was I was generating the .coverage
file within the docker container and couldn't access it with #TravisCi or #CircleCi , every attempt to solve this problem seems to be very hacky and this was not the kind of complexity I want to introduce to my newborn website.
This problem was solved using a specific action for #GitHubActions, it was a 3 line solution I had to put in my github workflow file and I was able to access the .coverage
file from my docker container and get the coverage report with #Codecov .
See more We were long time users of TravisCI, but switched to CircleCI because of the better user interface and pricing. Version 2.0 has had a couple of trips and hiccups; but overall we've been very happy with the continuous integration it provides. Continuous Integration is a must-have for building software, and CircleCI continues to surprise as they roll out ideas and features. It's leading the industry in terms of innovation and new ideas, and it's exciting to see what new things they keep rolling out.
See more Jenkins is a pretty flexible, complete tool. Especially I love the possibility to configure jobs as a code with Jenkins pipelines.
CircleCI is well suited for small projects where the main task is to run continuous integration as quickly as possible.
Travis CI is recommended primarily for open-source projects that need to be tested in different environments.
And for something a bit larger I prefer to use Jenkins because it is possible to make serious system configuration thereby different plugins. In Jenkins, I can change almost anything. But if you want to start the CI chain as soon as possible, Jenkins may not be the right choice.
See more
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of Bamboo Integrates with other Atlassian tools Great notification scheme Pros of Travis CI Tutorials for each programming language Support for multiple ruby versions Easy handling of secret keys The best tool for Open Source CI Github Pull Request build Straightforward Github/Coveralls integration Integrates with everything Caching resolved artifacts Ubuntu trusty is not supported Configuration saved with project repository
Sign up to add or upvote prosMake informed product decisions Sign up now
Cons of Bamboo Bad integration with docker Cons of Travis CI Can't be hosted insternally Incomplete documentation for all platforms
Sign up to add or upvote consMake informed product decisions Sign up now
What is Bamboo? Focus on coding and count on Bamboo as your CI and build server! Create multi-stage build plans, set up triggers to start builds upon commits, and assign agents to your critical builds and deployments.
What is Travis CI? Free for open source projects, our CI environment provides multiple runtimes (e.g. Node.js or PHP versions), data stores and so on. Because of this, hosting your project on travis-ci.com means you can effortlessly test your library or applications against multiple runtimes and data stores without even having all of them installed locally.
Need advice about which tool to choose?Ask the StackShare community! Get Advice
Jobs that mention Bamboo and Travis CI as a desired skillset
What companies use Bamboo?
What companies use Travis CI?
What companies use Bamboo? What companies use Travis CI? Manage your open source components, licenses, and vulnerabilities
Learn More Sign up to get full access to all the companiesMake informed product decisions Sign up now
What tools integrate with Bamboo?
What tools integrate with Travis CI?
What tools integrate with Bamboo? What tools integrate with Travis CI?
Sign up to get full access to all the tool integrationsMake informed product decisions Sign up now
Blog Posts Sign up to see more
What are some alternatives to Bamboo and Travis CI?
In a nutshell Jenkins CI is the leading open-source continuous integration server. Built with Java, it provides over 300 plugins to support building and testing virtually any project.
Eucalyptus is open source software for building private, AWS-compatible IT, QA, and developer clouds. It makes it easy to deliver cloud computing, just like AWS, from within your data center.
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over three million people use GitHub to build amazing things together.
Build and debug modern web and cloud applications. Code is free and available on your favorite platform - Linux, Mac OSX, and Windows.
See all alternatives
Manage your open source components, licenses, and vulnerabilities
Learn More