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

  • 相关阅读:
    Http协议(一)基础知识
    Redis问题汇总
    Sql Server存储过程传递XML参数
    C# Redis
    Task的异常捕获和处理方法
    Entity Framework教程
    WebBrowser 弹窗体关闭原理
    C# 虹软SDK视频人脸识别和注册
    C#性能优化:延迟初始化Lazy
    DZ 特殊主题简单开发教程
  • 原文地址:https://www.cnblogs.com/du-jun/p/12607648.html
Copyright © 2011-2022 走看看