All Projects → go-fed → Activity

go-fed / Activity

Licence: bsd-3-clause
ActivityStreams & ActivityPub in golang, oh my!

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Activity

Aardwolf
Powering connected social communities with open software.
Stars: ✭ 379 (+1.61%)
Mutual labels:  activitypub, social, federated
pylodon
Flask-based ActivityPub server
Stars: ✭ 86 (-76.94%)
Mutual labels:  federated, activitypub
Socialhome
A federated social home
Stars: ✭ 282 (-24.4%)
Mutual labels:  activitypub, social
twinql
A graph query language for the semantic web
Stars: ✭ 17 (-95.44%)
Mutual labels:  linked-data, json-ld
soundstorm
The Federated Social Audio Platform
Stars: ✭ 26 (-93.03%)
Mutual labels:  federated, activitypub
sparql-transformer
A more handy way to use SPARQL data in your web app
Stars: ✭ 38 (-89.81%)
Mutual labels:  linked-data, json-ld
Jsonld
JSON-LD processor for PHP
Stars: ✭ 280 (-24.93%)
Mutual labels:  linked-data, json-ld
Federation
Python library for abstracting social federation protocols
Stars: ✭ 93 (-75.07%)
Mutual labels:  activitypub, social
YALC
🕸 YALC: Yet Another LOD Cloud (registry of Linked Open Datasets).
Stars: ✭ 14 (-96.25%)
Mutual labels:  linked-data, json-ld
jsonld-streaming-serializer.js
A fast and lightweight streaming JSON-LD serializer for JavaScript
Stars: ✭ 20 (-94.64%)
Mutual labels:  linked-data, json-ld
Schema Dts
JSON-LD TypeScript types for Schema.org vocabulary
Stars: ✭ 338 (-9.38%)
Mutual labels:  linked-data, json-ld
ControlledVocabularyManager
Rails application with Blazegraph for managing controlled vocabularies in RDF.
Stars: ✭ 20 (-94.64%)
Mutual labels:  linked-data, json-ld
Wordpress Activitypub
ActivityPub for WordPress
Stars: ✭ 118 (-68.36%)
Mutual labels:  activitypub, federated
jsonld-context-parser.js
Parses JSON-LD contexts
Stars: ✭ 20 (-94.64%)
Mutual labels:  linked-data, json-ld
Activitypub
A PHP implementation of ActivityPub protocol based upon the ActivityStreams 2.0 data format.
Stars: ✭ 94 (-74.8%)
Mutual labels:  activitypub, federated
semagrow
A SPARQL query federator of heterogeneous data sources
Stars: ✭ 27 (-92.76%)
Mutual labels:  linked-data, federated
helloworld
federated social web blog and RSS reader
Stars: ✭ 22 (-94.1%)
Mutual labels:  social, federated
Rustodon
A Mastodon-compatible, ActivityPub-speaking server in Rust
Stars: ✭ 434 (+16.35%)
Mutual labels:  activitypub, federated
titanium-json-ld
A JSON-LD 1.1 Processor & API
Stars: ✭ 79 (-78.82%)
Mutual labels:  linked-data, json-ld
CASE
Cyber-investigation Analysis Standard Expression (CASE) Ontology
Stars: ✭ 46 (-87.67%)
Mutual labels:  linked-data, json-ld

activity

Complete ActivityStreams-based ontologies plus middleware handlers implementing ActivityPub

Build Status Go Reference Go Report Card License Chat OpenCollective

go get github.com/go-fed/activity

This repository contains two libraries and a tool:

  • astool: A linked-data aware tool to generate golang native types for any ActivityStreams vocabulary.
  • streams: The ActivityStreams native types generated with the astool.
  • pub: ActivityPub Social Protocol (Client-to-Server or C2S) and Federating Protocol (Server-to-Server or S2S)

Check out go-fed.org for tutorials and documentation.

Status

1.0.0 (Semantic Versioning)

This library has been successfully used to federate since May 17, 2019.

An official implementation report was last submitted for version 0.2.0 here. Unfortunately, the official implementation report tool is no longer maintained. Previous unofficial implementation reports are available in issue #46.

Please see CHANGELOG for changes between versions.

Getting Started

Check out go-fed.org for tutorials and documentation.

Also, see astool, streams, or pub for their own README.

FAQ

What vocabularies are supported?

How well tested are these libraries?

I took great care to add numerous tests using examples directly from specifications, official test repositories, and my own end-to-end tests.

v1.0.0 has around 200 unit tests. The federation or S2S portion of the library is very well tested. The social or C2S portion could use additional unit tests, but is far less popular than federation. About 70% of the lines are covered by unit tests.

Who is using this library currently?

Note: This list only includes those who have reached out to me to explicitly be included.

Application Description Repository Point Of Contact Homepage
Anancus Self-hosted and federated social link aggregation https://gitlab.com/tuxether/anancus @tuxeth[email protected] or [email protected] N/A
WriteFreely Simple, open-source, privacy-focused blogging platform https://github.com/writeas/writefreely @[email protected] or [email protected] https://writefreely.org
Read.as Long-form reader built on open protocols https://github.com/writeas/Read.as @[email protected] or [email protected] https://read.as
go-fed/apcore Generic ActivityPub server framework in Go https://github.com/go-fed/apcore @[email protected] or [email protected] https://go-fed.org

How do I use these libraries?

Check out go-fed.org for tutorials and documentation.

Please see each subdirectory for its own README for further elaboration.

How can I get help, file issues, or contribute?

Please see the CONTRIBUTING.md file!

Useful References

Thanks

I would like to thank those that have worked hard to create the technologies and standards that created the opportunity to implement this suite of libraries.

Thanks to those who have been early adopters with v0 and/or provided early feedback.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].