https://github.com/SoftwareHeritage/swh-storage
Revision a96c253ab428e043de3a9c4ccc3ff04c179c3fa2 authored by Valentin Lorentz on 12 August 2020, 11:41:42 UTC, committed by Valentin Lorentz on 14 August 2020, 13:16:29 UTC
For now it's only used for object counters; but future commits will
progressively move the in-memory's storage features to it.
1 parent bc47283
Raw File
Tip revision: a96c253ab428e043de3a9c4ccc3ff04c179c3fa2 authored by Valentin Lorentz on 12 August 2020, 11:41:42 UTC
in_memory: Add InMemoryCqlRunner, a class that emulates cassandra.cql.CqlRunner without Cassandra.
Tip revision: a96c253
pyproject.toml
[tool.black]
target-version = ['py37']
back to top