Home / Companies / Aerospike / Blog / January 2016

January 2016 Summaries

2 posts from Aerospike

Filter
Month: Year:
Post Summaries Back to Blog
The article discusses the changing landscape of geospatial data, moving from human-generated to machine and algorithm-generated. It introduces Aerospike's new geospatial features that allow for storage of GeoJSON objects and execution of various types of queries. These features are demonstrated through a drone delivery system example, highlighting how the technology can be used in real-world applications. The article also emphasizes the importance of having a database solution that maintains speed at scale as businesses grow.
Jan 28, 2016 1,632 words in the original blog post.
This blog post discusses how containers, specifically Aerospike, are changing the way applications are architected and deployed. Containers provide encapsulation of dependencies for processes and isolation at runtime, making them a natural fit for microservice-like architectures. Aerospike is well-suited to container deployment due to its shared-nothing architecture, automatic hashing of keys across the cluster, automatic healing of the cluster, automatic discovery of the cluster topology, and automatic replication of data across nodes. The post also covers Docker's Swarm mode for orchestrating multi-container applications and scaling up and down the persistence layer. It provides a step-by-step guide on how to deploy an Aerospike Cluster across multiple Docker hosts using Swarm, Compose, and Multi-host Networking.
Jan 26, 2016 1,578 words in the original blog post.