Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devalone/parse_pikabu
My second Go program
https://github.com/devalone/parse_pikabu
Last synced: about 9 hours ago
JSON representation
My second Go program
- Host: GitHub
- URL: https://github.com/devalone/parse_pikabu
- Owner: DevAlone
- Created: 2019-01-08T19:53:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T23:54:45.000Z (over 4 years ago)
- Last Synced: 2024-06-20T17:50:41.615Z (5 months ago)
- Language: Go
- Homepage: https://pikastat.d3d.info
- Size: 388 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# parse_pikabu
Backend part of pikagraphs project.
See how it works here -> https://pikastat.d3d.info
# Install
1 Install postgres
2 Create db and user
```sql
postgres> CREATE USER username WITH ENCRYPTED PASSWORD 'password';
postgres> CREATE DATABASE database_name;
postgres> GRANT ALL ON DATABASE database_name TO username;
username> CREATE EXTENSION pg_trgm;
```
3 Install redis# Mirrors
- https://github.com/DevAlone/parse_pikabu
- https://gitlab.com/DevAlone/parse_pikabu
- https://bitbucket.org/d3dev/parse_pikabu