zoukankan      html  css  js  c++  java
  • superset

    官网

    https://superset.incubator.apache.org

    安装

    https://blog.csdn.net/lordwish/article/details/93139701

    https://blog.csdn.net/u011707542/article/details/88889248

    https://blog.csdn.net/whq12789/article/details/89640453

     http://1987.name/1507.html

    https://www.jianshu.com/p/0f1580a4f208

    进入配置文件

    https://blog.csdn.net/weixin_38750084/article/details/90349496

    docker exec -it --user root superset /bin/bash

    cd /usr/local/lib/python3.6/site-packages/superset

    vi config.py

    缓存

    https://blog.csdn.net/qq_33440665/article/details/65628551

     https://blog.csdn.net/qq_33440665/article/details/65628551

    CACHE_DEFAULT_TIMEOUT = 900#缓存默认过期时间

    CACHE_CONFIG = {'CACHE_TYPE': 'filesystem'}#缓存类型为filesystem

    'CACHE_TYPE': 'redis', # 使用 Redis
    'CACHE_REDIS_HOST': '10.111.74.1', # 配置域名
    'CACHE_REDIS_PORT': 6379, # 配置端口号
    'CACHE_REDIS_URL': 'redis://10.111.74.1:6379' # 配置 URL

    后端嵌入

    https://www.jianshu.com/p/9eccbd0a9878

    https://blog.csdn.net/weixin_38750084/article/details/90349496

    https://blog.51cto.com/jiangmengqin/2171512

    https://devhub.io/repos/amancevice-superset

    https://superset.incubator.apache.org/installation.html#configuration

    https://www.twblogs.net/a/5c3f26eebd9eee35b21e20f7/zh-cn

  • 相关阅读:
    nginx 域名跳转一例~~~(rewrite、proxy)
    军哥 LNMP 常见问题
    Zabbix安装
    PHP远程连接mysql
    Zend Studio 下载
    军哥LNMP优化
    网络流量监控分析工具 Ntopng 安装
    Linux VPS禁止某个IP访问
    DDoS deflate
    MySQL数据库的优化
  • 原文地址:https://www.cnblogs.com/du-jun/p/12607648.html
Copyright © 2011-2022 走看看