Want to Learn About Technology?
Our technology blog provides valuable insights and information on the latest technological advancements, whether you are an industry expert or simply curious, our blog is the perfect place to stay informed and engaged.
AWS Cluster Creation and configuration
For basic cluster creation you can choose smaller Ec2 instance types like t2.small like that. But if you really get Elasticity from elasticsearch you need to put one more node to share the load.So initially choose a 3 node cluster has 2 shards and 1 replica. Step 1:...
How to Process your data from AWS SQS Queue to Elasticsearch using Lambda
In this article we are talking about how can we process your data that pushed to AWS SQS queue.The small lambda function which will work as data shipper that pulling data from sqs and push to Elasticsearch.Lambda first check index existence if it is found it will push...
AWS ElasticSearch service snapshots in S3 buckets
In this tutorial, we will mainly describe how to store AWS Elasticsearch snapshots in S3 buckets for later retrieval purposes. This process usually takes the following six steps Info: AWS provided solution that enables customers to create an automated snapshot...
Overriding Core JSP file using Liferay 7 Hook
There are few scenarios that you might want to modify the JSPs to override which are no longer in Liferay’s core and you can do core JSP customizations to a specific site. portal-web/docroot/html As you can see, the above screen represents before you begin...
Facebook message in your custom portlet using Webhook integration with Liferay
In this sections, we will describe how to setup Webhook, to receive message from Facebook to Liferay using Webhook and how to receive message from Liferay to Facebook using Graph API. Terms and Concepts You'll come across the following terms multiple times in this...
Yii2 theme integration for your application
First, you’ll need to create a folder named "themes" in the root directory. Next, Create a "demo" folder in "themes" and create JS & CSS sub folders in "themes" Now Add the theme related JS and CSS files in JS and CSS folder. Create a...