Skip to content

AlastairMiller/Spotify-Visualiser-DataSource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Visualiser DataSource

Version Downloads Stats

A library used to filter the raw data from the Spotify APIs for use throughout Visualiser for Spotify. This is done by POJOs which only concerns useful information with respect to the interests of the Visualiser and all other information is not persistant. A set of DAOs which store and retrieve these POJOs in MongoDB are also included. Can be modified for own project use.

Installation

OS X, Windows & Linux:

mvn clean install

Usage example

WIP For more examples and usage, please refer to the Wiki.

Release History

  • 1.1.1
    • CHANGE: Cleanup of aggregation functions.
    • ADD: Aggregation functions.
  • 1.1.0
    • FIX: No offset and limit on get popular objects.
    • CHANGE: General project refactoring.
    • FIX: Incorrect limit logic.
  • 1.0.9
    • ADD: Grab random track from DB.
    • CHANGE: Update pom versions.
  • 1.0.8
    • FIX: No offset and limit on get popular objects.
    • ADD: SCM tidbits.
    • FIX: The child project maven xml file version.
  • 1.0.7
    • FIX: Fix the package name.
    • FIX: The child project maven xml files.
  • 1.0.6
    • CHANGE: Change package name to align with the rest of the project.
    • CHANGE: General project refactoring.
  • 1.0.5
    • ADD: License.
    • ADD: Batch DAO.
  • 1.0.4
    • ADD: Completed DAO methods.
    • ADD: Additional tests added.
  • 1.0.3
    • ADD: Add development connection.
    • FIX: Tests condition.
  • 1.0.2
    • CHANGE: Rename DAOs to match better description.
    • ADD: Another integration test.
  • 1.0.1
    • FIX: Nullpointer exception not being caught in the mapper.
  • 1.0.0
    • Intial Release.
  • 0.0.1
    • Work in progress.

Meta

Alastair Miller – LinkedIn[email protected]

Distributed under the Apache 2.0 license. See LICENSE for more information.

https://github.com/AlastairMiller

Contributing

  1. Fork it (https://github.com/AlastairMiller/Spotify-Visualiser-DataSource/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages