zoukankan      html  css  js  c++  java
  • 常用数据库系统汇总

    MSSQL Server:

    https://www.microsoft.com/zh-cn/sql-server/
    

    MySQL 家族:

    MySQL Community Server:

    https://dev.mysql.com/downloads/mysql/
    

    MariaDB Server:

    https://mariadb.org/download/
    

    Percona Server for MySQL:

    https://www.percona.com/software/mysql-database/percona-server
    

    PostgreSQL 家族:

    PostgreSQL:

    https://www.postgresql.org/download/
    

    NoSQL:

    Redis:

    https://redis.io/download
    

    MongoDB:

    https://www.mongodb.com/try/download/community
    

    Apache Cassandra:

    https://cassandra.apache.org/_/download.html
    

    HBase:

    https://hbase.apache.org/
    

    TSDB:

    InfluxDB:

    https://www.influxdata.com/products/influxdb/
    

    OpenTSDB:

    http://opentsdb.net/
    

    TimescaleDB(依赖于PostgreSQL):

    https://www.timescale.com/products
    

    云数据库:  

    阿里云(RDB/AnalyticDB/PolarDB):

    https://www.alibabacloud.com/zh/product/databases
    

    腾讯云(TDSQL):

    https://cloud.tencent.com/product/tencentdb-catalog
    

    华为云(GaussDB):

    https://www.huaweicloud.com/product/dbs.html
    

    监控:

    Zabbix:

    https://www.zabbix.com/
    

    Prometheus:

    https://prometheus.io/
    

    [THE END]  

  • 相关阅读:
    手机号码格式化显示javascript
    MySql存储过程与函数
    mysql连接方法
    上传文件夹或上传文件到linux
    VIM编辑器
    linux的简单命令
    CentOS虚拟机网卡配置
    MySQL的远程连接问题 错误1130
    日志备份的shell脚本
    JNA的用法
  • 原文地址:https://www.cnblogs.com/configure/p/15186056.html
Copyright © 2011-2022 走看看