Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-kuzzle
:tada: A curated list of awesome projects and publications related to Kuzzle
https://github.com/kuzzleio/awesome-kuzzle
Last synced: 1 day ago
JSON representation
-
Plugins
-
Boilerplates & Examples
- Core Plugin Boilerplate - kuzzle/master/img/logo_black-25x8.png): Simple boilerplate and example code to build a Kuzzle Plugin.
- Advanced Boilerplate - kuzzle/master/img/logo_black-25x8.png): Advanced boilerplate for a core plugin with better modularity.
- TOTP 2Factor Authentication Example - kuzzle/master/img/logo_black-25x8.png): Example of 2Factor authentication with TOTP.
- External Authentication Example - kuzzle/master/img/logo_black-25x8.png): Example of using an external system to authenticate users with Kuzzle.
- Custom Policies Example - kuzzle/master/img/logo_black-25x8.png): Example of advanced permission management with a Kuzzle plugin.
- Geofenced Read Restriction Example - kuzzle/master/img/logo_black-25x8.png): Example of restricting read access based on user location
-
External services plugins
- Cloudinary - kuzzle/master/img/logo_black-25x8.png): Manage your images with [Cloudinary](https://cloudinary.com).
- Freeboard IoT Dashboard - kuzzle/master/img/logo_black-25x8.png): Freeboard plugin to help integrating data from a Kuzzle Server to your [Freeboard IoT Dashboard](https://freeboard.io).
- Probe BigQuery Connector - kuzzle/master/img/logo_black-25x8.png): Plugin forwarding Probe measures to Google [BigQuery](https://cloud.google.com/bigquery/)
- S3 - kuzzle/master/img/logo_black-25x8.png): Upload and manage files with [S3 protocol](https://help.servmask.com/knowledgebase/list-of-s3-compatible-storage-providers/).
- Prometheus - kuzzle/master/img/logo_black-25x8.png): Monitor your Kuzzle application with [Prometheus](https://prometheus.io).
-
Authentication plugins
-
Others
- Cluster - kuzzle/master/img/logo_black-25x8.png): Enable to deploy your Kuzzle application as a resilient and scalable masterless cluster
- Logger - kuzzle/master/img/logo_black-25x8.png): Handle logging and use Winston to transport them anywhere.
- Computed Fields - kuzzle/master/img/logo_black-25x8.png): Allow definition and usage of computed fields in documents.
- Probe - kuzzle/master/img/logo_black-25x8.png): Statistical probe plugin.
- Probe Listener - kuzzle/master/img/logo_black-25x8.png): Statistical probe listener plugin.
-
-
SDKs
- Rust
- Golang - kuzzle/master/img/logo_black-25x8.png): Golang SDK using the WebSocket protocol to communicate with Kuzzle API and including offline resiliency.
- Java - kuzzle/master/img/logo_black-25x8.png): Java SDK using the WebSocket protocol to communicate with Kuzzle API and including offline resiliency.
- Android - kuzzle/master/img/logo_black-25x8.png): Android SDK using the WebSocket protocol to communicate with Kuzzle API and including offline resiliency.
- C# - kuzzle/master/img/logo_black-25x8.png): C# SDK using the WebSocket protocol to communicate with Kuzzle API and including offline resiliency.
- PHP - kuzzle/master/img/logo_black-25x8.png): PHP SDK using the Http protocol to communicate with Kuzzle API.
-
Publications
-
Tutorials
- Synchronize Kuzzle with Another Database - kuzzle/master/img/logo_black-25x8.png): Realtime synchronization of Kuzzle data into another database ([Cassandra](https://cassandra.apache.org)).
- Create Realtime IoT Dashboard with Freeboard - kuzzle/master/img/logo_black-25x8.png): Create a real-time visualization for Kuzzle by adding a simple plugin to [Freeboard](https://freeboard.io), an open source dashboard.
- Use Kuzzle as an IoT backend With ESP32 - kuzzle/master/img/logo_black-25x8.png): Develop an IoT application using an ESP32 module and Kuzzle, communicating using MQTT.
- Visualize Kuzzle Data with Google Data Studio - kuzzle/master/img/logo_black-25x8.png): Use Google Data Studio to visualize Kuzzle data.
- Visualize Kuzzle Data with Kibana - kuzzle/master/img/logo_black-25x8.png): Use Kibana to visualize Kuzzle data.
- Keep Only Warm Data - kuzzle/master/img/logo_black-25x8.png): Clean old data from Kuzzle.
- Massive Data Import - kuzzle/master/img/logo_black-25x8.png): Quickly import massive amount of data into Kuzzle.
-
Tech Articles
- Complete Backend Solution vs Backend Framework - kuzzle/master/img/logo_black-25x8.png): Differences between Complete Backend solution like Kuzzle and Backend Framework like Symfony or Rails.
- Beyond 15,000 queries per second with geomarketing and Kuzzle - kuzzle/master/img/logo_black-25x8.png): Use Kuzzle for realtime geomarketing backend with very good performances.
- Pub/Sub: key concepts and its usage for real-time application - kuzzle/master/img/logo_black-25x8.png): What is Pub/Sub and how to do it with Kuzzle.
- Develop a new Generation of apps with Kuzzle real-time engine - kuzzle/master/img/logo_black-25x8.png): What are the advantages of Kuzzle real-time engine and use it to build easy real-time apps.
-
-
Javascript
-
Vue.js
- Getting Started with Vue.js & Javascript SDK - kuzzle/master/img/logo_black-25x8.png): Learn how to use the Javascript SDK inside a Vue.js application.
- Todo App Example - kuzzle/master/img/logo_black-25x8.png): Example of a Todo application with Vue.js and the Javascript SDK.
- Vue Kuzzle - kuzzle/master/img/logo_black-25x8.png): A Vue.js plugin shipping the Kuzzle SDK in your components.
- Vue.js/CoreUI Boilerplate - kuzzle/master/img/logo_black-25x8.png): A fully fledged boilerplate to kickoff your Kuzzle projects with VueJS, CoreUI and i18n.
- Kuzzle for Vue.js
- Geo Ads App Example - kuzzle/master/img/logo_black-25x8.png): Example application of an application displaying ads depending of a user location.
-
React.js
- Getting Started with React.js & Javascript SDK - kuzzle/master/img/logo_black-25x8.png): Learn how to use the Javascript SDK inside a React/Redux application.
- React.js & Redux Boilerplate - kuzzle/master/img/logo_black-25x8.png): A fully fledged boilerplate to kickoff your Kuzzle projects with React and Redux.
-
Boilerplates & Examples
- Kuzzle Angular NgRx
- Javascript SDK - kuzzle/master/img/logo_black-25x8.png): Javascript SDK for both Node.js and the browser including multi-protocol and offline resiliency.
-
Browser
- SDK 0Auth Login Popup - kuzzle/master/img/logo_black-25x8.png): Open a popup for 0Auth authentication using the 0Auth plugin.
-
-
Devops
-
Docker & Docker-Compose
- Production Image - kuzzle/master/img/logo_black-25x8.png): Production image for Kuzzle.
- Elasticsearch Image - kuzzle/master/img/logo_black-25x8.png): Preconfigured Elasticsearch Image to work with Kuzzle.
- Plugin Development Image - kuzzle/master/img/logo_black-25x8.png): Image containing all necessary tools to develop Kuzzle plugin.
- Kuzzle Admin Console Image
- Kuzzle & Kibana - Compose file for running Kuzzle and Kibana together.
-
Others
- SSL Proxy for Kuzzle - kuzzle/master/img/logo_black-25x8.png): Setup an SSL proxy using Nginx and Lets Encrypt.
- Kuzzle AMI on AWS Marketplace - kuzzle/master/img/logo_black-25x8.png): Kuzzle AMI image to quickly launch a Kuzzle stack for developing purpose.
-
Install scripts
- Kuzzle Setup.sh - kuzzle/master/img/logo_black-25x8.png): Download and run a Kuzzle stack with a bash oneliner `bash -c "$(curl https://get.kuzzle.io)"`.
- Kuzzle Stack on Ubuntu Setup
-
-
Administration Tools
- Kuzzle Admin Console - kuzzle/master/img/logo_black-25x8.png): An SPA to administrate your Kuzzle: index and collection management, document creation, realtime subscription and permissions management.
- Kuzzle CLI - kuzzle/master/img/logo_black-25x8.png): A CLI to administrate and manage your Kuzzle.
-
Dart
-
React.js
-
Flutter
- Kuzzle Go App Example - kuzzle/master/img/logo_black-25x8.png): Pokemon Go like application made with Dart SDK, Flutter and Kuzzle.
- Kuzzle Flutter Admin
-
-
Typescript
-
Python
-
Flutter
-
Programming Languages
Categories
Sub Categories
Keywords
kuzzle
23
kuzzle-plugin
14
kuzzle-sdk
7
offline-first
6
kuzzle-analytics
3
kuzzle-probe
3
swig
3
vuejs
2
nodejs
2
kuzzle-authentication
2
kuzzle-dart
2
dart
2
scalability
1
masterless
1
kuzzle-cluster
1
high-performance
1
high-availability
1
passport-oauth
1
oauth2
1
oauth-authentication
1
google-authentication
1
facebook-authentication
1
realtime
1
sdk
1
google-bigquery
1
iot-data-visualization
1
iot-dashboard
1
freeboard-datasource-plugin
1
freeboard
1
websocket
1
cloudinary-api
1
cloudinary
1
single-page-applications
1
kuzzle-admin-console
1
starter-kit
1
http
1
flutter
1
vuejs-plugin
1
oauth
1
totp
1
2factor
1
2fa
1
data-quality-measurement
1
prometheus
1
monitoring
1
devops
1
s3
1
presignedurl
1
file-upload
1
php
1