- 25 May, 2024 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 23 May, 2024 1 commit
-
-
Przemyslaw Kaminski authored
I'm currently able to do the following: - start gargantext-server (as it hosts central exchange and dispatcher, currently) - start a websocket connection: websocat ws://localhost:8008/ws - subscibe to a topic (in websocat): {"request": "subscribe", "topic": {"type": "update_tree", "node_id": 15}} - optionally subscibe to other node_ids or start other websocat's with different subscriptions (can be multiple) - fire up cabal v2-run gargantext-central-exchange -- client This triggers a node_id: 15 and node_id: 16 notification to be sent You can send your own notifications, e.g. with Python: import json import nanomsg as n s = n.Socket(n.PUSH) s.connect('tcp://localhost:5560') s.send(json.dumps({'type': 'update_tree_first_level', 'node_id': 15}))
-
- 22 May, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 13 May, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 11 May, 2024 4 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 10 May, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 09 May, 2024 2 commits
-
-
Przemyslaw Kaminski authored
Also, removed EKG (I don't know how to make it work with WS)
-
Przemyslaw Kaminski authored
-
- 07 May, 2024 1 commit
-
-
Alexandre Delanoë authored
-
- 02 May, 2024 1 commit
-
-
Alexandre Delanoë authored
-
- 29 Apr, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 24 Apr, 2024 4 commits
-
-
Alexandre Delanoë authored
-
Karen Konou authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 19 Apr, 2024 1 commit
-
-
Alexandre Delanoë authored
-
- 17 Apr, 2024 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 16 Apr, 2024 9 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 15 Apr, 2024 9 commits
-
-
Alfredo Di Napoli authored
This commit removes the need for a custom Opaleye fork by relying on a newly-created `opaleye-textsearch` package following the design outlined here: https://github.com/tomjaguarpaw/haskell-opaleye/pull/563#issuecomment-1782794439
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-