Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

gnosis/dune-abstractions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Abstractions

This repository tracks user-created abstractions to the Dune Analytics data platform. Contributions in the form of issues and pull requests are very much welcome here.

Views

Intially, abstractions in Dune exists in the form of SQL views. In the folder schema/{{schema_name}} views for the {{schema_name}}-schema are defined.

Each file should only have one view, and the filename should match the name of the view. I.e. if the view is defined as CREATE VIEW view_ctokens AS, then the file should be called view_ctokens.sql.

View names should be prefixed by view_ and column names should be lowercase_snake_case.

More info in pull_request_template.md.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PLpgSQL 56.0%
  • TSQL 44.0%