Skip to content

Hunsin/bee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bee Build Status

A crawler of online store(RT-Mart, Wellcome, Carrefour) which provides keyword searching service through RESTful and gRPC APIs.

Install

$ go get github.com/Hunsin/bee

Usage

# Example:  
# Serve RESTful at 8888 port (default 8203)
# Serve gRPC    at 8889 port (default 8202)
$ bee -p 8888 -g 8889

# Example:
# Read version and exit
$ bee -v

APIs

The API documents are under ./doc directory.

gRPC Client Example

An gRPC client example is under ./example directory.

# Run client app, dials to URL "localhost:8888" (default "localhost:8202")
$ go run grpc_client.go -u localhost:8889

About

Crawler of online store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages