All Projects → mcorbin → commentator

mcorbin / commentator

Licence: EPL-2.0 license
A simple commenting system for your blog.

Programming Languages

HTML
75241 projects
clojure
4091 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to commentator

comment-box.nvim
✨ Clarify and beautify your comments using boxes and lines.
Stars: ✭ 91 (+213.79%)
Mutual labels:  comment, commenting
Comment.nvim
🧠 💪 // Smart and powerful comment plugin for neovim. Supports treesitter, dot repeat, left-right/up-down motions, hooks, and more
Stars: ✭ 796 (+2644.83%)
Mutual labels:  comment, commenting
Nerdcommenter
Vim plugin for intensely nerdy commenting powers
Stars: ✭ 4,454 (+15258.62%)
Mutual labels:  comment, commenting
nifi
Deploy a secured, clustered, auto-scaling NiFi service in AWS.
Stars: ✭ 37 (+27.59%)
Mutual labels:  s3
waline
💬 A Simple, Safe Comment System
Stars: ✭ 1,145 (+3848.28%)
Mutual labels:  comment
tamer
Standalone alternatives to Kafka Connect Connectors
Stars: ✭ 42 (+44.83%)
Mutual labels:  s3
mlflow-docker
Ready to run docker-compose configuration for ML Flow with Mysql and Minio S3
Stars: ✭ 146 (+403.45%)
Mutual labels:  s3
s3recon
Amazon S3 bucket finder and crawler.
Stars: ✭ 111 (+282.76%)
Mutual labels:  s3
s3cr3t
A supercharged S3 reverse proxy
Stars: ✭ 55 (+89.66%)
Mutual labels:  s3
waihona
Rust crate for performing cloud storage CRUD actions across major cloud providers e.g aws
Stars: ✭ 46 (+58.62%)
Mutual labels:  s3
Amazon
Simple access to Amazon's web services.
Stars: ✭ 20 (-31.03%)
Mutual labels:  s3
muxfys
High performance multiplexed user fuse mounting
Stars: ✭ 20 (-31.03%)
Mutual labels:  s3
s3cli
Command line tool for S3
Stars: ✭ 21 (-27.59%)
Mutual labels:  s3
comment-value
Instruments a Node program and updates its comments with computed expression values
Stars: ✭ 27 (-6.9%)
Mutual labels:  comment
terraform-s3-user
A Terraform module that creates a tagged S3 bucket and an IAM user/key with access to the bucket
Stars: ✭ 20 (-31.03%)
Mutual labels:  s3
html-comment-regex
Regular expression for matching HTML comments
Stars: ✭ 15 (-48.28%)
Mutual labels:  comment
django-s3file
A lightweight file upload input for Django and Amazon S3
Stars: ✭ 66 (+127.59%)
Mutual labels:  s3
comments
A real-time, markdown-enabled comment engine powered by leveldb with oauth support
Stars: ✭ 60 (+106.9%)
Mutual labels:  commenting
athenadriver
A fully-featured AWS Athena database driver (+ athenareader https://github.com/uber/athenadriver/tree/master/athenareader)
Stars: ✭ 116 (+300%)
Mutual labels:  s3
flask-fs
Simple and easy file storages for Flask
Stars: ✭ 30 (+3.45%)
Mutual labels:  s3

Commentator

A commenting system for your blog or website. Comments are stored on any S3-compatible store.

I built commentator to provide an easy to use (and easy to host) free commenting system with advanced functionalities.

Features

Commentator provides:

  • Multi website support: one instance of Commentator can manage comments for multiple websites.
  • An easy-to-use API to manage comments and events. A public API allows users to create or retrieve approved comments, and a admin API allows you to administrate comments (approve them or delete them for example). Everytime a comment is added an event is generated into a dedicated file on S3. The API allows you to read and delete the events. You can use this file to be notified when a new comment is added.
  • Rate limiting, either by IP or using the requests x-forwarded-for header.
  • A "challenge" system to avoid spammers.
  • An in-memory cache for comments, for performances and to avoid hitting S3 too much.
  • Metrics about the applications exposed using the Prometheus format.

Documentation

The documentation is available at https://www.commentator.mcorbin.fr/

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].