Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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