User:Zauberstuhl: Difference between revisions
Zauberstuhl (talk | contribs) No edit summary |
Zauberstuhl (talk | contribs) No edit summary |
||
Line 15: | Line 15: | ||
[https://wiki.diasporafoundation.org/Vines Documentation: Vines] | [https://wiki.diasporafoundation.org/Vines Documentation: Vines] | ||
== Vertica DB support == | |||
{{Serious|This is a research project! Do not use it unless you really know what you are doing!}} | |||
[http://www.sophos.com/en-us/medialibrary/PDFs/technical%20papers/sophos-database-performance-comparison-tpna.pdf Database performance comparison] | |||
Dependencies: | |||
aptitude install postgresql libpq-dev | |||
Gemfile: | |||
gem 'activerecord-vertica-adapter', :git => 'https://github.com/evrone/activerecord-vertica-adapter.git' |
Revision as of 13:34, 15 September 2014
Contact Me:
Summary
[Merged] Report Feature
Since Diaspora v0.4.0.0 it is possible to report posts and comments (see #4517 and #4781).
XMPP Chat Feature
With the upcoming feature you'll be able to chat with your Diaspora friends via XMPP protocol (see #5073).
Vertica DB support
Database performance comparison
Dependencies:
aptitude install postgresql libpq-dev
Gemfile:
gem 'activerecord-vertica-adapter', :git => 'https://github.com/evrone/activerecord-vertica-adapter.git'