Neo4j on AWS

Recently, we have worked on a project that uses Neo4j to store and process large graph data for our client. Our client has been asked for a solution to launch, install and configure a Neo4j single node (for the development environment and High Availability Neo4j cluster (for production environment). Our team has selected Ansible to implement this requirement, if you wanted to know why we selected Ansible, check out this article for more details. If you wanted to know why we selected Ansible, check out this article.

Read More

Hosting static site with CDN

You are building a static website and wanted to know how to host your site, but;

  • You don’t want to perform manual steps.
  • You want to host for multiple environments such as Development, UAT, Staging, Production.
  • You want to reduce cost, provide high-levels of reliability, require almost no IT administration, and scale to handle enterprise-level traffic with no additional work.
  • You wanted to deliver HTML, JavaScript, images, video and other files to your website visitors around the world with CDN.

Read More