POC for consuming and producing favs/stars/likes with AS&AP
Find a file
2023-08-03 09:26:54 +02:00
doc write down some ideas collected 2023-08-03 09:26:54 +02:00
src Added normalize 2023-08-02 12:18:12 +02:00
tmp/org/domaindrivenarchitecture/activity_pub_poc mv old code out of the way 2023-08-02 09:01:21 +02:00
.gitignore update gitignore 2023-08-02 18:14:55 +02:00
LICENSE Correct license 2023-06-15 15:07:39 +02:00
project.clj did some cool spec work 2023-07-22 19:46:55 +02:00
README.md write down some ideas collected 2023-08-03 09:26:54 +02:00

forge-fed-poc

DeltaChat chat over e-mail | team@social.meissa-gmbh.de team@social.meissa-gmbh.de | Website & Blog

Purpose

In order to contribute to forge federation we do here some experiments how to model the vocabulary. We choose clojure for the implementation because

  1. concepts of clojures spec & dataomic are quite close to linked data.
  2. spec notation is realy compact
  3. spec allows validation of models in unitest
  4. spec is ways more readable compared to ttls reverse relation 'owl:domain'
  5. we know clojure :-)

Cool ideas

We got feedback from cool people and have collected the ideas around:

Development & mirrors

Development happens at: https://repo.prod.meissa.de/meissa/activity-pub-poc.git

Mirrors are:

For more details about our repository model see: https://repo.prod.meissa.de/meissa/federate-your-repos

License

Copyright © 2022 meissa GmbH Licensed under the Apache License, Version 2.0 (the "License")