1
2
3
4
5
6
7
8
9
10
...
130
131
132
133
134
135
136
|
# parsav
**parsav** is a lightweight fediverse server
## backends
parsav is designed to be storage-agnostic, and can draw data from multiple backends at a time. backends can be enabled or disabled at compile time to avoid unnecessary dependencies.
* postgresql
## dependencies
................................................................................
* sqlite3
* generic odbc
* lua
* ldap for auth (and maybe actors?)
* cdb (for static content, maybe?)
* mariadb/mysql
* the various nosql horrors, e.g. redis, mongo, and so on
|
|
1
2
3
4
5
6
7
8
9
10
...
130
131
132
133
134
135
136
137
138
|
# parsav
**parsav** is a lightweight social media server written in [terra](https://terralang.org), intended to integrate to some degree with the fediverse. it is named for the [Ranuir](http://ʞ.cc/fic/spirals/ranuir) words *par* "speech, communication" and *sav* "unity, togetherness, solidarity".
## backends
parsav is designed to be storage-agnostic, and can draw data from multiple backends at a time. backends can be enabled or disabled at compile time to avoid unnecessary dependencies.
* postgresql
## dependencies
................................................................................
* sqlite3
* generic odbc
* lua
* ldap for auth (and maybe actors?)
* cdb (for static content, maybe?)
* mariadb/mysql
* the various nosql horrors, e.g. redis, mongo, and so on
parsav urgently needs an internationalization framework as well. right now everything is just hardcoded in english. yuck.
|