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

  • 相关阅读:
    背包问题
    floyed算法
    读Windows编程
    PB串口编程资料(转)
    读TCP-IP详解卷1:协议(1)
    Oracle把两个空格以上的空格,替换为两个空格
    PB中multieditline空间的“~r~n"转"~n"
    PB中掉用Run以后,等Run的程序关闭以后才会执行后边的语句
    一个关于生成随机数的算法
    英语词根
  • 原文地址:https://www.cnblogs.com/du-jun/p/12607648.html
Copyright © 2011-2022 走看看