Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #27

Merged
merged 18 commits into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# DecidimMetabase
# Metabase Automation

Decidim Metabase is a program written in Ruby and helps to create Metabase collections. The aim is to create easily metacards based on [Decidim](https://github.com/decidim/decidim) needs.
Metabase Automation is a program written in Ruby and helps to create Metabase models. The aim is to create easily models based on [Decidim](https://github.com/decidim/decidim) needs.

Based on the Metabase API, it helps creating Metabase resources based on YAML config files present in `./cards/decidim_cards` and `config.yml`
Based on the Metabase API, it helps creating Metabase resources based on YAML config files present in `./cards/decidim_cards` and a `config.yml`

## Installation

Expand Down Expand Up @@ -44,7 +44,7 @@ ruby main.rb

## Development

For now Decidim Metabase simplify operations for our Data team. Please note that the code is not efficient and potential fails are present.
For now Metabase Automation simplify operations for our Data team. Please note that the code is not efficient and potential fails are present.
At the moment, it shouldn't causes specific issues on your Metabase server.


Expand All @@ -58,4 +58,4 @@ The gem is available as open source under the terms of the [MIT License](https:/

## Code of Conduct

Everyone interacting in the DecidimMetabase project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/decidim_metabase/blob/main/CODE_OF_CONDUCT.md).
Everyone interacting in the Metabase Automation project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/metabase_automation/blob/main/CODE_OF_CONDUCT.md).
1 change: 1 addition & 0 deletions main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
## Interesting things below...
begin
main.tap do |obj|
puts "Enter name of YML file without extension containing informations (ex:config-berlin): "
obj.configs = DecidimMetabase::Config.new("#{gets.chomp}.yml")
obj.define_connexion!
obj.define_api_session!
Expand Down
Loading