https://github.com/speciesfilegroup/grpc_test
Throw away repo for CS 492
https://github.com/speciesfilegroup/grpc_test
Last synced: 4 months ago
JSON representation
Throw away repo for CS 492
- Host: GitHub
- URL: https://github.com/speciesfilegroup/grpc_test
- Owner: SpeciesFileGroup
- Created: 2018-03-07T19:32:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T22:49:24.000Z (about 8 years ago)
- Last Synced: 2025-03-25T14:18:49.892Z (about 1 year ago)
- Language: HTML
- Size: 55.5 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CS 492 GRPC Test code
Requires an installation of grpc and protoc. Installation instructions will depend Operating System and which grpc language you are using. See the grpc guides.
To run the project:
* Navigate to the `protos` directory and run `make -B all`
* Run the client as `python3 client/client.py `
* To run the node server, run '`node servers/nodejs/server_stream.js`
Current sample output:
`{ '/home/ankit/bhlindex/testdata/bhl/ocr/bhl1/00703camxa2200193Iix4500/naturalhistoryof00mill/naturalhistoryof00mill_0001.txt': '64', '/home/ankit/bhlindex/testdata/bhl/ocr/bhl1/00703camxa2200193Iix4500/naturalhistoryof00mill/naturalhistoryof00mill_0002.txt': '204', '/home/ankit/bhlindex/testdata/bhl/ocr/bhl1/00703camxa2200193Iix4500/naturalhistoryof00mill/naturalhistoryof00mill_0003.txt': '0', '/home/ankit/bhlindex/testdata/bhl/ocr/bhl1/00703camxa2200193Iix4500/naturalhistoryof00mill/naturalhistoryof00mill_0004.txt': '0', '/home/ankit/bhlindex/testdata/bhl/ocr/bhl1/00703camxa2200193Iix4500/naturalhistoryof00mill/naturalhistoryof00mill_0005.txt': '0', '/home/ankit/bhlindex/testdata/bhl/ocr/bhl1/00703camxa2200193Iix4500/naturalhistoryof00mill/naturalhistoryof00mill_0006.txt': '0', '/home/ankit/bhlindex/testdata/bhl/ocr/bhl1/00703camxa2200193Iix4500/naturalhistoryof00mill/naturalhistoryof00mill_0007.txt': '0', '/home/ankit/bhlindex/testdata/bhl/ocr/bhl1/00703camxa2200193Iix4500/naturalhistoryof00mill/naturalhistoryof00mill_0008.txt': '49', '/home/ankit/bhlindex/testdata/bhl/ocr/bhl1/00703camxa2200193Iix4500/naturalhistoryof00mill/naturalhistoryof00mill_0009.txt': '985',...
}
`