Untone 3ab5d53439
Some checks failed
deploy / deploy (push) Failing after 22s
curl-fix
2023-11-23 00:19:15 +03:00
2023-07-05 16:08:17 +02:00
2023-11-22 19:38:39 +03:00
2023-11-22 21:23:15 +03:00
2023-11-23 00:05:04 +03:00
2023-11-23 00:12:23 +03:00
2023-11-03 13:10:22 +03:00
2023-10-25 19:55:30 +03:00
2023-11-22 19:38:39 +03:00
2023-10-06 00:20:02 +03:00
2023-11-23 00:19:15 +03:00
2023-10-23 17:47:11 +03:00
2023-10-18 07:33:36 -03:00
2023-11-22 21:06:45 +03:00
2023-11-22 19:38:39 +03:00
2023-10-23 17:47:11 +03:00
2023-11-22 21:06:45 +03:00

discoursio-core

  • sqlalchemy
  • redis
  • ariadne
  • starlette
  • uvicorn

Local development

Install deps first

on osx

brew install redis nginx postgres
brew services start redis

on debian/ubuntu

apt install redis nginx

Then run nginx, redis and API server

redis-server
poetry env use 3.12
poetry install
poetry run python server.py dev

Services

Auth

Put the header 'Authorization' with token from signIn query or registerUser mutation.

Viewed

Set ACKEE_TOKEN var to collect stats

Seacrh

ElasticSearch

Notifications

Connected using Redis PubSub channels

Inbox

To get unread counter raw redis query to Inbox's data is used

Following Manager

Internal service with async access to storage

Description
ядро платформы
Readme MIT 12 MiB
Languages
Python 74.6%
TypeScript 19.2%
CSS 6.1%