Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/longquanzheng/cadence-lab/cadence-sqlite

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/longquanzheng/cadence-lab/cadence-sqlite

  • v0.0.0-20230214170051-ee7955b45b36
  • Source
  • Go
  • Socket score

Version published
Created
Source

Cadence SQL Plugin Demo

Implement SQL Plugin with SQLITE for Cadence

HOW

  1. Build binaries:
make
  1. Install schemas:
make install-schema-sqlite
  1. Run:
./cadence-server start

You should see logs like:

$./cadence-server start
2019/12/13 13:53:52 Loading config; env=development,zone=,configDir=./config
2019/12/13 13:53:52 Loading configFiles=[./config/development.yaml]
2019/12/13 13:53:52 error creating file based dynamic config client, use no-op config client instead. error: error checking dynamic config file at path , error: stat : no such file or directory
{"level":"info","ts":"2019-12-13T13:53:52.013-0800","msg":"Created RPC dispatcher and listening","service":"cadence-frontend","address":"127.0.0.1:7933","logging-call-at":"rpc.go:81"}
{"level":"info","ts":"2019-12-13T13:53:52.014-0800","msg":"Get dynamic config","name":"system.advancedVisibilityWritingMode","value":"off","default-value":"off","logging-call-at":"config.go:58"}
{"level":"info","ts":"2019-12-13T13:53:52.014-0800","msg":"Get dynamic config","name":"system.enableGlobalDomain","value":"false","default-value":"false","logging-call-at":"config.go:58"}
{"level":"info","ts":"2019-12-13T13:53:52.014-0800","msg":"Creating RPC dispatcher outbound","service":"cadence-frontend","address":"localhost:7933","logging-call-at":"clientBean.go:276"}
{"level":"info","ts":"2019-12-13T13:53:52.015-0800","msg":"Starting service frontend","logging-call-at":"server.go:207"}
...

FAQs

Package last updated on 14 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc