https://github.com/thehoneymad/tweetsearchsample
A sample search api on asp.net core baked by ANTLR with a sample data storage of Azure CosmosDb
https://github.com/thehoneymad/tweetsearchsample
antlr4 asp-net-core dotnet-core query-language rest-api sample-code search searching tutorial tutorial-sourcecode
Last synced: 20 days ago
JSON representation
A sample search api on asp.net core baked by ANTLR with a sample data storage of Azure CosmosDb
- Host: GitHub
- URL: https://github.com/thehoneymad/tweetsearchsample
- Owner: thehoneymad
- Created: 2017-06-21T16:42:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T00:29:14.000Z (almost 9 years ago)
- Last Synced: 2025-10-24T11:47:20.505Z (8 months ago)
- Topics: antlr4, asp-net-core, dotnet-core, query-language, rest-api, sample-code, search, searching, tutorial, tutorial-sourcecode
- Language: C#
- Homepage: https://ilovecsharp.com/2017/06/25/query-language-experiment-azure-cosmos-db/
- Size: 1.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Building your own REST query language: An experiment with Azure Cosmos Db
#### Steps to build and test:
* Clone
* Build and Run
* Send a sample GET request to
`http://localhost:5000/api/tweets/search?q=to:hatena_sugoi AND from:maeta_tw OR %23HopesUp OR "Surely June is a summer"`