Generated by All in One SEO v4.9.10, this is an llms.txt file, used by LLMs to index the site. # iGreenData Digital Engineering Organisation ## Sitemaps - [XML Sitemap](https://igreendata.com.au/sitemap.xml): Contains all public & indexable URLs for this website. ## Posts - [AWS - Elastic Beanstalk ( EBS )](https://igreendata.com.au/aws-elastic-beanstalk-ebs/) - Overview Deploy and Scale Web Applications. Developers focus on writing codes and don’t need to worry about infrastructure .It’s a managed service from AWS, like AppEngine from GCP ( GCP Equivalent Offering is : App Engine ). It provides support for various languages like Java, NodeJS, Python, PHP , Single Container Docker, multi container Docker and Preconfigured - [Deploying Microservice on Kubernetes(MiniKube)](https://igreendata.com.au/deploying-microservice-on-kubernetesminikube/) - This blog is to demonstrate, how to deploy spring boot application into minikube cluster and access it Pre-requisites: Need to have Java, Docker and Minikube installed on mac Minikube Installation: Install minikube using brew command : brew install minikube Start the minikube using below command minikube start Please verify the status of minikube by running - [Banner 1](https://igreendata.com.au/banner-1/) - MODERNISE Capture new opportunities through Data Centric Digital Solutions. Learn more - [Banner 5](https://igreendata.com.au/banner-5/) - INNOVATE Harness the power of new technologies to unlock the unlimited potential of your business Learn more - [Banner 4](https://igreendata.com.au/banner-4/) - CREATE Drive innovation led growth to re-define customer value propositions Learn more - [Banner 3](https://igreendata.com.au/banner-3/) - INSPIRE Commit to excellence by constantly challenging the status quo Learn more - [Banner 2](https://igreendata.com.au/banner-2/) - CHALLENGE with a workforce that is highly competent, nimble and future ready Learn more - [GCP Learning Series_ Cloud Functions](https://igreendata.com.au/gcp-learning-series_-cloud-functions/) - Introduction Cloud Functions — FaaS ( Function as a Service ) / serverless compute service provided by GCP to handle events generated by GCP resources. It is fully managed service by GCP as shown below. Developers don’t have to worry about administrative infrastructure runtime environments Security Updates OS Patches Scaling Capacity Developers can focus on - [GCP Learning Series _App Engine Part 1](https://igreendata.com.au/gcp-learning-series-_app-engine-part-1/) - Overview This App Engine series comprise of three parts Overview of App Engine (Part 1 ) Cloud SDK Setup , Configuring and Authorizing Docker to push image to Google Container Registry ( gcr ) ( Part 2 ) Deploying the image from gcr into App Engine Flexible environment (Part 3 ) App Engine is a Platform-as-a-Service. - [GCP Learning Series _ App Engine Part 3](https://igreendata.com.au/gcp-learning-series-_-app-engine-part-3/) - Overview This blog will show how to deploy image from Container Registry to Google App Engine Configuration To deploy an app into App Engine, need to have app.yaml file configured as below Then run command : gcloud app deploy — image-url=gcr.io/gcpnikki/appengine/demo:latest After successful deployment, we can navigate to the AppEngine dashboard ( Instances/Services ) to - [GCP Learning Series _ App Engine Part 2](https://igreendata.com.au/gcp-learning-series-_-app-engine-part-2/) - Overview This blog will show how to setup Cloud SDK in your local machine, configuring docker , create docker image and push it to Container Registry Cloud SDK Installation To install Cloud SDK, Python3 is pre-requisite. Please install Python, using brew brew install python3 Then download the tar file : google-cloud-sdk-350.0.0-darwin-x86_64.tar Unzip it and then - [GCP Data Engineer : Cloud SQL/Cloud Spanner](https://igreendata.com.au/gcp-data-engineer-cloud-sql-cloud-spanner/) - Storage Services in GCP This blog will focus on Cloud Storage service in GCP. Object Storage ( Buckets ) : To store unstructured data and for archival use-cases. Instance Storage ( Persistent Disks ) : To work with VMs, Kubernetes Clusters SQL ( Cloud SQL, Cloud Spanner ) : For Relational DB use-case and for transaction support NoSQL - [Configuring Swagger in Spring Boot Application](https://igreendata.com.au/configuring-swagger-in-spring-boot-application/) - SpringBoot Initializr: Initialize a Sample Spring Boot Application using Spring Initializr : https://start.spring.io/ Key in the Group, artifact id and the name for your sample project . Choose your favourite language, it can be Java/Kotlin/Groovy. Also choose the language version, Packaging option and the Project to be built in. It can be Maven or Gradle. For - [Spring Data with Spring Boot](https://igreendata.com.au/spring-data-with-spring-boot/) - Introduction This blog will show how to integrate Spring Data with Spring Boot. The flow will be from the Rest Controller which will wire the service to make call to JPA Repository as shown below. Maven Dependency Initialize the Spring Boot Application using start.spring.io with Web and JPA dependency added to it. Need to add below dependency - [GCP Data Engineer : Cloud Storage](https://igreendata.com.au/gcp-data-engineer-cloud-storage/) - Storage Services in GCP This blog will focus on Cloud Storage service in GCP. Object Storage ( Buckets ) : To store unstructured data and for archival use-cases. Instance Storage ( Persistent Disks ) : To work with VMs, Kubernetes Clusters SQL ( Cloud SQL, Cloud Spanner ) : For Relational DB use-case and for transaction support NoSQL - [Docker Entrypoint Vs CMD and Kubernetes](https://igreendata.com.au/docker-entrypoint-vs-cmd-and-kubernetes/) - Docker gives two ways of running the main process ENTRYPOINT and CMD. I’ve seen lot of confusion about these options. Both can be used to tell docker what should be executed to run main process - so what should you be using. Is one better than other ? Can you use both ? Kubernetes uses - [Terraform](https://igreendata.com.au/terraform/) - Introduction: Terraform are cloud agnostic unlike CloudFormation which is cloud native with AWS and AzureResourceManager which is native with Azure cloud provider. Terraform helps to maintain single codebase to maintain infrastructure related code to provision resources across multiple cloud providers. Setup: To install Terraform, need to download the binary from “https://www.terraform.io/downloads.html" and set it in - [Installing Kafka on Mac](https://igreendata.com.au/installing-kafka-on-mac/) - Installation: http://kafka.apache.org/ To download Kafka, navigate to kafka.apache.org and click on Download button Please select the version you want to download ( here I have selected version 2.8.0 ) and choose the Scala version as Scala 2.13 to download the tgz file : https://apache.mirror.digitalpacific.com.au/kafka/2.8.0/kafka_2.13-2.8.0.tgz Copy the tar file to desired location and unzip it Configuration The - [AWS Elastic Beanstalk](https://igreendata.com.au/aws-elastic-beanstalk/) - Overview Deploy and Scale Web Applications. Developers focus on writing codes and don’t need to worry about infrastructure .It’s a managed service from AWS, like AppEngine from GCP ( GCP Equivalent Offering is : App Engine ). It provides support for various languages like Java, NodeJS, Python, PHP , Single Container Docker, multi container Docker and Preconfigured - [Spring Boot with Docker](https://igreendata.com.au/spring-boot-with-docker/) - Introduction This blog will show how to integrate Spring Data with Spring Boot. The flow will be from the Rest Controller which will wire the service to make call to JPA Repository as shown below. Maven Dependency Initialize the Spring Boot Application using start.spring.io with Web and JPA dependency added to it. Need to add below dependency - [Hello world!](https://igreendata.com.au/hello-world/) - Welcome to WordPress. This is your first post. Edit or delete it, then start writing! ## Pages - [Home](https://igreendata.com.au/) - Digital Engineering Organisation - [Contact](https://igreendata.com.au/contact/) - +61 (03) 9895 0555 australia@igreendata.com.au MQT, Level 30 699 Collins Street, Docklands, VIC 3008 Australia Get Directions +91 (80) 61418100 india@igreendata.com.au Synechron Technologies Private Limited, Milestone Buildcon Private Limited SEZ South Wing Block-2, Chokkanahalli village Bhartiya Centre of Information Technology Thanisandra Main Road, Bengaluru, Karnataka 560064 Synechron Technologies Private Limited, Block 1 DT, 5th Floor, - [About](https://igreendata.com.au/about/) - We have a proven track record of delivering complex transformation programs in partnership with key product vendors using agile delivery methodologies across design, development, DevOps and CI/CD. - [Sample Page](https://igreendata.com.au/sample-page/) - This is an example page. It’s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this: Hi there! I’m a bike messenger - [Careers](https://igreendata.com.au/careers/) - We're working hard on building a great company and we'd love your input to make it even better. To get started, take a look at our values and what we stand for. Remember, this is your career, not just a job. - [Digital Insights](https://igreendata.com.au/digital-insights/) - iGreenData accelerate growth through technology and customised solutions leveraging Big Data and Advance Analytics, ML and NLP. Experience size, flexibility and agility for all your business needs. iGreenData is an advanced analytics solutions provider specialising in building cognitive applications for smart environments. - [Digital Foundation](https://igreendata.com.au/digital-foundation/) - Digital Foundations are driving scalability, enabling businesses to grow. iGreenData delivers support services such as Cloud Platforms, DevOps, to keep the clients’ IT infrastructure up-to-date with the latest technologies. - [Digital Engagements](https://igreendata.com.au/digital-engagements/) - Our digital engagement solutions help our customers create compelling customer experiences for their customers, while helping them to re-imagine, and re-shape their interaction - [Terms and Conditions](https://igreendata.com.au/terms-and-conditions/) - Terms and Conditions These terms and conditions outline the rules and regulations for the use of iGreenData’s Website, located at https://www.igreendata.com.au/. By accessing this website we assume you accept these terms and conditions. Do not continue to use https://www.igreendata.com.au/ if you do not agree to take all of the terms and conditions stated on this - [Privacy Policy for iGreenData](https://igreendata.com.au/privacy-policy/) - At igreendata.com.au, accessible from https://www.igreendata.com.au, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by igreendata.com.au and how we use it. If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us. - [Insights](https://igreendata.com.au/insights/) ## Jobs - [Senior Technical Business Analyst](https://igreendata.com.au/jobs/senior-technical-business-analyst/) - About the Role: The purpose of this role is to work in an agile way with project stakeholders to analyse and synthesise information. Your skills in understanding and analysing the business & technical problems, ability to help create/define and refine them in the form of technical or system requirements will be used to increase the - [Senior Python Developer](https://igreendata.com.au/jobs/senior-python-developer/) - What are we looking for? We are seeking experienced Python developers who can design, develop, and maintain robust applications and scripts using Python programming language. Primarily candidates with Very strong Python skills and can run independently. Strong understanding of Python Django frameworks and libraries. Who can design and develop solutions independently. Problem solving and debugging. - [Solution Designer - Melbourne](https://igreendata.com.au/jobs/solution-designer-melbourne/) - About the business iGreenData is a next-generation technology company focusing on Cloud, Data, and Digital first solutions that are changing how technology provides value to businesses, empowering organizations to take advantage of the scalability, reliability, and improved performance of cloud computing. We offer highly differentiated technology services to our customers. Our customers benefit from the - [Java Full Stack || Sydney](https://igreendata.com.au/jobs/java-full-stack-sydney/) - About the business iGreenData is a next-generation technology company focusing on Cloud, Data, and Digital first solutions that are changing how technology provides value to businesses, empowering organizations to take advantage of the scalability, reliability, and improved performance of cloud computing. We offer highly differentiated technology services to our customers. Our customers benefit from the - [Software Engineer](https://igreendata.com.au/jobs/software-engineer/) - About the business iGreenData is a next-generation technology company focusing on Cloud, Data, and Digital first solutions that are changing how technology provides value to businesses, empowering organisations to take advantage of the scalability, reliability, and improved performance of cloud computing. We offer highly differentiated technology services to our customers. Our customers benefit from the - [Frontend Developer with React and Node.js](https://igreendata.com.au/jobs/frontend-developer-with-react-and-node-js/) - About the business iGreenData is a next-generation technology company focusing on Cloud, Data, and Digital first solutions that are changing how technology provides value to businesses, empowering organizations to take advantage of the scalability, reliability, and improved performance of cloud computing. We offer highly differentiated technology services to our customers. Our customers benefit from the - [Java Developer](https://igreendata.com.au/jobs/java-developer/) - About the business iGreenData is a next-generation technology company focusing on Cloud, Data, and Digital first solutions that are changing how technology provides value to businesses, empowering organizations to take advantage of the scalability, reliability, and improved performance of cloud computing. We offer highly differentiated technology services to our customers. Our customers benefit from the - [Java Full Stack Engineer || Brisbane](https://igreendata.com.au/jobs/java-full-stack-engineer-brisbane/) - About the business iGreenData is a next-generation technology company focusing on Cloud, Data, and Digital first solutions that are changing how technology provides value to businesses, empowering organizations to take advantage of the scalability, reliability, and improved performance of cloud computing. We offer highly differentiated technology services to our customers. Our customers benefit from the - [Technical Business Analyst](https://igreendata.com.au/jobs/technical-business-analyst/) - About the business iGreenData is a next-generation technology company focusing on Cloud, Data, and Digital first solutions that are changing how technology provides value to businesses, empowering organizations to take advantage of the scalability, reliability, and improved performance of cloud computing. We offer highly differentiated technology services to our customers. Our customers benefit from the industry-leading - [WebMethods Consultants (Junior and Senior roles)](https://igreendata.com.au/jobs/webmethods-consultants-junior-and-senior-roles/) - About the business iGreenData is a next-generation technology company focusing on Cloud, Data, and Digital first solutions that are changing how technology provides value to businesses, empowering organizations to take advantage of the scalability, reliability, and improved performance of cloud computing. We offer highly differentiated technology services to our customers. Our customers benefit from the industry-leading ## Categories - [Uncategorized](https://igreendata.com.au/category/uncategorized/) - [Banners](https://igreendata.com.au/category/banners/) - [Insights](https://igreendata.com.au/category/insights/) - [blogs](https://igreendata.com.au/category/blogs/) ## Tags - [#GCP](https://igreendata.com.au/tag/gcp/) - [#Learning](https://igreendata.com.au/tag/learning/) - [#Serverless](https://igreendata.com.au/tag/serverless/) - [#AppEngine](https://igreendata.com.au/tag/appengine/) - [#kafka](https://igreendata.com.au/tag/kafka/) - [#igreendata](https://igreendata.com.au/tag/igreendata/) - [#Terraform](https://igreendata.com.au/tag/terraform/) - [#Service Template](https://igreendata.com.au/tag/service-template/) - [#AWS](https://igreendata.com.au/tag/aws/) - [#Elastic Beanstalk](https://igreendata.com.au/tag/elastic-beanstalk/) - [#Springboot](https://igreendata.com.au/tag/springboot/) - [#SpringData](https://igreendata.com.au/tag/springdata/) - [#Spring Boot](https://igreendata.com.au/tag/spring-boot/) - [#Microservice](https://igreendata.com.au/tag/microservice/) - [#Kubernetes](https://igreendata.com.au/tag/kubernetes/) - [#MiniKube](https://igreendata.com.au/tag/minikube/) ## Pattern Type - [pattern](https://igreendata.com.au/?coblocks_pattern_type=pattern) ## Pattern Category - [columns](https://igreendata.com.au/?coblocks_pattern_category=columns) ## Job Categories - [Information & Communication Technology . Developers/Programmers](https://igreendata.com.au/job-category/information-communication-technologydevelopers-programmers/) - [Information & Communication Technology . Architects](https://igreendata.com.au/job-category/information-communication-technology-architects/) ## Job Types - [Full time](https://igreendata.com.au/job-type/full-time/) - [Contract/Temp](https://igreendata.com.au/job-type/contract-temp/) - [Hybrid](https://igreendata.com.au/job-type/hybrid/) ## Job Locations - [Melbourne. CBD & Inner Suburbs](https://igreendata.com.au/job-location/melbournecbd-inner-suburbs/) - [Sydney. CBD & Inner West & Eastern Suburbs](https://igreendata.com.au/job-location/sydney-cbd-inner-west-eastern-suburbs/) - [Brisbane. CBD & Inner Suburbs](https://igreendata.com.au/job-location/brisbane-cbd-inner-suburbs/) - [Bangalore](https://igreendata.com.au/job-location/bangalore/)