Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate cache clock #34

Open
wants to merge 107 commits into
base: main
Choose a base branch
from
Open

Separate cache clock #34

wants to merge 107 commits into from

Conversation

asmodehn
Copy link
Owner

This is meant to address #29 with the aim to solve #18
We want functional libraries in apps:

  • a clock library that tracks the remote clock of a server, simulating time progression, with the same interface as the system clock...
  • a cache library that provides TTL-based caching (leveraging nebulex or not). The clock can be the system clock or the one from the clock library. The ttl can be determined based on cached data if it contains some (local or remote) timestamp field already...

@asmodehn asmodehn self-assigned this Nov 14, 2022
@asmodehn asmodehn added this to the soon milestone Nov 14, 2022
@asmodehn
Copy link
Owner Author

asmodehn commented Feb 6, 2023

Note : because we add livebook dependency for documentation, we increase elixir requirement to current 1.14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant