Monolithic + MicroServices Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!How does data denormalization work with the Microservice Pattern?Cross-Microservice Authorization and AuthenticationMicroservices vs Monolithic ArchitectureTransferring from a monolithic application to a micro service one - approachHow to share the web API controllers with microserviceAuthorization of actions across microservicesMigrating multi-module project to microservices?Microservice arquitectureAsync response from API Gateway in microservicesHow to manage multiple staging environment in between transition from monolithic to microservice architecture

How fail-safe is nr as stop bytes?

Should I use a zero-interest credit card for a large one-time purchase?

Belief In God or Knowledge Of God. Which is better?

How to run automated tests after each commit?

How does light 'choose' between wave and particle behaviour?

Take 2! Is this homebrew Lady of Pain warlock patron balanced?

Is there a kind of relay that only consumes power when switching?

What would you call this weird metallic apparatus that allows you to lift people?

What do you call the main part of a joke?

Find 108 by using 3,4,6

Trademark violation for app?

How to compare two different files line by line in unix?

What initially awakened the Balrog?

Why does the remaining Rebel fleet at the end of Rogue One seem dramatically larger than the one in A New Hope?

How come Sam didn't become Lord of Horn Hill?

Parallel Computing Problem

How would a mousetrap for use in space work?

What is "gratricide"?

How to find the conditional CDF based on observed data in R

Is grep documentation about ignoring case wrong, since it doesn't ignore case in filenames?

Most bit efficient text communication method?

Amount of permutations on an NxNxN Rubik's Cube

What does it mean that physics no longer uses mechanical models to describe phenomena?

Do I really need to have a message in a novel to appeal to readers?



Monolithic + MicroServices



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
Data science time! April 2019 and salary with experience
The Ask Question Wizard is Live!How does data denormalization work with the Microservice Pattern?Cross-Microservice Authorization and AuthenticationMicroservices vs Monolithic ArchitectureTransferring from a monolithic application to a micro service one - approachHow to share the web API controllers with microserviceAuthorization of actions across microservicesMigrating multi-module project to microservices?Microservice arquitectureAsync response from API Gateway in microservicesHow to manage multiple staging environment in between transition from monolithic to microservice architecture



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








6















Right now I need to know exactly how can I instantly deploy a micro service based backend when needed? I can manage all the integration of technologies by myself but when it comes to hosting on AWS its just impossible for me to get those many instances and it is just impossible to afford right now.



Im contemplating on the idea of starting with a monolithic backend while having the possibility of deploying micro services backend instantly when the business kicks off.



But Im not sure how to achieve this idea if ever it is possible.



Is it possible or am I wrong?



Please help, thanks.










share|improve this question







New contributor




Nikola Tordoof is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Do you mean build a monolith and cram it into the cloud as-is without any re-design?

    – Nathan Hughes
    14 hours ago











  • No, maybe like 2 separate projects achieving same goal but monolith project will be used first then when there is a good success I can switch to micro services. I dont know whether this is possible or makes any sense.

    – Nikola Tordoof
    12 hours ago











  • Microservices are more work and don’t share much if anything in common with monolith design. So you’d be writing the application twice, where the second way was much harder.

    – Nathan Hughes
    12 hours ago

















6















Right now I need to know exactly how can I instantly deploy a micro service based backend when needed? I can manage all the integration of technologies by myself but when it comes to hosting on AWS its just impossible for me to get those many instances and it is just impossible to afford right now.



Im contemplating on the idea of starting with a monolithic backend while having the possibility of deploying micro services backend instantly when the business kicks off.



But Im not sure how to achieve this idea if ever it is possible.



Is it possible or am I wrong?



Please help, thanks.










share|improve this question







New contributor




Nikola Tordoof is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Do you mean build a monolith and cram it into the cloud as-is without any re-design?

    – Nathan Hughes
    14 hours ago











  • No, maybe like 2 separate projects achieving same goal but monolith project will be used first then when there is a good success I can switch to micro services. I dont know whether this is possible or makes any sense.

    – Nikola Tordoof
    12 hours ago











  • Microservices are more work and don’t share much if anything in common with monolith design. So you’d be writing the application twice, where the second way was much harder.

    – Nathan Hughes
    12 hours ago













6












6








6


2






Right now I need to know exactly how can I instantly deploy a micro service based backend when needed? I can manage all the integration of technologies by myself but when it comes to hosting on AWS its just impossible for me to get those many instances and it is just impossible to afford right now.



Im contemplating on the idea of starting with a monolithic backend while having the possibility of deploying micro services backend instantly when the business kicks off.



But Im not sure how to achieve this idea if ever it is possible.



Is it possible or am I wrong?



Please help, thanks.










share|improve this question







New contributor




Nikola Tordoof is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












Right now I need to know exactly how can I instantly deploy a micro service based backend when needed? I can manage all the integration of technologies by myself but when it comes to hosting on AWS its just impossible for me to get those many instances and it is just impossible to afford right now.



Im contemplating on the idea of starting with a monolithic backend while having the possibility of deploying micro services backend instantly when the business kicks off.



But Im not sure how to achieve this idea if ever it is possible.



Is it possible or am I wrong?



Please help, thanks.







microservices backend






share|improve this question







New contributor




Nikola Tordoof is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Nikola Tordoof is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Nikola Tordoof is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 15 hours ago









Nikola TordoofNikola Tordoof

363




363




New contributor




Nikola Tordoof is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Nikola Tordoof is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Nikola Tordoof is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Do you mean build a monolith and cram it into the cloud as-is without any re-design?

    – Nathan Hughes
    14 hours ago











  • No, maybe like 2 separate projects achieving same goal but monolith project will be used first then when there is a good success I can switch to micro services. I dont know whether this is possible or makes any sense.

    – Nikola Tordoof
    12 hours ago











  • Microservices are more work and don’t share much if anything in common with monolith design. So you’d be writing the application twice, where the second way was much harder.

    – Nathan Hughes
    12 hours ago

















  • Do you mean build a monolith and cram it into the cloud as-is without any re-design?

    – Nathan Hughes
    14 hours ago











  • No, maybe like 2 separate projects achieving same goal but monolith project will be used first then when there is a good success I can switch to micro services. I dont know whether this is possible or makes any sense.

    – Nikola Tordoof
    12 hours ago











  • Microservices are more work and don’t share much if anything in common with monolith design. So you’d be writing the application twice, where the second way was much harder.

    – Nathan Hughes
    12 hours ago
















Do you mean build a monolith and cram it into the cloud as-is without any re-design?

– Nathan Hughes
14 hours ago





Do you mean build a monolith and cram it into the cloud as-is without any re-design?

– Nathan Hughes
14 hours ago













No, maybe like 2 separate projects achieving same goal but monolith project will be used first then when there is a good success I can switch to micro services. I dont know whether this is possible or makes any sense.

– Nikola Tordoof
12 hours ago





No, maybe like 2 separate projects achieving same goal but monolith project will be used first then when there is a good success I can switch to micro services. I dont know whether this is possible or makes any sense.

– Nikola Tordoof
12 hours ago













Microservices are more work and don’t share much if anything in common with monolith design. So you’d be writing the application twice, where the second way was much harder.

– Nathan Hughes
12 hours ago





Microservices are more work and don’t share much if anything in common with monolith design. So you’d be writing the application twice, where the second way was much harder.

– Nathan Hughes
12 hours ago












6 Answers
6






active

oldest

votes


















4














This is common issue if planing to use Aws EBS, I had same issue and solved using following approch



1) Think design as monolithic and then decide further into bounded context and each bounded context will be a microservicea.



2) Now design your database and try to keep.each microservice db into separate schema.



3) Now in maven module create parent child module .



4) In parents module keep your spring boot main method, swagger,and common module like security etc



5) Disable spring boot nature in child module .



6) Add all child module microservice into parent module and maven build install.



7) Deploy on AWS EBS .



8 ) Expose all microservice using Aws Api getway.



Benefits: in future whenever you will be able to support infrastructure cost just move module and db schema and no other changes required.



Disagreed with correct answer statement that "wrong perception that deploying monolithic is cheaper than micro-services" plz check Aws cost estimations monolythic is cheaper then microservice ,microservice need polygot persistence and independent hosting.



  • https://aws.amazon.com/premiumsupport/knowledge-center/estimating-aws-resource-costs/


  • https://calculator.aws/#/






share|improve this answer




















  • 3





    I dont know anything about "spring boot". Im going to use GoLang, Node.js, Cassandra, Mysql, Redis, HAProxy, NGinX. Can you please elaborate on that?

    – Nikola Tordoof
    5 hours ago












  • What you would have done if you were in my place?

    – Nikola Tordoof
    57 mins ago


















4














Firstly, it is a wrong perception that deploying monolithic is cheaper than micro-services w.r.t. infrastructure..If you are sure you want to go micro-services way; then its better to build it now..



You can build multiple micro-services and deploy on same virtual machine.
Also, these days you have many light weight technologies ( lighter than spring boot ) which has lesser memory footprint, faster start up time like micronaut.



Also, until and unless you are running at scale of Amazon... it is a wrong perception that monolithic cannot scale..Even monolithic can handle quite good number of requests.






share|improve this answer


















  • 2





    "You can build multiple micro-services and deploy on same virtual machine." -------- So using this approach I can dedicate a virtual machine for each micro service easily when I get too much traffic later?

    – Nikola Tordoof
    5 hours ago






  • 2





    Thanks a lot for helping me clear my confusion and kill my headache which was there from 20+ days. Now I know what to do.

    – Nikola Tordoof
    5 hours ago






  • 4





    @Deepak "but still with micro-services u will have to run multiple JVM which MIGHT need a bigger machine.." ----- So the conclusion is to get multiple instances for each microservice or forget the project as price for both approaches is almost the same?

    – Nikola Tordoof
    1 hour ago






  • 4





    @vaquarkhan "but still with micro-services u will have to run multiple JVM which MIGHT need a bigger machine.." ----- So the conclusion is to get multiple instances for each microservice or forget the project as price for both approaches is almost the same?

    – Nikola Tordoof
    1 hour ago






  • 4





    @vaquarkhan What you would have done if you were in my place?

    – Nikola Tordoof
    57 mins ago


















4














It is very possible to build multiple micro-services and run on the same server / vps and when your project / service goes viral over-night you can always dedicate a separate instance / server for each service easily.






share|improve this answer






























    4














    I feel like building micro services from day 1 is the best approach these days, no one knows which of your services goes viral. You can not afford a blackout when everyone wants to connect to your services.






    share|improve this answer








    New contributor




    Ekaterina Makesimova is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.















    • 1





      I agree with Ekatarina, its very wise to build micro services from the beginning to avoid rebuilding everything from scratch later.

      – Yanaz Hyrovakas
      4 hours ago


















    4














    Totally agree with @Vaqarkhan's answer and you should start developing microservices and get half the number of instances from aws which are cheapest.






    share|improve this answer








    New contributor




    Andrej Bugaevar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.



























      3














      This question has troubled many and still continues to trouble many, I urge experts to solve this mystery. I think the right thing to do is to go with the micro-service plan and get the cheapest instances possible from AWS this is possible with one year upfront payment. I guess just maybe you can afford it then.






      share|improve this answer








      New contributor




      Yanaz Hyrovakas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.















      • 2





        I think your answer makes sense but I still need to check aws calculator, I dont have big hopes that doing this will help me significantly though.

        – Nikola Tordoof
        1 hour ago











      Your Answer






      StackExchange.ifUsing("editor", function ()
      StackExchange.using("externalEditor", function ()
      StackExchange.using("snippets", function ()
      StackExchange.snippets.init();
      );
      );
      , "code-snippets");

      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "1"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader:
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      ,
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );






      Nikola Tordoof is a new contributor. Be nice, and check out our Code of Conduct.









      draft saved

      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55753184%2fmonolithic-microservices%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      6 Answers
      6






      active

      oldest

      votes








      6 Answers
      6






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      4














      This is common issue if planing to use Aws EBS, I had same issue and solved using following approch



      1) Think design as monolithic and then decide further into bounded context and each bounded context will be a microservicea.



      2) Now design your database and try to keep.each microservice db into separate schema.



      3) Now in maven module create parent child module .



      4) In parents module keep your spring boot main method, swagger,and common module like security etc



      5) Disable spring boot nature in child module .



      6) Add all child module microservice into parent module and maven build install.



      7) Deploy on AWS EBS .



      8 ) Expose all microservice using Aws Api getway.



      Benefits: in future whenever you will be able to support infrastructure cost just move module and db schema and no other changes required.



      Disagreed with correct answer statement that "wrong perception that deploying monolithic is cheaper than micro-services" plz check Aws cost estimations monolythic is cheaper then microservice ,microservice need polygot persistence and independent hosting.



      • https://aws.amazon.com/premiumsupport/knowledge-center/estimating-aws-resource-costs/


      • https://calculator.aws/#/






      share|improve this answer




















      • 3





        I dont know anything about "spring boot". Im going to use GoLang, Node.js, Cassandra, Mysql, Redis, HAProxy, NGinX. Can you please elaborate on that?

        – Nikola Tordoof
        5 hours ago












      • What you would have done if you were in my place?

        – Nikola Tordoof
        57 mins ago















      4














      This is common issue if planing to use Aws EBS, I had same issue and solved using following approch



      1) Think design as monolithic and then decide further into bounded context and each bounded context will be a microservicea.



      2) Now design your database and try to keep.each microservice db into separate schema.



      3) Now in maven module create parent child module .



      4) In parents module keep your spring boot main method, swagger,and common module like security etc



      5) Disable spring boot nature in child module .



      6) Add all child module microservice into parent module and maven build install.



      7) Deploy on AWS EBS .



      8 ) Expose all microservice using Aws Api getway.



      Benefits: in future whenever you will be able to support infrastructure cost just move module and db schema and no other changes required.



      Disagreed with correct answer statement that "wrong perception that deploying monolithic is cheaper than micro-services" plz check Aws cost estimations monolythic is cheaper then microservice ,microservice need polygot persistence and independent hosting.



      • https://aws.amazon.com/premiumsupport/knowledge-center/estimating-aws-resource-costs/


      • https://calculator.aws/#/






      share|improve this answer




















      • 3





        I dont know anything about "spring boot". Im going to use GoLang, Node.js, Cassandra, Mysql, Redis, HAProxy, NGinX. Can you please elaborate on that?

        – Nikola Tordoof
        5 hours ago












      • What you would have done if you were in my place?

        – Nikola Tordoof
        57 mins ago













      4












      4








      4







      This is common issue if planing to use Aws EBS, I had same issue and solved using following approch



      1) Think design as monolithic and then decide further into bounded context and each bounded context will be a microservicea.



      2) Now design your database and try to keep.each microservice db into separate schema.



      3) Now in maven module create parent child module .



      4) In parents module keep your spring boot main method, swagger,and common module like security etc



      5) Disable spring boot nature in child module .



      6) Add all child module microservice into parent module and maven build install.



      7) Deploy on AWS EBS .



      8 ) Expose all microservice using Aws Api getway.



      Benefits: in future whenever you will be able to support infrastructure cost just move module and db schema and no other changes required.



      Disagreed with correct answer statement that "wrong perception that deploying monolithic is cheaper than micro-services" plz check Aws cost estimations monolythic is cheaper then microservice ,microservice need polygot persistence and independent hosting.



      • https://aws.amazon.com/premiumsupport/knowledge-center/estimating-aws-resource-costs/


      • https://calculator.aws/#/






      share|improve this answer















      This is common issue if planing to use Aws EBS, I had same issue and solved using following approch



      1) Think design as monolithic and then decide further into bounded context and each bounded context will be a microservicea.



      2) Now design your database and try to keep.each microservice db into separate schema.



      3) Now in maven module create parent child module .



      4) In parents module keep your spring boot main method, swagger,and common module like security etc



      5) Disable spring boot nature in child module .



      6) Add all child module microservice into parent module and maven build install.



      7) Deploy on AWS EBS .



      8 ) Expose all microservice using Aws Api getway.



      Benefits: in future whenever you will be able to support infrastructure cost just move module and db schema and no other changes required.



      Disagreed with correct answer statement that "wrong perception that deploying monolithic is cheaper than micro-services" plz check Aws cost estimations monolythic is cheaper then microservice ,microservice need polygot persistence and independent hosting.



      • https://aws.amazon.com/premiumsupport/knowledge-center/estimating-aws-resource-costs/


      • https://calculator.aws/#/







      share|improve this answer














      share|improve this answer



      share|improve this answer








      edited 5 hours ago

























      answered 5 hours ago









      vaquar khanvaquar khan

      3,65912143




      3,65912143







      • 3





        I dont know anything about "spring boot". Im going to use GoLang, Node.js, Cassandra, Mysql, Redis, HAProxy, NGinX. Can you please elaborate on that?

        – Nikola Tordoof
        5 hours ago












      • What you would have done if you were in my place?

        – Nikola Tordoof
        57 mins ago












      • 3





        I dont know anything about "spring boot". Im going to use GoLang, Node.js, Cassandra, Mysql, Redis, HAProxy, NGinX. Can you please elaborate on that?

        – Nikola Tordoof
        5 hours ago












      • What you would have done if you were in my place?

        – Nikola Tordoof
        57 mins ago







      3




      3





      I dont know anything about "spring boot". Im going to use GoLang, Node.js, Cassandra, Mysql, Redis, HAProxy, NGinX. Can you please elaborate on that?

      – Nikola Tordoof
      5 hours ago






      I dont know anything about "spring boot". Im going to use GoLang, Node.js, Cassandra, Mysql, Redis, HAProxy, NGinX. Can you please elaborate on that?

      – Nikola Tordoof
      5 hours ago














      What you would have done if you were in my place?

      – Nikola Tordoof
      57 mins ago





      What you would have done if you were in my place?

      – Nikola Tordoof
      57 mins ago













      4














      Firstly, it is a wrong perception that deploying monolithic is cheaper than micro-services w.r.t. infrastructure..If you are sure you want to go micro-services way; then its better to build it now..



      You can build multiple micro-services and deploy on same virtual machine.
      Also, these days you have many light weight technologies ( lighter than spring boot ) which has lesser memory footprint, faster start up time like micronaut.



      Also, until and unless you are running at scale of Amazon... it is a wrong perception that monolithic cannot scale..Even monolithic can handle quite good number of requests.






      share|improve this answer


















      • 2





        "You can build multiple micro-services and deploy on same virtual machine." -------- So using this approach I can dedicate a virtual machine for each micro service easily when I get too much traffic later?

        – Nikola Tordoof
        5 hours ago






      • 2





        Thanks a lot for helping me clear my confusion and kill my headache which was there from 20+ days. Now I know what to do.

        – Nikola Tordoof
        5 hours ago






      • 4





        @Deepak "but still with micro-services u will have to run multiple JVM which MIGHT need a bigger machine.." ----- So the conclusion is to get multiple instances for each microservice or forget the project as price for both approaches is almost the same?

        – Nikola Tordoof
        1 hour ago






      • 4





        @vaquarkhan "but still with micro-services u will have to run multiple JVM which MIGHT need a bigger machine.." ----- So the conclusion is to get multiple instances for each microservice or forget the project as price for both approaches is almost the same?

        – Nikola Tordoof
        1 hour ago






      • 4





        @vaquarkhan What you would have done if you were in my place?

        – Nikola Tordoof
        57 mins ago















      4














      Firstly, it is a wrong perception that deploying monolithic is cheaper than micro-services w.r.t. infrastructure..If you are sure you want to go micro-services way; then its better to build it now..



      You can build multiple micro-services and deploy on same virtual machine.
      Also, these days you have many light weight technologies ( lighter than spring boot ) which has lesser memory footprint, faster start up time like micronaut.



      Also, until and unless you are running at scale of Amazon... it is a wrong perception that monolithic cannot scale..Even monolithic can handle quite good number of requests.






      share|improve this answer


















      • 2





        "You can build multiple micro-services and deploy on same virtual machine." -------- So using this approach I can dedicate a virtual machine for each micro service easily when I get too much traffic later?

        – Nikola Tordoof
        5 hours ago






      • 2





        Thanks a lot for helping me clear my confusion and kill my headache which was there from 20+ days. Now I know what to do.

        – Nikola Tordoof
        5 hours ago






      • 4





        @Deepak "but still with micro-services u will have to run multiple JVM which MIGHT need a bigger machine.." ----- So the conclusion is to get multiple instances for each microservice or forget the project as price for both approaches is almost the same?

        – Nikola Tordoof
        1 hour ago






      • 4





        @vaquarkhan "but still with micro-services u will have to run multiple JVM which MIGHT need a bigger machine.." ----- So the conclusion is to get multiple instances for each microservice or forget the project as price for both approaches is almost the same?

        – Nikola Tordoof
        1 hour ago






      • 4





        @vaquarkhan What you would have done if you were in my place?

        – Nikola Tordoof
        57 mins ago













      4












      4








      4







      Firstly, it is a wrong perception that deploying monolithic is cheaper than micro-services w.r.t. infrastructure..If you are sure you want to go micro-services way; then its better to build it now..



      You can build multiple micro-services and deploy on same virtual machine.
      Also, these days you have many light weight technologies ( lighter than spring boot ) which has lesser memory footprint, faster start up time like micronaut.



      Also, until and unless you are running at scale of Amazon... it is a wrong perception that monolithic cannot scale..Even monolithic can handle quite good number of requests.






      share|improve this answer













      Firstly, it is a wrong perception that deploying monolithic is cheaper than micro-services w.r.t. infrastructure..If you are sure you want to go micro-services way; then its better to build it now..



      You can build multiple micro-services and deploy on same virtual machine.
      Also, these days you have many light weight technologies ( lighter than spring boot ) which has lesser memory footprint, faster start up time like micronaut.



      Also, until and unless you are running at scale of Amazon... it is a wrong perception that monolithic cannot scale..Even monolithic can handle quite good number of requests.







      share|improve this answer












      share|improve this answer



      share|improve this answer










      answered 6 hours ago









      DeepakDeepak

      5,55183574




      5,55183574







      • 2





        "You can build multiple micro-services and deploy on same virtual machine." -------- So using this approach I can dedicate a virtual machine for each micro service easily when I get too much traffic later?

        – Nikola Tordoof
        5 hours ago






      • 2





        Thanks a lot for helping me clear my confusion and kill my headache which was there from 20+ days. Now I know what to do.

        – Nikola Tordoof
        5 hours ago






      • 4





        @Deepak "but still with micro-services u will have to run multiple JVM which MIGHT need a bigger machine.." ----- So the conclusion is to get multiple instances for each microservice or forget the project as price for both approaches is almost the same?

        – Nikola Tordoof
        1 hour ago






      • 4





        @vaquarkhan "but still with micro-services u will have to run multiple JVM which MIGHT need a bigger machine.." ----- So the conclusion is to get multiple instances for each microservice or forget the project as price for both approaches is almost the same?

        – Nikola Tordoof
        1 hour ago






      • 4





        @vaquarkhan What you would have done if you were in my place?

        – Nikola Tordoof
        57 mins ago












      • 2





        "You can build multiple micro-services and deploy on same virtual machine." -------- So using this approach I can dedicate a virtual machine for each micro service easily when I get too much traffic later?

        – Nikola Tordoof
        5 hours ago






      • 2





        Thanks a lot for helping me clear my confusion and kill my headache which was there from 20+ days. Now I know what to do.

        – Nikola Tordoof
        5 hours ago






      • 4





        @Deepak "but still with micro-services u will have to run multiple JVM which MIGHT need a bigger machine.." ----- So the conclusion is to get multiple instances for each microservice or forget the project as price for both approaches is almost the same?

        – Nikola Tordoof
        1 hour ago






      • 4





        @vaquarkhan "but still with micro-services u will have to run multiple JVM which MIGHT need a bigger machine.." ----- So the conclusion is to get multiple instances for each microservice or forget the project as price for both approaches is almost the same?

        – Nikola Tordoof
        1 hour ago






      • 4





        @vaquarkhan What you would have done if you were in my place?

        – Nikola Tordoof
        57 mins ago







      2




      2





      "You can build multiple micro-services and deploy on same virtual machine." -------- So using this approach I can dedicate a virtual machine for each micro service easily when I get too much traffic later?

      – Nikola Tordoof
      5 hours ago





      "You can build multiple micro-services and deploy on same virtual machine." -------- So using this approach I can dedicate a virtual machine for each micro service easily when I get too much traffic later?

      – Nikola Tordoof
      5 hours ago




      2




      2





      Thanks a lot for helping me clear my confusion and kill my headache which was there from 20+ days. Now I know what to do.

      – Nikola Tordoof
      5 hours ago





      Thanks a lot for helping me clear my confusion and kill my headache which was there from 20+ days. Now I know what to do.

      – Nikola Tordoof
      5 hours ago




      4




      4





      @Deepak "but still with micro-services u will have to run multiple JVM which MIGHT need a bigger machine.." ----- So the conclusion is to get multiple instances for each microservice or forget the project as price for both approaches is almost the same?

      – Nikola Tordoof
      1 hour ago





      @Deepak "but still with micro-services u will have to run multiple JVM which MIGHT need a bigger machine.." ----- So the conclusion is to get multiple instances for each microservice or forget the project as price for both approaches is almost the same?

      – Nikola Tordoof
      1 hour ago




      4




      4





      @vaquarkhan "but still with micro-services u will have to run multiple JVM which MIGHT need a bigger machine.." ----- So the conclusion is to get multiple instances for each microservice or forget the project as price for both approaches is almost the same?

      – Nikola Tordoof
      1 hour ago





      @vaquarkhan "but still with micro-services u will have to run multiple JVM which MIGHT need a bigger machine.." ----- So the conclusion is to get multiple instances for each microservice or forget the project as price for both approaches is almost the same?

      – Nikola Tordoof
      1 hour ago




      4




      4





      @vaquarkhan What you would have done if you were in my place?

      – Nikola Tordoof
      57 mins ago





      @vaquarkhan What you would have done if you were in my place?

      – Nikola Tordoof
      57 mins ago











      4














      It is very possible to build multiple micro-services and run on the same server / vps and when your project / service goes viral over-night you can always dedicate a separate instance / server for each service easily.






      share|improve this answer



























        4














        It is very possible to build multiple micro-services and run on the same server / vps and when your project / service goes viral over-night you can always dedicate a separate instance / server for each service easily.






        share|improve this answer

























          4












          4








          4







          It is very possible to build multiple micro-services and run on the same server / vps and when your project / service goes viral over-night you can always dedicate a separate instance / server for each service easily.






          share|improve this answer













          It is very possible to build multiple micro-services and run on the same server / vps and when your project / service goes viral over-night you can always dedicate a separate instance / server for each service easily.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 5 hours ago









          Hank MoodyHank Moody

          565




          565





















              4














              I feel like building micro services from day 1 is the best approach these days, no one knows which of your services goes viral. You can not afford a blackout when everyone wants to connect to your services.






              share|improve this answer








              New contributor




              Ekaterina Makesimova is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.















              • 1





                I agree with Ekatarina, its very wise to build micro services from the beginning to avoid rebuilding everything from scratch later.

                – Yanaz Hyrovakas
                4 hours ago















              4














              I feel like building micro services from day 1 is the best approach these days, no one knows which of your services goes viral. You can not afford a blackout when everyone wants to connect to your services.






              share|improve this answer








              New contributor




              Ekaterina Makesimova is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.















              • 1





                I agree with Ekatarina, its very wise to build micro services from the beginning to avoid rebuilding everything from scratch later.

                – Yanaz Hyrovakas
                4 hours ago













              4












              4








              4







              I feel like building micro services from day 1 is the best approach these days, no one knows which of your services goes viral. You can not afford a blackout when everyone wants to connect to your services.






              share|improve this answer








              New contributor




              Ekaterina Makesimova is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.










              I feel like building micro services from day 1 is the best approach these days, no one knows which of your services goes viral. You can not afford a blackout when everyone wants to connect to your services.







              share|improve this answer








              New contributor




              Ekaterina Makesimova is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.









              share|improve this answer



              share|improve this answer






              New contributor




              Ekaterina Makesimova is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.









              answered 5 hours ago









              Ekaterina MakesimovaEkaterina Makesimova

              413




              413




              New contributor




              Ekaterina Makesimova is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.





              New contributor





              Ekaterina Makesimova is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.






              Ekaterina Makesimova is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.







              • 1





                I agree with Ekatarina, its very wise to build micro services from the beginning to avoid rebuilding everything from scratch later.

                – Yanaz Hyrovakas
                4 hours ago












              • 1





                I agree with Ekatarina, its very wise to build micro services from the beginning to avoid rebuilding everything from scratch later.

                – Yanaz Hyrovakas
                4 hours ago







              1




              1





              I agree with Ekatarina, its very wise to build micro services from the beginning to avoid rebuilding everything from scratch later.

              – Yanaz Hyrovakas
              4 hours ago





              I agree with Ekatarina, its very wise to build micro services from the beginning to avoid rebuilding everything from scratch later.

              – Yanaz Hyrovakas
              4 hours ago











              4














              Totally agree with @Vaqarkhan's answer and you should start developing microservices and get half the number of instances from aws which are cheapest.






              share|improve this answer








              New contributor




              Andrej Bugaevar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.
























                4














                Totally agree with @Vaqarkhan's answer and you should start developing microservices and get half the number of instances from aws which are cheapest.






                share|improve this answer








                New contributor




                Andrej Bugaevar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






















                  4












                  4








                  4







                  Totally agree with @Vaqarkhan's answer and you should start developing microservices and get half the number of instances from aws which are cheapest.






                  share|improve this answer








                  New contributor




                  Andrej Bugaevar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.










                  Totally agree with @Vaqarkhan's answer and you should start developing microservices and get half the number of instances from aws which are cheapest.







                  share|improve this answer








                  New contributor




                  Andrej Bugaevar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  share|improve this answer



                  share|improve this answer






                  New contributor




                  Andrej Bugaevar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  answered 1 hour ago









                  Andrej BugaevarAndrej Bugaevar

                  412




                  412




                  New contributor




                  Andrej Bugaevar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





                  New contributor





                  Andrej Bugaevar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  Andrej Bugaevar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





















                      3














                      This question has troubled many and still continues to trouble many, I urge experts to solve this mystery. I think the right thing to do is to go with the micro-service plan and get the cheapest instances possible from AWS this is possible with one year upfront payment. I guess just maybe you can afford it then.






                      share|improve this answer








                      New contributor




                      Yanaz Hyrovakas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.















                      • 2





                        I think your answer makes sense but I still need to check aws calculator, I dont have big hopes that doing this will help me significantly though.

                        – Nikola Tordoof
                        1 hour ago















                      3














                      This question has troubled many and still continues to trouble many, I urge experts to solve this mystery. I think the right thing to do is to go with the micro-service plan and get the cheapest instances possible from AWS this is possible with one year upfront payment. I guess just maybe you can afford it then.






                      share|improve this answer








                      New contributor




                      Yanaz Hyrovakas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.















                      • 2





                        I think your answer makes sense but I still need to check aws calculator, I dont have big hopes that doing this will help me significantly though.

                        – Nikola Tordoof
                        1 hour ago













                      3












                      3








                      3







                      This question has troubled many and still continues to trouble many, I urge experts to solve this mystery. I think the right thing to do is to go with the micro-service plan and get the cheapest instances possible from AWS this is possible with one year upfront payment. I guess just maybe you can afford it then.






                      share|improve this answer








                      New contributor




                      Yanaz Hyrovakas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.










                      This question has troubled many and still continues to trouble many, I urge experts to solve this mystery. I think the right thing to do is to go with the micro-service plan and get the cheapest instances possible from AWS this is possible with one year upfront payment. I guess just maybe you can afford it then.







                      share|improve this answer








                      New contributor




                      Yanaz Hyrovakas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.









                      share|improve this answer



                      share|improve this answer






                      New contributor




                      Yanaz Hyrovakas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.









                      answered 1 hour ago









                      Yanaz HyrovakasYanaz Hyrovakas

                      312




                      312




                      New contributor




                      Yanaz Hyrovakas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.





                      New contributor





                      Yanaz Hyrovakas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.






                      Yanaz Hyrovakas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.







                      • 2





                        I think your answer makes sense but I still need to check aws calculator, I dont have big hopes that doing this will help me significantly though.

                        – Nikola Tordoof
                        1 hour ago












                      • 2





                        I think your answer makes sense but I still need to check aws calculator, I dont have big hopes that doing this will help me significantly though.

                        – Nikola Tordoof
                        1 hour ago







                      2




                      2





                      I think your answer makes sense but I still need to check aws calculator, I dont have big hopes that doing this will help me significantly though.

                      – Nikola Tordoof
                      1 hour ago





                      I think your answer makes sense but I still need to check aws calculator, I dont have big hopes that doing this will help me significantly though.

                      – Nikola Tordoof
                      1 hour ago










                      Nikola Tordoof is a new contributor. Be nice, and check out our Code of Conduct.









                      draft saved

                      draft discarded


















                      Nikola Tordoof is a new contributor. Be nice, and check out our Code of Conduct.












                      Nikola Tordoof is a new contributor. Be nice, and check out our Code of Conduct.











                      Nikola Tordoof is a new contributor. Be nice, and check out our Code of Conduct.














                      Thanks for contributing an answer to Stack Overflow!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid


                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.

                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55753184%2fmonolithic-microservices%23new-answer', 'question_page');

                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Isurus Índice Especies | Notas | Véxase tamén | Menú de navegación"A compendium of fossil marine animal genera (Chondrichthyes entry)"o orixinal"A review of the Tertiary fossil Cetacea (Mammalia) localities in wales port taf Museum Victoria"o orixinalThe Vertebrate Fauna of the Selma Formation of Alabama. Part VII. Part VIII. The Mosasaurs The Fishes50419737IDsh85068767Isurus2548834613242066569678159923NHMSYS00210535017845105743

                      Wolfenstein 3D Contents Availability Essential improvements Game data Video settings Input settings Audio settings Network VR support Issues fixed Other information System requirements NotesReferences    3D Realms Wolfenstein 3D pageGOG.com Community DiscussionsGOG.com Support PageSteam Community DiscussionsWolfenstein WikiOfficial websiteAmazon.comBethesda.netGamersGateGOG.comGreen Man GamingHumble StoreSteamweb browser versionWolfenstein 3D: Super UpgradesherehereUltraWolfhereWolfMenuECWolf Wolf4SDL WolfGL WinWolf3d NewWolf BetterWolf Sprite Fix and Rotation Project    Wolfenstein 3D VRSplitWolfWolfenstein 3D VRWolfenstein 3D VRWolfenstein 3D VR4DOS command shellFreeDOS's MORE.COMMacBin themthis shim fileWine regeditRELEASE: QUAKE II + III, WOLFENSTEIN 3D, RETURN TO CASTLE WOLFENSTEIN - GOG.com NewsMac Family - Wolfenstein Wiki - WikiaNerdly Pleasures: How many FPS? - DOS Games and Framerates

                      Король Коль Исторические данные | Стихотворение | Примечания | Навигацияверсии1 правкаверсии1 правкаA New interpretation of the 'Artognou' stone, TintagelTintagel IslandАрхивировано