Often enough I have to explain my way of going about setting up a CI/CD pipeline with multiple deployment platforms. Since I am a bit tired of yapping the same every single time, I've decided to write it up and share with the world this way, and send people to read it instead ;). I will explain it on \"live-example\" of how the Rome got built, basing that current methodology exists only of readme.md and wishes of good luck (as it usually is ;)).\n\n

It always starts with an app, whatever it may be and reading the readmes available while Vagrant and VirtualBox is installing and updating. Following that is the first hurdle to go over - convert all the instruction/scripts into Ansible playbook(s), and only stopping when doing a clear vagrant up or vagrant reload we will have a fully working environment. As our Vagrant environment is now functional, it's time to break it! This is the moment to look for how things can be done better (too rigid/too lose versioning? Sloppy environment setup?) and replace them with the right way to do stuff, one that won't bite us in the backside. This is the point, and the best opportunity, to upcycle the existing way of doing dev environment to produce a proper, production-grade product. \n\n

I should probably digress here for a moment and explain why. I firmly believe that the way you deploy production is the same way you should deploy develop, shy of few debugging-friendly setting. This way you avoid the discrepancy between how production work vs how development works, which almost always causes major pains in the back of the neck, and with use of proper tools should mean no more work for the developers. That's why we start with Vagrant as developer boxes should be as easy as vagrant up, but the meat of our product lies in Ansible which will do meat of the work and can be applied to almost anything: AWS, bare metal, docker, LXC, in open net, behind vpn - you name it.\n\n

We must also give proper consideration to monitoring and logging hoovering at this point. My generic answer here is to grab Elasticsearch, Kibana, and Logstash. While for different use cases there may be better solutions, this one is well battle-tested, performs reasonably and is very easy to scale both vertically (within some limits) and horizontally. Logstash rules are easy to write and are well supported in maintenance through Ansible, which as I've mentioned earlier, are at the very core of things, and creating triggers/reports and alerts based on Elastic and Kibana is generally a breeze, including some quite complex aggregations.\n\n

If we are happy with the state of the Ansible it's time to move on and put all those roles and playbooks to work. Namely, we need something to manage our CI/CD pipelines. For me, the choice is obvious: TeamCity. It's modern, robust and unlike most of the light-weight alternatives, it's transparent. What I mean by that is that it doesn't tell you how to do things, doesn't limit your ways to deploy, or test, or package for that matter. Instead, it provides a developer-friendly and rich playground for your pipelines. You can do most the same with Jenkins, but it has a quite dated look and feel to it, while also missing some key functionality that must be brought in via plugins (like quality REST API which comes built-in with TeamCity). It also comes with all the common-handy plugins like Slack or Apache Maven integration.\n\n

The exact flow between CI and CD varies too greatly from one application to another to describe, so I will outline a few rules that guide me in it:\n1. Make build steps as small as possible. This way when something breaks, we know exactly where, without needing to dig and root around.\n2. All security credentials besides development environment must be sources from individual Vault instances. Keys to those containers should exist only on the CI/CD box and accessible by a few people (the less the better). This is pretty self-explanatory, as anything besides dev may contain sensitive data and, at times, be public-facing. Because of that appropriate security must be present. TeamCity shines in this department with excellent secrets-management.\n3. Every part of the build chain shall consume and produce artifacts. If it creates nothing, it likely shouldn't be its own build. This way if any issue shows up with any environment or version, all developer has to do it is grab appropriate artifacts to reproduce the issue locally.\n4. Deployment builds should be directly tied to specific Git branches/tags. This enables much easier tracking of what caused an issue, including automated identifying and tagging the author (nothing like automated regression testing!).\n\n

Speaking of deployments, I generally try to keep it simple but also with a close eye on the wallet. Because of that, I am more than happy with AWS or another cloud provider, but also constantly peeking at the loads and do we get the value of what we are paying for. Often enough the pattern of use is not constantly erratic, but rather has a firm baseline which could be migrated away from the cloud and into bare metal boxes. That is another part where this approach strongly triumphs over the common Docker and CircleCI setup, where you are very much tied in to use cloud providers and getting out is expensive. Here to embrace bare-metal hosting all you need is a help of some container-based self-hosting software, my personal preference is with Proxmox and LXC. Following that all you must write are ansible scripts to manage hardware of Proxmox, similar way as you do for Amazon EC2 (ansible supports both greatly) and you are good to go. One does not exclude another, quite the opposite, as they can live in great synergy and cut your costs dramatically (the heavier your base load, the bigger the savings) while providing production-grade resiliency.","viewCount":9752376,"upvotesCount":23,"services":[{"type":"id","generated":false,"id":"Tool:101231773744147511","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773746758442","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773700412232","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773774313645","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774140043342","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774125690843","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773997873230","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773703650742","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773705712932","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773830185558","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774655920535","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773858546548","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773669807419","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773501041914","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231775247666243","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773405612798","typename":"Tool"}],"topics":[],"__typename":"StackDecision"},"$StackDecision:101212201442710058.link":{"url":"http://puciek.me/2018/12/how-to-design-ci-cd-pipelines-or-rather-how-i-do-it","title":"How to design CI/CD pipelines, or rather how I do it. | Tymoteusz Paul - X20X Development","__typename":"Link"},"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":10085,"stacks":11473,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773746758442":{"id":"101231773746758442","name":"VirtualBox","slug":"virtualbox","title":"Run nearly any operating system on a single machine and to freely switch between OS instances running simultaneously","verified":false,"imageUrl":"https://img.stackshare.io/service/774/vbox_94px.png","canonicalUrl":"/virtualbox","path":"/virtualbox","votes":1127,"fans":30507,"stacks":30754,"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":18717,"stacks":19053,"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":1648,"fans":32677,"stacks":34513,"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":19972,"stacks":20423,"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":11001,"stacks":11374,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773997873230":{"id":"101231773997873230","name":"TeamCity","slug":"teamcity","title":"TeamCity is an ultimate Continuous Integration tool for professionals","verified":true,"imageUrl":"https://img.stackshare.io/service/1357/317jQkeS.png","canonicalUrl":"/teamcity","path":"/teamcity","votes":316,"fans":1360,"stacks":1104,"following":false,"followContext":null,"__typename":"Tool","followingTool":false,"followers":{"type":"id","generated":true,"id":"$Tool:101231773997873230.followers","typename":"UserConnection"},"githubForksCount":null,"thumbRetinaUrl":"https://img.stackshare.io/service/1357/thumb_retina_317jQkeS.png","description":"TeamCity is a user-friendly continuous integration (CI) server for professional developers, build engineers, and DevOps. It is trivial to setup and absolutely free for small teams and open source projects.","contactEnabled":false,"contactButtonText":"Get App localization on autopilot with Localazy","contactButtonSponsorId":null,"contactFlow":{"type":"json","json":{"links":[{"url":"https://localazy.com/?utm_source=StackShare&utm_medium=Listings&utm_campaign=cpc&utm_term=peer_teamcity","type":"website"}],"steps":["direct_link"]}},"pros":{"type":"id","generated":true,"id":"$Tool:101231773997873230.pros","typename":"ReasonConnection"},"cons":{"type":"id","generated":true,"id":"$Tool:101231773997873230.cons","typename":"ReasonConnection"},"stackDecisionsWithAlternatives({\"first\":2})":{"type":"id","generated":true,"id":"$Tool:101231773997873230.stackDecisionsWithAlternatives({\"first\":2})","typename":"StackDecisionConnection"}},"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":113619,"stacks":119538,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773830185558":{"id":"101231773830185558","name":"Apache Maven","slug":"maven","title":"Apache build manager for Java projects. ","verified":false,"imageUrl":"https://img.stackshare.io/package_manager/977/default_9833f2ef0bbc2a946b4cc5e9307264033361076b.png","canonicalUrl":"/maven","path":"/maven","votes":414,"fans":2536,"stacks":2843,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231774655920535":{"id":"101231774655920535","name":"Vault","slug":"vault","title":"Secure, store, and tightly control access to tokens, passwords, certificates, API keys, and other secrets in modern computing","verified":true,"imageUrl":"https://img.stackshare.io/service/2905/vault.png","canonicalUrl":"/vault","path":"/vault","votes":71,"fans":1055,"stacks":795,"following":false,"followContext":null,"__typename":"Tool"},"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":6590,"fans":204952,"stacks":297361,"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":160811,"stacks":174370,"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":9478,"stacks":12826,"following":false,"followContext":null,"__typename":"Tool","followingTool":false,"followers":{"type":"id","generated":true,"id":"$Tool:101231773501041914.followers","typename":"UserConnection"},"githubForksCount":null,"thumbRetinaUrl":"https://img.stackshare.io/service/190/thumb_retina_CvqrSSFs_400x400.jpg","description":"Continuous integration and delivery platform helps software teams rapidly release code with confidence by automating the build, test, and deploy process. Offers a modern software development platform that lets teams ramp.","contactEnabled":false,"contactButtonText":"Visit CircleCI","contactButtonSponsorId":"110427691499215442","contactFlow":{"type":"json","json":{"links":[{"url":"https://circleci.com/?utm_source=stackshare&utm_medium=display","type":"website"}],"steps":["direct_link"]}},"pros":{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros","typename":"ReasonConnection"},"cons":{"type":"id","generated":true,"id":"$Tool:101231773501041914.cons","typename":"ReasonConnection"},"stackDecisionsWithAlternatives({\"first\":2})":{"type":"id","generated":true,"id":"$Tool:101231773501041914.stackDecisionsWithAlternatives({\"first\":2})","typename":"StackDecisionConnection"}},"Tool:101231775247666243":{"id":"101231775247666243","name":"LXC","slug":"lxc","title":"Linux containers","verified":false,"imageUrl":"https://img.stackshare.io/service/3884/linux-containers.png","canonicalUrl":"/lxc","path":"/lxc","votes":19,"fans":255,"stacks":118,"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":43248,"stacks":48231,"following":false,"followContext":null,"__typename":"Tool"},"$Tool:101231773703650742.stackDecisionsWithAlternatives({\"first\":2}).edges.0":{"node":{"type":"id","generated":false,"id":"StackDecision:101212201442710058","typename":"StackDecision"},"__typename":"StackDecisionEdge"},"User:101231989467340423":{"id":"101231989467340423","username":"tschellenbach","title":"CEO","companyName":"Stream","imageUrl":"https://img.stackshare.io/user/729/default_26174a8ea66120fe225f469f847f337b01e82e1f.png","thumbUrl":"https://img.stackshare.io/user/729/thumb_26174a8ea66120fe225f469f847f337b01e82e1f.png","displayName":"Thierry Schellenbach","__typename":"User"},"StackDecision:101031322395260474":{"user":{"type":"id","generated":false,"id":"User:101231989467340423","typename":"User"},"company":{"type":"id","generated":true,"id":"$StackDecision:101031322395260474.company","typename":"Company"},"link":{"type":"id","generated":true,"id":"$StackDecision:101031322395260474.link","typename":"Link"},"publicId":"101031322395260474","publishedAt":"2018-09-13T08:17:13Z","id":"101031322395260474","htmlContent":"

Releasing new versions of our services is done by Travis CI. Travis first runs our test suite. Once it passes, it publishes a new release binary to GitHub.\n\n

Common tasks such as installing dependencies for the Go project, or building a binary are automated using plain old Makefiles. (We know, crazy old school, right?) Our binaries are compressed using UPX.\n\n

Travis has come a long way over the past years. I used to prefer Jenkins in some cases since it was easier to debug broken builds. With the addition of the aptly named “debug build” button, Travis is now the clear winner. It’s easy to use and free for open source, with no need to maintain anything.\n\n

#ContinuousIntegration #CodeCollaborationVersionControl","viewCount":997718,"upvotesCount":23,"services":[{"type":"id","generated":false,"id":"Tool:101231773842107538","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773636491087","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773410696721","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773703650742","typename":"Tool"}],"topics":[{"type":"id","generated":false,"id":"Topic:101231988723036469","typename":"Topic"},{"type":"id","generated":false,"id":"Topic:101231988700396002","typename":"Topic"}],"__typename":"StackDecision"},"$StackDecision:101031322395260474.company":{"imageUrl":"https://img.stackshare.io/company/2139/default_5d6bc688e64213dc42bb467533c97fc793ccc5ca.jpg","thumbUrl":"https://img.stackshare.io/company/2139/thumb_5d6bc688e64213dc42bb467533c97fc793ccc5ca.jpg","name":"Stream","path":"/companies/stream","features":[],"__typename":"Company"},"$StackDecision:101031322395260474.link":{"url":"https://stackshare.io/stream/stream-and-go-news-feeds-for-over-300-million-end-users","title":"Stream & Go: News Feeds for Over 300 Million End Users - Stream Tech Stack | StackShare","__typename":"Link"},"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":3296,"fans":17040,"stacks":22469,"following":false,"followContext":null,"__typename":"Tool"},"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":10341,"fans":283476,"stacks":285730,"following":false,"followContext":null,"__typename":"Tool"},"Topic:101231988723036469":{"name":"ContinuousIntegration","id":"101231988723036469","__typename":"Topic"},"Topic:101231988700396002":{"name":"CodeCollaborationVersionControl","id":"101231988700396002","__typename":"Topic"},"$Tool:101231773703650742.stackDecisionsWithAlternatives({\"first\":2}).edges.1":{"node":{"type":"id","generated":false,"id":"StackDecision:101031322395260474","typename":"StackDecision"},"__typename":"StackDecisionEdge"},"$Tool:101231773703650742.stackDecisionsWithAlternatives({\"first\":2})":{"edges":[{"type":"id","generated":true,"id":"$Tool:101231773703650742.stackDecisionsWithAlternatives({\"first\":2}).edges.0","typename":"StackDecisionEdge"},{"type":"id","generated":true,"id":"$Tool:101231773703650742.stackDecisionsWithAlternatives({\"first\":2}).edges.1","typename":"StackDecisionEdge"}],"__typename":"StackDecisionConnection"},"$Tool:101231773636491087.alternativeTools({\"first\":8}).edges.0":{"node":{"type":"id","generated":false,"id":"Tool:101231773703650742","typename":"Tool"},"__typename":"ToolEdge"},"$Tool:101231773501041914.followers":{"count":7072,"__typename":"UserConnection"},"Reason:101978468185866562":{"id":"101978468185866562","upvoted":false,"upvotesCount":226,"text":"Github integration","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.0":{"node":{"type":"id","generated":false,"id":"Reason:101978468185866562","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978468106577131":{"id":"101978468106577131","upvoted":false,"upvotesCount":177,"text":"Easy setup","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.1":{"node":{"type":"id","generated":false,"id":"Reason:101978468106577131","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978468106715354":{"id":"101978468106715354","upvoted":false,"upvotesCount":153,"text":"Fast builds","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.2":{"node":{"type":"id","generated":false,"id":"Reason:101978468106715354","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978468185741982":{"id":"101978468185741982","upvoted":false,"upvotesCount":94,"text":"Competitively priced","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.3":{"node":{"type":"id","generated":false,"id":"Reason:101978468185741982","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978468540144836":{"id":"101978468540144836","upvoted":false,"upvotesCount":74,"text":"Slack integration","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.4":{"node":{"type":"id","generated":false,"id":"Reason:101978468540144836","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978468584631847":{"id":"101978468584631847","upvoted":false,"upvotesCount":55,"text":"Docker support","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.5":{"node":{"type":"id","generated":false,"id":"Reason:101978468584631847","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978468814875701":{"id":"101978468814875701","upvoted":false,"upvotesCount":45,"text":"Awesome UI","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.6":{"node":{"type":"id","generated":false,"id":"Reason:101978468814875701","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978468106470409":{"id":"101978468106470409","upvoted":false,"upvotesCount":33,"text":"Great customer support","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.7":{"node":{"type":"id","generated":false,"id":"Reason:101978468106470409","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978468691027762":{"id":"101978468691027762","upvoted":false,"upvotesCount":18,"text":"Ios support","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.8":{"node":{"type":"id","generated":false,"id":"Reason:101978468691027762","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978468186058363":{"id":"101978468186058363","upvoted":false,"upvotesCount":14,"text":"Hipchat integration","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.9":{"node":{"type":"id","generated":false,"id":"Reason:101978468186058363","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978468995384582":{"id":"101978468995384582","upvoted":false,"upvotesCount":13,"text":"SSH debug access","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.10":{"node":{"type":"id","generated":false,"id":"Reason:101978468995384582","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978468983259555":{"id":"101978468983259555","upvoted":false,"upvotesCount":11,"text":"Free for Open Source","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.11":{"node":{"type":"id","generated":false,"id":"Reason:101978468983259555","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978468953175864":{"id":"101978468953175864","upvoted":false,"upvotesCount":6,"text":"Mobile support","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.12":{"node":{"type":"id","generated":false,"id":"Reason:101978468953175864","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469362425671":{"id":"101978469362425671","upvoted":false,"upvotesCount":5,"text":"Nodejs support","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.13":{"node":{"type":"id","generated":false,"id":"Reason:101978469362425671","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469231721872":{"id":"101978469231721872","upvoted":false,"upvotesCount":5,"text":" Bitbucket integration","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.14":{"node":{"type":"id","generated":false,"id":"Reason:101978469231721872","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469405099744":{"id":"101978469405099744","upvoted":false,"upvotesCount":5,"text":"YAML configuration","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.15":{"node":{"type":"id","generated":false,"id":"Reason:101978469405099744","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978468838626994":{"id":"101978468838626994","upvoted":false,"upvotesCount":4,"text":"AWS CodeDeploy integration","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.16":{"node":{"type":"id","generated":false,"id":"Reason:101978468838626994","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469707973571":{"id":"101978469707973571","upvoted":false,"upvotesCount":3,"text":"Free for Github private repo","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.17":{"node":{"type":"id","generated":false,"id":"Reason:101978469707973571","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978468833316885":{"id":"101978468833316885","upvoted":false,"upvotesCount":3,"text":"Great support","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.18":{"node":{"type":"id","generated":false,"id":"Reason:101978468833316885","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469064316075":{"id":"101978469064316075","upvoted":false,"upvotesCount":2,"text":"Clojurescript","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.19":{"node":{"type":"id","generated":false,"id":"Reason:101978469064316075","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469468868375":{"id":"101978469468868375","upvoted":false,"upvotesCount":2,"text":"Continuous Deployment","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.20":{"node":{"type":"id","generated":false,"id":"Reason:101978469468868375","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469880637023":{"id":"101978469880637023","upvoted":false,"upvotesCount":2,"text":"Parallelism","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.21":{"node":{"type":"id","generated":false,"id":"Reason:101978469880637023","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469064306705":{"id":"101978469064306705","upvoted":false,"upvotesCount":2,"text":"Clojure","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.22":{"node":{"type":"id","generated":false,"id":"Reason:101978469064306705","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469468490775":{"id":"101978469468490775","upvoted":false,"upvotesCount":2,"text":"OSX support","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.23":{"node":{"type":"id","generated":false,"id":"Reason:101978469468490775","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469434933016":{"id":"101978469434933016","upvoted":false,"upvotesCount":2,"text":"Simple, clean UI","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.24":{"node":{"type":"id","generated":false,"id":"Reason:101978469434933016","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978470049752551":{"id":"101978470049752551","upvoted":false,"upvotesCount":1,"text":"Unstable","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.25":{"node":{"type":"id","generated":false,"id":"Reason:101978470049752551","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:111427223338121065":{"id":"111427223338121065","upvoted":false,"upvotesCount":1,"text":"Ci","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.26":{"node":{"type":"id","generated":false,"id":"Reason:111427223338121065","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:104962500153623644":{"id":"104962500153623644","upvoted":false,"upvotesCount":1,"text":"Favorite","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.27":{"node":{"type":"id","generated":false,"id":"Reason:104962500153623644","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469686100766":{"id":"101978469686100766","upvoted":false,"upvotesCount":1,"text":"Helpful documentation","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.28":{"node":{"type":"id","generated":false,"id":"Reason:101978469686100766","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:104321648368561079":{"id":"104321648368561079","upvoted":false,"upvotesCount":1,"text":"Autoscaling","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.29":{"node":{"type":"id","generated":false,"id":"Reason:104321648368561079","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:102594301630840624":{"id":"102594301630840624","upvoted":false,"upvotesCount":1,"text":"Extremely configurable","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.30":{"node":{"type":"id","generated":false,"id":"Reason:102594301630840624","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469122796558":{"id":"101978469122796558","upvoted":false,"upvotesCount":1,"text":"Works","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.31":{"node":{"type":"id","generated":false,"id":"Reason:101978469122796558","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469153938998":{"id":"101978469153938998","upvoted":false,"upvotesCount":1,"text":"Android support","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.32":{"node":{"type":"id","generated":false,"id":"Reason:101978469153938998","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469318615585":{"id":"101978469318615585","upvoted":false,"upvotesCount":1,"text":"Fair pricing","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.33":{"node":{"type":"id","generated":false,"id":"Reason:101978469318615585","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469318728613":{"id":"101978469318728613","upvoted":false,"upvotesCount":1,"text":"All inclusive testing","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.34":{"node":{"type":"id","generated":false,"id":"Reason:101978469318728613","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469400133203":{"id":"101978469400133203","upvoted":false,"upvotesCount":1,"text":"Japanese in rspec comment appears OK","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.35":{"node":{"type":"id","generated":false,"id":"Reason:101978469400133203","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469458730774":{"id":"101978469458730774","upvoted":false,"upvotesCount":1,"text":"Build PR Branch Only","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.36":{"node":{"type":"id","generated":false,"id":"Reason:101978469458730774","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469669001865":{"id":"101978469669001865","upvoted":false,"upvotesCount":1,"text":"So circular","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.37":{"node":{"type":"id","generated":false,"id":"Reason:101978469669001865","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469720047757":{"id":"101978469720047757","upvoted":false,"upvotesCount":1,"text":"Easy setup, easy to understand, fast and reliable","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.38":{"node":{"type":"id","generated":false,"id":"Reason:101978469720047757","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469766148176":{"id":"101978469766148176","upvoted":false,"upvotesCount":1,"text":"Parallel builds for slow test suites","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.39":{"node":{"type":"id","generated":false,"id":"Reason:101978469766148176","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469855871736":{"id":"101978469855871736","upvoted":false,"upvotesCount":1,"text":"Easy setup. 2.0 is fast! ","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.40":{"node":{"type":"id","generated":false,"id":"Reason:101978469855871736","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469909904965":{"id":"101978469909904965","upvoted":false,"upvotesCount":1,"text":"Easy to deploy to private servers","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.41":{"node":{"type":"id","generated":false,"id":"Reason:101978469909904965","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:101978469913008558":{"id":"101978469913008558","upvoted":false,"upvotesCount":1,"text":"Really easy to use","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.42":{"node":{"type":"id","generated":false,"id":"Reason:101978469913008558","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:108211714229451891":{"id":"108211714229451891","upvoted":false,"upvotesCount":0,"text":"Stable","__typename":"Reason"},"$Tool:101231773501041914.pros.edges.43":{"node":{"type":"id","generated":false,"id":"Reason:108211714229451891","typename":"Reason"},"__typename":"ReasonEdge"},"$Tool:101231773501041914.pros":{"edges":[{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.0","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.1","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.2","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.3","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.4","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.5","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.6","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.7","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.8","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.9","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.10","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.11","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.12","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.13","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.14","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.15","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.16","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.17","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.18","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.19","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.20","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.21","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.22","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.23","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.24","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.25","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.26","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.27","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.28","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.29","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.30","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.31","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.32","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.33","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.34","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.35","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.36","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.37","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.38","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.39","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.40","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.41","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.42","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.pros.edges.43","typename":"ReasonEdge"}],"__typename":"ReasonConnection"},"Reason:101978470049860979":{"id":"101978470049860979","upvoted":false,"upvotesCount":12,"text":"Unstable","__typename":"Reason"},"$Tool:101231773501041914.cons.edges.0":{"node":{"type":"id","generated":false,"id":"Reason:101978470049860979","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:103301825842735198":{"id":"103301825842735198","upvoted":false,"upvotesCount":6,"text":"Scammy pricing structure","__typename":"Reason"},"$Tool:101231773501041914.cons.edges.1":{"node":{"type":"id","generated":false,"id":"Reason:103301825842735198","typename":"Reason"},"__typename":"ReasonEdge"},"Reason:102106526040179940":{"id":"102106526040179940","upvoted":false,"upvotesCount":0,"text":"Aggressive Github permissions","__typename":"Reason"},"$Tool:101231773501041914.cons.edges.2":{"node":{"type":"id","generated":false,"id":"Reason:102106526040179940","typename":"Reason"},"__typename":"ReasonEdge"},"$Tool:101231773501041914.cons":{"edges":[{"type":"id","generated":true,"id":"$Tool:101231773501041914.cons.edges.0","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.cons.edges.1","typename":"ReasonEdge"},{"type":"id","generated":true,"id":"$Tool:101231773501041914.cons.edges.2","typename":"ReasonEdge"}],"__typename":"ReasonConnection"},"User:101232105721188820":{"id":"101232105721188820","username":"ruswerner","title":"Lead Engineer","companyName":"StackShare","imageUrl":"https://img.stackshare.io/user/223620/default_1e513bec60c7ca6a6ee6125383833dbaeec3ba47.jpeg","thumbUrl":"https://img.stackshare.io/user/223620/thumb_1e513bec60c7ca6a6ee6125383833dbaeec3ba47.jpeg","displayName":"Russel Werner","__typename":"User"},"StackDecision:101179192780777665":{"user":{"type":"id","generated":false,"id":"User:101232105721188820","typename":"User"},"company":{"type":"id","generated":true,"id":"$StackDecision:101179192780777665.company","typename":"Company"},"link":null,"publicId":"101179192780777665","publishedAt":"2018-12-03T21:19:00Z","id":"101179192780777665","htmlContent":"

StackShare Feed is built entirely with React, Glamorous, and Apollo. One of our objectives with the public launch of the Feed was to enable a Server-side rendered (SSR) experience for our organic search traffic. When you visit the StackShare Feed, and you aren't logged in, you are delivered the Trending feed experience. We use an in-house Node.js rendering microservice to generate this HTML. This microservice needs to run and serve requests independent of our Rails web app. Up until recently, we had a mono-repo with our Rails and React code living happily together and all served from the same web process. In order to deploy our SSR app into a Heroku environment, we needed to split out our front-end application into a separate repo in GitHub. The driving factor in this decision was mostly due to limitations imposed by Heroku specifically with how processes can't communicate with each other. A new SSR app was created in Heroku and linked directly to the frontend repo so it stays in-sync with changes. \r\n\r\n

Related to this, we need a way to \"deploy\" our frontend changes to various server environments without building & releasing the entire Ruby application. We built a hybrid Amazon S3 Amazon CloudFront solution to host our Webpack bundles. A new CircleCI script builds the bundles and uploads them to S3. The final step in our rollout is to update some keys in Redis so our Rails app knows which bundles to serve. The result of these efforts were significant. Our frontend team now moves independently of our backend team, our build & release process takes only a few minutes, we are now using an edge CDN to serve JS assets, and we have pre-rendered React pages!\r\n\r\n

#StackDecisionsLaunch #SSR #Microservices #FrontEndRepoSplit ","viewCount":2802272,"upvotesCount":32,"services":[{"type":"id","generated":false,"id":"Tool:101231773849098825","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231778008701210","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231776161934711","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773845103618","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773835996572","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773470689784","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773410696721","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773409399220","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773403188549","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231774125163302","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773501041914","typename":"Tool"},{"type":"id","generated":false,"id":"Tool:101231773854768982","typename":"Tool"}],"topics":[{"type":"id","generated":false,"id":"Topic:101231988917140544","typename":"Topic"},{"type":"id","generated":false,"id":"Topic:101231988918366806","typename":"Topic"},{"type":"id","generated":false,"id":"Topic:101231988911787479","typename":"Topic"},{"type":"id","generated":false,"id":"Topic:101231988920379723","typename":"Topic"}],"__typename":"StackDecision"},"$StackDecision:101179192780777665.company":{"imageUrl":"https://img.stackshare.io/company/1595/default_0ef9f2b4cb2992a16b9ce66eafac78c97fa851e4.png","thumbUrl":"https://img.stackshare.io/company/1595/thumb_0ef9f2b4cb2992a16b9ce66eafac78c97fa851e4.png","name":"StackShare","path":"/companies/stackshare","features":[],"__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":4076,"fans":162818,"stacks":173026,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231778008701210":{"id":"101231778008701210","name":"Glamorous","slug":"glamorous","title":"Maintainable CSS with React","verified":true,"imageUrl":"https://img.stackshare.io/service/9149/full.png","canonicalUrl":"/glamorous","path":"/glamorous","votes":0,"fans":48,"stacks":17,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231776161934711":{"id":"101231776161934711","name":"Apollo","slug":"apollo","title":"GraphQL server for Express, Connect, Hapi, Koa and more","verified":false,"imageUrl":"https://img.stackshare.io/service/5508/CyUH653y.png","canonicalUrl":"/apollo","path":"/apollo","votes":25,"fans":2444,"stacks":2418,"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":8537,"fans":182774,"stacks":188541,"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":5441,"fans":16790,"stacks":19462,"following":false,"followContext":null,"__typename":"Tool"},"Tool:101231773470689784":{"id":"101231773470689784","name":"Heroku","slug":"heroku","title":"Build, deliver, monitor and scale web apps and APIs with a trail blazing developer experience.","verified":true,"imageUrl":"https://img.stackshare.io/service/133/3wgIDj3j.png","canonicalUrl":"/heroku","path":"/heroku","votes":3208,"fans":25159,"stacks":25522,"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":47892,"stacks":53207,"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":13589,"stacks":21280,"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":33932,"stacks":40682,"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":3943,"fans":54900,"stacks":59420,"following":false,"followContext":null,"__typename":"Tool"},"Topic:101231988917140544":{"name":"StackDecisionsLaunch","id":"101231988917140544","__typename":"Topic"},"Topic:101231988918366806":{"name":"SSR","id":"101231988918366806","__typename":"Topic"},"Topic:101231988911787479":{"name":"Microservices","id":"101231988911787479","__typename":"Topic"},"Topic:101231988920379723":{"name":"FrontEndRepoSplit","id":"101231988920379723","__typename":"Topic"},"$Tool:101231773501041914.stackDecisionsWithAlternatives({\"first\":2}).edges.0":{"node":{"type":"id","generated":false,"id":"StackDecision:101179192780777665","typename":"StackDecision"},"__typename":"StackDecisionEdge"},"User:104042388677869390":{"id":"104042388677869390","username":"zimoony","title":"Senior Fullstack Developer","companyName":"QUANTUSflow Software GmbH","imageUrl":"https://img.stackshare.io/user/535402/default_002baf8a5098e7badd949774288e37e836a64e0f.jpeg","thumbUrl":"https://img.stackshare.io/user/535402/thumb_002baf8a5098e7badd949774288e37e836a64e0f.jpeg","displayName":"Simon Reymann","__typename":"User"},"StackDecision:104069607668616391":{"user":{"type":"id","generated":false,"id":"User:104042388677869390","typename":"User"},"company":{"type":"id","generated":true,"id":"$StackDecision:104069607668616391.company","typename":"Company"},"link":null,"publicId":"104069607668616391","publishedAt":"2020-04-27T08:29:50Z","id":"104069607668616391","htmlContent":"

Our whole DevOps stack consists of the following tools:\n\n