Questions tagged [monolithic]
54 questions
0
votes
1 answer
How to call another API in monolithic application?
I am working on a Spring Boot project in which I have to send response to another project through an API. So, I have one API for my application in which I am processing the data and then have to send an API response to another project through…

Funtush
- 3
- 2
0
votes
0 answers
How do I make Intel-PIN work with Java server
I am currently working on getting the CPU footprint from AcmeAir monolithic application:
https://github.com/blueperf/acmeair-monolithic-java
I have correctly setup the webapp and database and it can normally function in a docker container.
Normally…

De Santa Michell
- 124
- 2
- 9
0
votes
0 answers
Is php Drupal is best for microservice kubernetes architecture?
I want to create a system architecture which have PHP(Drupal) framework and mysql database. Also use nginx as a load balancer and redis in-cache memory. Already one of the application I already used monolithic architecture. So need suggestion can I…

Shoaib Hasan
- 1
- 3
0
votes
1 answer
Dealing with monolithic application as the project scope grows
I have been working on an monolithic ERP web app/tool which has grown more than I initially expected, I didn't thought about microservices at the time and now it's becoming harder to outsource work with other developers without sharing the entire…

Development Team
- 3
- 2
0
votes
1 answer
how to find open source monolith codebases?
I need to find monolith architecture codebases to make a research. Preferably in Python or JavaScript. Do you have a suggestion on how to find these codebases?
I currently searched for this topic on Github: https://github.com/topics/monolith
But it…

Fernanda Almeida
- 7
- 2
0
votes
1 answer
Is it bad to implement a microservice architecture just for the sake of maintainability because of the modularity?
Let's say you have a project that doesn't need scaling, statelessness or multiple databases. Does it make sense to implement a microservice architecture with one database, just so the project is more modular and easier to maintain compared to a…

zhrgci
- 584
- 1
- 6
- 25
0
votes
1 answer
Building app and Anti pattern (distributed monolith...)
We are currently working on an app that will store IoT data in a database ( process it like average etc...) and make it available through Rest API. Our first though is of course to build one app (good old monolithic) that will get the data (over…

SebUndefined
- 157
- 10
0
votes
1 answer
Integration questions when migrate monolithic to microservices using Quarkus
Currently I have a monolithic application with some modules like financial and accounting. This application uses a single database and the modules are divided into schemas, so when I need to display the data on user interface or in a report I just…
0
votes
1 answer
Data & Database Architecture - Moving from a monolithic architecture to microservices
I have a small question regarding a data architecture, and database.
We have a central database. It is connected to an API. This database was linked to a monolithic application that we are trying to break up into several services.
We have an API, we…

Christophe
- 389
- 1
- 6
- 23
0
votes
1 answer
Application with same functionalities for architecture performance testing
I am writing a thesis for my University where I am going to compare two architectures: monolithic vs microservices.
I am wondering if there is a free licensed example of application written in Java/Spring which has the same functionalities, but…
0
votes
3 answers
How can I create a customized Spring code generator?
Im currently starting to develop a new project for my masters final thesis which will be a monolith to microservice kinda project ( very briefly ).
Since my team already has a defined architecture for all the backend applications ( they are…

Hugo Vinhal
- 305
- 1
- 15
0
votes
1 answer
microservice project between a monolitic api and another back
I would like to know if it's possible to create a spring boot microservice between an old java 1.8 monolithic API and a Spring Boot Backend (React for the front but it doesn't matter).
Here is the idea:
RestController inside the monolithic API --->…

Greg
- 127
- 1
- 15
0
votes
1 answer
"Problems" creating an image with Docker
I have a somewhat peculiar situation involving Docker and Ruby on Rails.
I'm creating images of a Ruby on Rails project, the problem would be that the images are getting too big.
The project in question is a monolith that will become a…

Charmander
- 43
- 1
- 1
- 5
0
votes
3 answers
can micro-service interact with downstream service through localhost origin
Can micro-service interact with downstream service through localhost origin, since my all service is running in same server is that is correct approach ? I found that interacting a downstream service with domain name takes much time when compared to…

ankithvicky
- 25
- 9
0
votes
0 answers
Can we bundle multiple spring-boot application as a war and deploy
We have multiple boot component as well as different schema for each component. We have a business requirement where we need to deliver everything as a war and has to be deployed as a single application on different machine.
I am trying to go with…

Travel
- 1
- 1