# GO_CrawlData_MySQL **Repository Path**: arronyr/GO_CrawlData_MySQL ## Basic Information - **Project Name**: GO_CrawlData_MySQL - **Description**: 使用GO从网络上抓取图片并存入MySQL数据库,编写json接口提供数据 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2015-10-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GO_CrawlData_MySQL 一个使用`GO`从网站抓取图片等数据,再将其存入数据库,并使用`http`提供`json`接口。 ## 数据抓取 使用 [goquery](https://github.com/PuerkitoBio/goquery) - a little like that j-thing, only in Go ``` go get github.com/PuerkitoBio/goquery ``` ## 数据库 使用[Go-MySQL-Driver](https://github.com/Go-SQL-Driver/MySQL) is a lightweight and fast MySQL-Driver for Go's (golang) database/sql package 文档:[http://godoc.org/github.com/go-sql-driver/mysql](http://godoc.org/github.com/go-sql-driver/mysql) ``` go get github.com/go-sql-driver/mysql ``` ## GO Web框架 使用 [martini](https://github.com/go-martini/martini) Classy web framework for Go [http://martini.codegangsta.io](http://martini.codegangsta.io) ``` go get github.com/go-martini/martini ``` ## About 个人博客:[http://blog.helloarron.com/](http://blog.helloarron.com/) 教程:[博客](http://blog.helloarron.com)