└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Github projects 2 | 3 | ### Table of contents 4 | 1. [Databases](#databases) 5 | 2. [Intrastructure](#infrastructure) 6 | 3. [Internet of things](#internet-of-things) 7 | 4. [Productivity](#productivity) 8 | 5. [Languages](#languages) 9 | 6. [Data](#data) 10 | 7. [Data visualisation](#data-visualisation) 11 | 8. [Oh-My-Zsh](#oh-my-zsh) 12 | 9. [Others](#others) 13 | 14 | ### Databases 15 | * [RethinkDB](https://github.com/rethinkdb/rethinkdb): The open-source database for the realtime web (⚠️ might be dead) 16 | * [Cayley](https://github.com/cayleygraph/cayley): An open-source graph database 17 | * [InfluxDB](https://github.com/influxdata/influxdb): Scalable datastore for metrics, events, and real-time analytics 18 | * [Cockroach](https://github.com/cockroachdb/cockroach): CockroachDB - the scalable, survivable, strongly-consistent SQL database 19 | * [Prometheus](https://github.com/prometheus/prometheus): The Prometheus monitoring system and time series database 20 | * [Gun](https://github.com/amark/gun): A realtime, decentralized, offline-first, graph database engine 21 | * [ArangoDB](https://github.com/arangodb/arangodb): ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions 22 | * [OrientDB](https://github.com/orientechnologies/orientdb): OrientDB is the first Multi-Model DBMS with Document & Graph engine. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing, Reactive Queries and has a small memory footprint. OrientDB is licensed with Apache 2 license and the development is driven by OrientDB LTD and a worldwide Open Source community 23 | * [Tinkerpop](https://github.com/apache/tinkerpop): Mirror of Apache TinkerPop 24 | * [PumpkinDB](https://github.com/PumpkinDB/PumpkinDB): Event Sourcing Database Engine 25 | * [Dgraph](https://github.com/dgraph-io/dgraph): Graph database for production environment 26 | * [Crate](https://github.com/crate/crate): CrateDB: The fast, scalable, easy to use SQL database with native full text search 27 | * [Scylla](https://github.com/scylladb/scylla): NoSQL data store using the seastar framework, compatible with Apache Cassandra 28 | * [TiDB](https://github.com/pingcap/tidb): TiDB is a distributed NewSQL database compatible with MySQL protocol 29 | * [Noms](https://github.com/attic-labs/noms): The versioned, forkable, syncable database 30 | * [BoltDB](https://github.com/boltdb/bolt): An embedded key/value database for Go 31 | * [TimescaleDB](https://github.com/timescale/timescaledb): An open-source time-series database optimized for fast ingest and complex queries. Engineered up from PostgreSQL, packaged as an extension 32 | * [CockroachDB](https://github.com/cockroachdb/cockroach): CockroachDB - the scalable, survivable, strongly-consistent SQL database 33 | 34 | ### Infrastructure 35 | * [Kubernetes](https://github.com/kubernetes/kubernetes): Production-Grade Container Scheduling and Management 36 | * [Deis Workflow](https://github.com/deis/workflow): The open source PaaS for Kubernetes 37 | * [Rancher](https://github.com/rancher/rancher): Platform for operating Docker in production 38 | * [RancherOS](https://github.com/rancher/os): Tiny Linux distro that runs the entire OS as Docker containers 39 | * [Docker](https://github.com/docker/docker): Docker - the open-source application container engine 40 | * [Ctop](https://github.com/bcicen/ctop): Top-like interface for container metrics 41 | * [Traefik](https://github.com/containous/traefik): Træfɪk, a modern reverse proxy 42 | * [Flocker](https://github.com/ClusterHQ/flocker): Container data volume manager for your Dockerized application 43 | * [Opentracing](https://github.com/opentracing/opentracing-java): OpenTracing API for Java 44 | * [Serverless](https://github.com/serverless/serverless): Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! 45 | * [Spinnaker](https://github.com/spinnaker/spinnaker): Spinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence. 46 | 47 | ### Internet of Things 48 | * [Home assistant](https://github.com/home-assistant/home-assistant) 49 | * [Freeboard](https://github.com/Freeboard/freeboard) 50 | * [Thingsboard](https://github.com/thingsboard/thingsboard) 51 | * [MySensors](https://github.com/mysensors/MySensors) 52 | * [Kaa](https://github.com/kaaproject/kaa) 53 | * [Openthread](https://github.com/openthread/openthread) 54 | * [Lelylan](https://github.com/lelylan/lelylan) 55 | 56 | ### Productivity 57 | * [Insomnia](https://github.com/getinsomnia/insomnia): The most intuitive cross-platform REST API Client :sleeping: 58 | * [HTTPie](https://github.com/jakubroztocil/httpie): Modern command line HTTP client – user-friendly curl alternative with intuitive UI, JSON support, syntax highlighting, wget-like downloads, extensions, etc. 59 | 60 | ### Languages 61 | * [Rust](https://github.com/rust-lang/rust): A safe, concurrent, practical language 62 | * [Go](https://github.com/golang/go): The Go programming language 63 | 64 | ### Data 65 | * [Spark](https://github.com/apache/spark) 66 | * [Flink](https://github.com/apache/flink) 67 | 68 | ### Data visualisation 69 | * [Grafana](https://github.com/grafana/grafana) 70 | * [Chronograf](https://github.com/influxdata/chronograf) 71 | 72 | ### Oh-My-Zsh 73 | * [Pure](https://github.com/sindresorhus/pure) 74 | 75 | ### Others 76 | * [Octotree](https://github.com/buunguyen/octotree) 77 | * [Refined Github](https://github.com/sindresorhus/refined-github) 78 | * [Deepstream](https://github.com/deepstreamIO/deepstream.io) 79 | * [Franc](https://github.com/wooorm/franc) 80 | * [Kaggle](https://www.kaggle.com/) (⚠️ non github) 81 | * [Hangfire](https://github.com/HangfireIO/Hangfire): An easy way to perform background processing in your .NET and .NET Core applications 82 | * [Hypriot](https://blog.hypriot.com/) 83 | 84 | ## Contribute 85 | Please fork and add your awesomeness to this list :) 86 | --------------------------------------------------------------------------------