diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..0f9c505 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,19 @@ +# Contributing to Timescale Examples + +We appreciate any help the community can provide to make examples of using TimescaleDB better! + +You can help in different ways: + +* Open an [issue](https://github.com/timescale/examples/issues) with a + bug report, build issue, feature request, suggestion, etc. + +* Fork this repository and submit a pull request + +For any particular improvement you want to make, it can be beneficial to +begin discussion on the GitHub issues page. + +Before we accept any code contributions, Timescale contributors need to sign +the [Contributor License +Agreement](https://cla-assistant.io/timescale/examples) (CLA). By signing a +CLA, we can ensure that the community is free and confident in its ability to +use your contributions. diff --git a/LICENSE b/LICENSE index d2a9d8d..d9a10c0 100644 --- a/LICENSE +++ b/LICENSE @@ -174,18 +174,3 @@ of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS - - - Copyright (c) 2019 Timescale, Inc. All Rights Reserved. - - 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. diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..46f5f1c --- /dev/null +++ b/NOTICE @@ -0,0 +1,15 @@ +TimescaleDB (TM) Examples + +Copyright (c) 2019-2020 Timescale, Inc. All Rights Reserved. + +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. diff --git a/README.md b/README.md index 36e5386..61815d0 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,23 @@ Collection of technologies you can use with TimescaleDB. - [Prometheus](https://docs.timescale.com/latest/tutorials/prometheus-adapter) - [Zabbix](https://support.zabbix.com/browse/ZBXNEXT-4868) + +## Additional documentation + +- [Why use TimescaleDB?](https://tsdb.co/GitHubTimescaleIntro) +- [Installing TimescaleDB?](https://tsdb.co/GitHubTimescaleInstall) +- [Migrating data to TimescaleDB](https://tsdb.co/GitHubTimescalePostgresMigrate) +- [Tutorials and sample data](https://tsdb.co/GitHubTimescaleTutorials) + +## Community & help + +- [Slack Channel](https://slack.timescale.com) +- [Timescale Support](https://tsdb.co/GitHubTimescaleSupport): see support options (community & subscription) + +## License + +The examples in this repository are released under the [Apache 2.0 license](LICENSE). + +## Contributing + +If you wish to make contributions to this project, please refer to [Contributor Instructions](CONTRIBUTING.md) for more information.