Search⌘ K
AI Features

Introducing Persistence

Explore how to incorporate persistence within your Elixir OTP projects by understanding component interactions and dependency management. Learn strategies to delay persistence implementation to build a functional core free of boundary concerns. Understand how your components can fit into broader frameworks and work seamlessly with user interfaces and external dependencies.

How our projects work

Congratulations on making it through all the layers in a single OTP project, from data to workers. In this chapter, we’re going to focus on putting these layers into context. We’ll help you answer the core question:

How do our projects work with others, whether they are external dependencies or projects we build? ...