https://github.com/dataiku/dataiku-contrib
Public repository for DSS plugins
https://github.com/dataiku/dataiku-contrib
api dataiku dss opendata plugins python
Last synced: 6 days ago
JSON representation
Public repository for DSS plugins
- Host: GitHub
- URL: https://github.com/dataiku/dataiku-contrib
- Owner: dataiku
- License: apache-2.0
- Created: 2015-10-27T22:41:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2026-03-20T15:45:51.000Z (21 days ago)
- Last Synced: 2026-03-21T06:59:21.881Z (20 days ago)
- Topics: api, dataiku, dss, opendata, plugins, python
- Language: Python
- Size: 12.3 MB
- Stars: 107
- Watchers: 101
- Forks: 85
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Public repository for DSS plugins
This repository contains the source code for
some of the plugins for [Data Science Studio](https://www.dataiku.com/dss)
by [Dataiku](https://www.dataiku.com)
## How can I create a plugin ?
[Follow our Howto](https://www.dataiku.com/learn/guide/code/plugins/writing-your-first-dss-plugin.html)
## How can I share my plugin ?
Once you have written your DSS plugin, you can package it to share it with the world
* You can choose to contribute your plugin to this repository by opening a pull request.
Make sure you review the [Contributing section](#contributing)
* You can also host your plugin on any repository of your choosing.
If you want your plugin to be available in the "Store" section of DSS, please [get in touch with us](https://www.dataiku.com/dss/contact)
## Any question ?
If you have any issue while creating your plugin, please don't hesitate to get in touch:
* Via our [community questions and answers](http://answers.dataiku.com)
* By having a look at our [learn section](https://www.dataiku.com/learn)
* By opening a [support ticket](https://support.dataiku.com)
If your issue is with one of the existing plugins, please [file an issue here](https://github.com/dataiku/dataiku-contrib/issues)
## License
All plugins in this repository, unless otherwise stipulated, are:
Copyright (c) 2015 Dataiku SAS
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
## Contributing
When you contribute code, you affirm that the contribution is your original work
and that you license the work to the project under the project's open source license.
Whether or not you state this explicitly, by submitting any copyrighted material via
pull request, email, or other means you agree to license the material under the
project's open source license and warrant that you have the legal authority to do so.