An open API service indexing awesome lists of open source software.

https://github.com/thehoneymad/movie-filter-sample

Movie recommendation based on Apache Tinkerpop and Azure CosmosDb
https://github.com/thehoneymad/movie-filter-sample

cosmosdb csharp dotnet recommender-system sample tinkerpop tutorial

Last synced: 15 days ago
JSON representation

Movie recommendation based on Apache Tinkerpop and Azure CosmosDb

Awesome Lists containing this project

README

        

# movie-filter-sample

This is a sample code for testing out capabilities of Azure Cosmos Db and Apache Tinkerpop

This project contains a data uploader and a simple REPL. The data uploader is used against an Azure CosmosDb Emulator.

* Build the uploader project
* run `uploader --nuke`
* run `uploader upload user`
* run `uploader upload movie`
* run `uploader upload review`

Run the REPL or gremlin console towards Azure CosmosDb Emulator and try out your gremlin query! :)