Skip to content

Available Storages

Sergiu Ciumac edited this page Apr 3, 2024 · 2 revisions

SoundFingerprinting fingerprints storages

  • InMemoryModelService - useful for testing and applications that don't require persistent storage. The ability to serialize the InMemoryModelService was added to aid testing.
  • Emy - recommended storage. You can read more about it here.
  • Solr - deprecated in favor of Emy. Source code available here.
  • MSSQL - deprecated in favor of Emy. Source code available here.