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
- Host: GitHub
- URL: https://github.com/thehoneymad/movie-filter-sample
- Owner: thehoneymad
- License: mit
- Created: 2017-07-01T21:20:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T00:13:34.000Z (almost 8 years ago)
- Last Synced: 2025-03-26T14:12:20.550Z (about 1 month ago)
- Topics: cosmosdb, csharp, dotnet, recommender-system, sample, tinkerpop, tutorial
- Language: C#
- Homepage: https://ilovecsharp.com/2017/07/04/recommender-azure-cosmos-db-tinkerpop/
- Size: 813 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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! :)