Giter Club home page Giter Club logo

soundfingerprinting.solr's Introduction

Solr storage for audio fingerprinting framework in .NET

Join the chat at https://gitter.im/soundfingerprinting/Lobby

soundfingerprinting.solr is Solr backend for soundfingerprinting framework. It is a very resilient, fast, non-relational storage, which allows you to scale your backend very effectively.

Build Status

How to use

SoundFingerprinting.Solr uses SorlNet in order to connect to actual solr instances. Please provide connection string for both cores (sf_tracks and sf_fingerprints) in your app.config as outlined:

<configuration>
  <configSections>
    <section name="solr" type="Ninject.Integration.SolrNet.Config.SolrConfigurationSection, Ninject.Integration.SolrNet" />
  </configSections>
  <solr>
    <server id="tracks" url="http://localhost:8983/solr/sf_tracks" documentType="SoundFingerprinting.Solr.DAO.TrackDTO, SoundFingerprinting.Solr" />
    <server id="fingerprints" url="http://localhost:8983/solr/sf_fingerprints" documentType="SoundFingerprinting.Solr.DAO.SubFingerprintDTO, SoundFingerprinting.Solr" />
  </solr>
</configuration>

Try it with Docker

docker pull addictedcs/soundfingerprinting.solr
docker run -p 8983:8983 addictedcs/soundfingerprinting.solr

Docker image contains initialized cores and configs required for SoundFingerprinting framework to properly function.

Solr schema for fingerprints and tracks

soundfingerprinting audio fingerprints are stored in sf_fingerprints core. It's schema can be found in solr-config folder. Track metadata is stored in sf_tracks core.

Disabling query result cache

It is important to disable query result cache for sf_fingerprints core. You may end up with Solr memory issues otherwise.

Third party dependencies

Links to the third party libraries used by soundfingerprinting project.

Binaries

git clone [email protected]:AddictedCS/soundfingerprinting.solr.git

In order to build latest version of the SoundFingerprinting.Solr assembly run the following command from repository root

.\build.cmd

Get it on NuGet

Install-Package SoundFingerprinting.Solr -Pre

Contribute

If you want to contribute you are welcome to open issues or discuss on issues page. Feel free to contact me for any remarks, ideas, bug reports etc.

Licence

The framework is provided under MIT licence agreement.

soundfingerprinting.solr's People

Contributors

addictedcs avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.