All Projects → micro-analytics → Micro Analytics Cli

micro-analytics / Micro Analytics Cli

Licence: mit
Public analytics as a Node.js microservice. No sysadmin experience required! 📈

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Micro Analytics Cli

Micro Jaymock
Tiny API mocking microservice for generating fake JSON data.
Stars: ✭ 123 (-83.45%)
Mutual labels:  microservice, micro
Stack Rpc Tutorials
Stack-RPC 中文示例、教程、资料,源码解读
Stars: ✭ 1,736 (+133.65%)
Mutual labels:  microservice, micro
Go Grpc
A simpler grpc framework
Stars: ✭ 133 (-82.1%)
Mutual labels:  microservice, micro
Micro Jwt Auth
jwt authorization wrapper for https://github.com/zeit/micro
Stars: ✭ 97 (-86.94%)
Mutual labels:  microservice, micro
Go Project Sample
Introduce the best practice experience of Go project with a complete project example.通过一个完整的项目示例介绍Go语言项目的最佳实践经验.
Stars: ✭ 344 (-53.7%)
Mutual labels:  microservice, micro
Micro
Asynchronous HTTP microservices
Stars: ✭ 9,987 (+1244.15%)
Mutual labels:  microservice, micro
Micro Starter
[Deprecated] 🔷 Basic (opinionated) starter kit for a micro app with webpack build
Stars: ✭ 144 (-80.62%)
Mutual labels:  microservice, micro
Remit
RabbitMQ-backed microservices supporting RPC, pubsub, automatic service discovery and scaling with no code changes.
Stars: ✭ 24 (-96.77%)
Mutual labels:  microservice, micro
Unfurl
Scraper for oEmbed, Twitter Cards and Open Graph metadata - fast and Promise-based ⚡️
Stars: ✭ 193 (-74.02%)
Mutual labels:  microservice, micro
Go Os
Stars: ✭ 185 (-75.1%)
Mutual labels:  microservice, micro
S
a go web freamwork for micro service, very very easy to create and deploy, with auto service registry and discover, high performance and based on http/2 no ssl
Stars: ✭ 67 (-90.98%)
Mutual labels:  microservice, micro
Micro Router
🚉 A tiny and functional router for Zeit's Micro
Stars: ✭ 621 (-16.42%)
Mutual labels:  microservice, micro
Awesome Micro
A collection of awesome things regarding zeit's micro.
Stars: ✭ 1,053 (+41.72%)
Mutual labels:  microservice, micro
Cube.js
📊 Cube — Open-Source Analytics API for Building Data Apps
Stars: ✭ 11,983 (+1512.79%)
Mutual labels:  microservice, analytics
Microservice learning
从零开始微服务框架使用
Stars: ✭ 31 (-95.83%)
Mutual labels:  microservice, micro
Micro Medium Api
Microservice for fetching the latest posts of Medium with GraphQL.
Stars: ✭ 138 (-81.43%)
Mutual labels:  microservice, micro
Hemera
🔬 Writing reliable & fault-tolerant microservices in Node.js https://hemerajs.github.io/hemera/
Stars: ✭ 773 (+4.04%)
Mutual labels:  microservice, micro
Micro Cluster
Run multiple micro servers and a front proxy at a time
Stars: ✭ 173 (-76.72%)
Mutual labels:  microservice, micro
Getty
a netty like asynchronous network I/O library based on tcp/udp/websocket; a bidirectional RPC framework based on JSON/Protobuf; a microservice framework based on zookeeper/etcd
Stars: ✭ 532 (-28.4%)
Mutual labels:  microservice, micro
Avatar
💎 Beautiful avatars as a microservice
Stars: ✭ 623 (-16.15%)
Mutual labels:  microservice, micro

micro-analytics 📈

Public analytics as a Node.js microservice, no sysadmin experience required.

Build Status codecov node

A tiny analytics server, easy to run and hack around on. It does one thing, and it does it well: count the views of something and making the views publicly accessible via an API. It supports custom database adapters so you can use your storage engine of choice.

(there is currently no frontend to display pretty graphs, feel free to build one yourself!)

This is a lerna repo with several packages in the same repository. There is more info in on each package in their subfolder:

micro-analytics-cli micro-analytics-cli

The main package used to run micro-analytics.

npm install -g micro-analytics-cli
micro-analytics --help

micro-analytics-adapter-utils micro-analytics-adapter-utils

A package that contains several useful utilities and tests that will make it easier to create storage adapters.

micro-analytics-adapter-flat-file-db micro-analytics-adapter-flat-file-db

The default storage adapter. It stores the data in a single file. This adapter is automatically installed by micro-analytics-cli.

micro-analytics-adapter-memory micro-analytics-adapter-memory

A storage adapter that keeps everything in memory, when using this all data will be lost when the app restarts.

Community adapters

Demo

We have a demo instance on demo.micro-analytics.io automatically deploys the master branch from this repository. Feel free to use it to test your clients.

License

Copyright ©️ 2017 Maximilian Stoiber & Rolf Erik Lekang, licensed under the MIT License. See license.md for more information.

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