Categorygithub.com/go-graphql-group/sw-crawler
modulepackage
0.0.0-20181224075749-57278638f84c
Repository: https://github.com/go-graphql-group/sw-crawler.git
Documentation: pkg.go.dev

# README

介绍

  • 爬取https://swapi.co/页面的所有数据

    • people
    • films
    • species
    • films
    • planets
    • starships
  • Version 1 BoltDB

    • data/bolt/data.db 为生成的相应的BoltDB数据库
      • show/db.txt 数据库存储的内容显示
    • dbOp/dbOp.go 提供一系列数据库获取数据封装好的的方法
      • 返回样例展示
        • show/people.json
        • show/film.json
        • show/planet.json
        • show/specie.json
        • show/starship.json
        • show/vehicle.json
  • Version 2 MySQL

    • data/mysql/ 为导出的MySQL数据库

# Packages

No description provided by the author

# Functions

# Constants

No description provided by the author

# Variables

Db数据库连接池.