# SW-Crawler **Repository Path**: cajan2/SW-Crawler ## Basic Information - **Project Name**: SW-Crawler - **Description**: No description available - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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`数据库