POC for consuming and producing favs/stars/likes with AS&AP
Find a file
2023-08-02 18:09:48 +02:00
.clj-kondo Initial 2023-06-15 14:41:30 +02:00
.lsp Initial 2023-06-15 14:41:30 +02:00
doc Added normalize 2023-08-02 12:18:12 +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 Add Link as Object Type to spec; add object-test 2023-07-21 17:43:10 +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 add some more update doc 2023-08-02 18:09:48 +02:00

activity-pub-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 spec & dataomic are quite close to linked data.
  2. spec notation is 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 :-)

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")