{"id":15470953,"url":"https://github.com/chekun/spore","last_synced_at":"2025-04-10T10:53:26.318Z","repository":{"id":29306019,"uuid":"32839218","full_name":"chekun/spore","owner":"chekun","description":"a toy of baoz.cn :tada: ","archived":false,"fork":false,"pushed_at":"2015-04-18T06:35:57.000Z","size":752,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-19T01:13:37.220Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://baoz.chekun.me","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chekun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-25T03:00:32.000Z","updated_at":"2015-12-31T04:57:27.000Z","dependencies_parsed_at":"2022-09-06T15:02:05.490Z","dependency_job_id":null,"html_url":"https://github.com/chekun/spore","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chekun%2Fspore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chekun%2Fspore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chekun%2Fspore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chekun%2Fspore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chekun","download_url":"https://codeload.github.com/chekun/spore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248204664,"owners_count":21064879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T02:08:04.436Z","updated_at":"2025-04-10T10:53:26.302Z","avatar_url":"https://github.com/chekun.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Spore\n\nA ```toy``` based on [baoz.cn](http://baoz.cn)\n\nOnline Website:\n\n[Click here to explore!](http://baoz.chekun.me)\n\n![screenshot](https://cloud.githubusercontent.com/assets/1967804/7112544/3e2953b6-e1fd-11e4-9e11-a4928ee333f3.png)\n\n\nGoals:\n\n- [x] Storage\n    * [x] Mysql Migration\n    * [x] Redis\n- [x] Commands\n    * [x] Crawler\n    * [x] Server\n    * [x] Stat\n- [x] Search\n    * [x] Coreseek integrated\n- [x] Multi-dimensional Ranking\n- [x] Web App\n    * [x] React\n\n\u003e Project won't include features that might jeopardize personal infomation, such as Login or Register right now, unless Baoz support Official API with OAuth.\n\n:smiley:\n\n## How to play\n\n- Software\n    These are MUST HAVE.\n    - Go\n    - CoreSeek4+\n    - NodeJS(with NPM)\n    - Mysql\n    - Redis\n\n- Install\n\n  ```\n  go get github.com/chekun/spore\n  cd $GOPATH/src/github.com/chekun/spore\n  go get ...\n  npm install\n  ```\n- Configure\n\n  ```\n  cp config.example.conf config.conf\n  cp sphinx.example.conf sphinx.conf\n  ```\n\n  And edit to your own configs.\n\n- Database Migration\n\n  ```\n  # create your database\n  sql-migrate -env=development -config=config.yml\n  ```\n\n- Build And Run\n\n  ```\n  cd $GOPATH/src/github.com/chekun/spore\n  gulp\n  cd spored\n  go build\n  ```\n- Crawl Data\n\n  ```\n  cd $GOPATH/src/github.com/chekun/spore/spored\n  ./spored crawl -env=development -config=../config.yml\n  ```\n\n  This is process is totally automatic, you don't need to worry about the stop logic, we have that covered, Just put it in daemon mode.\n\n- Run Stats\n\n  Once data has fetched. You can run stats command\n\n  ```\n  ./spored total -env=development -config=../config.yml\n  ```\n\n- Web App\n\n  ```\n  ./spored serve -env=development -config=../config.yml\n  ```\n\n  Open your browser, visit http://127.0.0.1:10999/ and have fun.\n\n\n# The MIT License (MIT)\n  Copyright (c) 2012 [@chekun](https://github.com/chekun)\n\n  Permission is hereby granted, free of charge, to any person obtaining a copy\n  of this software and associated documentation files (the “Software”), to deal\n  in the Software without restriction, including without limitation the rights\n  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n  copies of the Software, and to permit persons to whom the Software is\n  furnished to do so, subject to the following conditions:\n\n  The above copyright notice and this permission notice shall be included in\n  all copies or substantial portions of the Software.\n\n  THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n  THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchekun%2Fspore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchekun%2Fspore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchekun%2Fspore/lists"}