Posts with Label Technology |
---|
Consuming NSE Rest APIs in Java
JavaTechnologyNational Stock Exchange provides free "End Of Day" and "Intraday" data dumps via downloadable reports and rest APIs that can be called from your applications using suitable clients. Some of the important APIs provided by NSE that can be used for our data analysis are : Stock Quote API Market Status API Company Events Calendar Quarterly Results API Individual Quarterly Results for various Stocks Bl... 3/27/24 [atomicadmin] |
Hosting Your Spring Boot Application with MySql Database using AWS Elastic Beanstalk.
TechnologyThis post notes down all the steps in brief that are required to host your application on Elastic Beanstalk using MySQL RDS. Each step is a pointer to guide you thru the process and while following these steps, you may need to search for some "how to" documentaion on the web to accomplish the task. This overall guide documentation process helps keep the blog brief and helps consolidate the overall... 8/27/24 [atomicadmin] |
Set up SSL (enable https) on a Elastic Beanstalk Application without Load Balancer.
TechnologyNow that you have your Elastic Beanstalk Application up and running (following the steps in the previous blog : here), lets now move to the next step of enabling https for your web app. If you are running multiple instances of your app and your use case forces you to have a Elastic Load Balancer for your Beanstalk app, then its fairly simple to add your ACM certificate to the ALB and this would en... 9/28/24 [atomicadmin] |