|
1 | 1 | <h1 align="center">
|
2 | 2 | <img src="https://user-images.githubusercontent.com/45159366/119279004-daec0700-bbdd-11eb-9662-b1fc86ec8448.png">
|
3 | 3 | <br />
|
4 | | - SQL/NoSQl DB Guide |
| 4 | + SQL/NoSQL DB Guide |
5 | 5 | </h1>
|
6 | 6 |
|
7 | 7 | #### A guide covering SQL/NoSQL including the applications and tools that will make you a better and more efficient SQL/NoSQL developer.
|
|
104 | 104 |
|
105 | 105 | [SQLite Database Browser](https://sqlitebrowser.org/) is an open source SQL tool that allows users to create, design and edits SQLite database files. It lets users show a log of all the SQL commands that have been issued by them and by the application itself.
|
106 | 106 |
|
| 107 | +[InfluxDB](https://www.influxdata.com/) is an open source time series platform. This includes APIs for storing and querying data, processing it in the background for [ETL](https://docs.microsoft.com/en-us/azure/architecture/data-guide/relational-data/etl) or monitoring and alerting purposes, user dashboards, Internet of Things sensor data, and visualizing and exploring the data and more. It also has support for processing data from [Graphite](http://graphiteapp.org/). |
| 108 | + |
107 | 109 | [Atlas](https://github.com/Netflix/atlas) is an in-memory dimensional [time series database](https://en.wikipedia.org/wiki/Time_series_database).
|
108 | 110 |
|
109 | 111 | [CouchbaseDB](https://www.couchbase.com/) is an open source distributed [multi-model NoSQL document-oriented database](https://en.wikipedia.org/wiki/Multi-model_database). It creates a key-value store with managed cache for sub-millisecond data operations, with purpose-built indexers for efficient queries and a powerful query engine for executing SQL queries.
|
|
0 commit comments