Posts with Label Technology

Consuming NSE Rest APIs in Java

Memunic At Office

JavaTechnology

National 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...

Read More...

3/27/24 [atomicadmin]

Hosting Your Spring Boot Application with MySql Database using AWS Elastic Beanstalk.

Memunic At Office

Technology

This 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...

Read More...

8/27/24 [atomicadmin]

Set up SSL (enable https) on a Elastic Beanstalk Application without Load Balancer.

Memunic At Office

Technology

Now 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...

Read More...

9/28/24 [atomicadmin]