All Projects → KonkerLabs → konker-platform

KonkerLabs / konker-platform

Licence: Apache-2.0 License
IoT Platform

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects
CSS
56736 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to konker-platform

nova-page-manager
Page manager for Laravel Nova
Stars: ✭ 35 (+6.06%)
Mutual labels:  hacktoberfest2021
food-oasis
Repository for the current redevelopment of the Food Oasis Los Angeles website
Stars: ✭ 33 (+0%)
Mutual labels:  hacktoberfest2021
Codechef Cards
[Obsolete] WebApp to follow friends doing CP on Codechef platform and to track their ratings and stars.
Stars: ✭ 17 (-48.48%)
Mutual labels:  hacktoberfest2021
medly-components
🧩 Medly components provides numerous themable react components, each with multiple varitaions of sizes, colors, position etc.
Stars: ✭ 66 (+100%)
Mutual labels:  hacktoberfest2021
Chintu-Bot
ChintuBot is a multipurpose discord bot.
Stars: ✭ 17 (-48.48%)
Mutual labels:  hacktoberfest2021
nosso-py
Um repositório com materiais e muito mais para aprender, programar e se divertir com Python!
Stars: ✭ 51 (+54.55%)
Mutual labels:  hacktoberfest2021
magento2-showoutofstockprice
This Magento2 Module adds prices and the add-to-cart button to out-of-stock configurable products.
Stars: ✭ 22 (-33.33%)
Mutual labels:  hacktoberfest2021
eviloffice
Inject Macro and DDE code into Excel and Word documents (reverse shell)
Stars: ✭ 44 (+33.33%)
Mutual labels:  hacktoberfest2021
Hacktoberfest2021
This Repository for Hacktoberfest Fest 2021. Contribute anything for your T-shirt, must be relevant that can add some value to this repo.
Stars: ✭ 57 (+72.73%)
Mutual labels:  hacktoberfest2021
Hacktober Fest 2021
A repository to contribute and learn OpenSource
Stars: ✭ 20 (-39.39%)
Mutual labels:  hacktoberfest2021
EmuConfigurator
Emuflight Configurator is a cross-platform configuration tool for the Emuflight flight control system
Stars: ✭ 115 (+248.48%)
Mutual labels:  hacktoberfest2021
Quarto
A working example of the Quarto board game using Elm and Netlify. An exploration of game development, OSS, and functional programming.
Stars: ✭ 15 (-54.55%)
Mutual labels:  hacktoberfest2021
Harsh-Hacktoberfest2021
This is for hacktoberfest 2021
Stars: ✭ 26 (-21.21%)
Mutual labels:  hacktoberfest2021
git-stats
No description or website provided.
Stars: ✭ 16 (-51.52%)
Mutual labels:  hacktoberfest2021
randomcodegenerator.lol
Need some code for your project? We've got you covered. Choose your language. Choose how much code. BÄM! You got code.
Stars: ✭ 32 (-3.03%)
Mutual labels:  hacktoberfest2021
moxer-code
Moxer Theme brings your DX to another level.
Stars: ✭ 37 (+12.12%)
Mutual labels:  hacktoberfest2021
Hello-World
Hello World in different languages !
Stars: ✭ 118 (+257.58%)
Mutual labels:  hacktoberfest2021
Gitzilla
A resume builder for your GitHub profile.
Stars: ✭ 60 (+81.82%)
Mutual labels:  hacktoberfest2021
React-GitHub-Resume
React SPA that generates users GitHub resumé. showing information if available. showing users repositories if available with additional information.
Stars: ✭ 37 (+12.12%)
Mutual labels:  hacktoberfest2021
Algorithms
🎓 Important Algorithms and their implementations
Stars: ✭ 30 (-9.09%)
Mutual labels:  hacktoberfest2021

konker-platform

Join the chat at https://gitter.im/konker-platform/Lobby

Build

Konker Platform is an Open Source Platform for the Internet of Things (IoT). It is developed by Konker and the community.

The Platform allows easy connection and management of devices using HTTP or MQTT protocols.

Pre-requisites

Konker Platform runs and compiles on Java 8.

It has a compile-time dependency on Lombok (see below) and r untime dependencies on Eclipse Jetty, MongoDB, Redis and Mosquitto.

Minimal Hardware requisites

To run with maven

  • Quadcore CPU
  • 8 GB of memory

To run as container with Kubernetes

  • 10 Vcore
  • 8GB of memory

Dependencies

Lombok

Intellij

Just install the Lombok plugin.

Eclipse
  1. java -jar $MAVEN_REPOSITORY/org/projectlombok/lombok/$VERSION/lombok-$VERSION.jar
  2. Click on "Specify Location"
  3. Select the eclipse executable
  4. Click on Install / Update
  5. Restart the Eclipse

Building

Konker Platform is built by using Apache Maven

maven package

Running

Run standalone container

If you want to run the Konker Open Platform on your own desktop, we offer a Docker image with allin resources to help you. Please visit : https://hub.docker.com/r/konkerlabs/konker-platform/

If you need some help, please contact-us on [email protected]

Hosted Cloud Environment

Konker provides a hosted Konker Platform. Please, contact us at http://www.konkerlabs.com .

Deploying

If you built your package with maven, the Konker Platform can be deployed as a web application on your favorite servlet container (we use jetty). You will need to customize the application.conf file to your needs. See application.conf.example on how to do that.

CI

All Branchs and Pull Requests are submited to Github Action, before merge ci need to give you a gree light, for more info please se https://github.com/KonkerLabs/konker-platform/actions

License and Copyright

Copyright 2017 Konker Labs

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].