All Projects → SAP-samples → smb-summit-hackathon

SAP-samples / smb-summit-hackathon

Licence: other
Build Blocks for the SAP SMB Summit Hackathons.

Projects that are alternatives of or similar to smb-summit-hackathon

cloud-platform-iot-starterkit
This repository provides information and code for working with SAP Cloud Platform Internet of Things. It enables users to get an end-to-end IoT solution with either real hardware or simulators up and running fast and start their own extensions and usage based on this.
Stars: ✭ 276 (+1100%)
Mutual labels:  sample, sample-code, sap-cloud-platform
cloud-cap-risk-management
The SAP Risk Management example applications show how to deploy a CAP (SAP Cloud Application Programming model) application to Cloud Foundry and Kyma.
Stars: ✭ 36 (+56.52%)
Mutual labels:  sample, sample-code, sap-cloud-platform
devtoberfest-2021
The home of Devtoberfest 2021 - an open celebration of what makes us developers - coding and collaboration!
Stars: ✭ 212 (+821.74%)
Mutual labels:  sample, hackathon, sample-code
hcp-portal-service-samples
Code samples of site and page templates, applications, widgets, shell plugins and more, intended to be used as references for development of custom content for SAP HANA Cloud Platform portal service sites.
Stars: ✭ 29 (+26.09%)
Mutual labels:  sample, sample-code, sap-cloud-platform
cloud-bulletinboard-ads
This is the bulletinboard-ads sample application code used in the openSAP course: Cloud-Native Development with SAP Business Technology Platform (formerly SAP Cloud Platform).
Stars: ✭ 75 (+226.09%)
Mutual labels:  sample, sample-code, sap-cloud-platform
cloud-function-nodejs-samples
SAP Cloud Platform Functions samples written in Node.JS
Stars: ✭ 14 (-39.13%)
Mutual labels:  sample, sample-code, sap-cloud-platform
cloud-abap-rap
This repository contains several examples how to develop with the ABAP RESTful Application Programming Model (RAP) in SAP BTP, ABAP environment.
Stars: ✭ 98 (+326.09%)
Mutual labels:  sample, sample-code
cloud-sample-spaceflight-java
Build Java applications with the application programming model on SAP Cloud Platform.
Stars: ✭ 49 (+113.04%)
Mutual labels:  sample, sap-cloud-platform
fundamental-tools
Web applications with ABAP, done simple.
Stars: ✭ 42 (+82.61%)
Mutual labels:  sap, sap-cloud-platform
Fiori-for-iOS-Roadshow-2019
A collection of materials for the joined SAP and Apple Roadshow event.
Stars: ✭ 12 (-47.83%)
Mutual labels:  sample, sap-cloud-platform
nwabap-ui5uploader
This module allows a developer to upload SAPUI5/OpenUI5 sources into a SAP NetWeaver ABAP system.
Stars: ✭ 15 (-34.78%)
Mutual labels:  sap, sap-cloud-platform
abap-odata-smoke-test
This ABAP Report performs simple smoke tests for activated ODATA services, providing basic automated testing for your ODATA endpoints.
Stars: ✭ 13 (-43.48%)
Mutual labels:  sample, sample-code
cloud-weatherapp
New sample application demonstrating the interplay of several HCP services to develop a full fledged application.
Stars: ✭ 17 (-26.09%)
Mutual labels:  sample, sap-cloud-platform
teched2021-developer-keynote
SAP TechEd 2021 Developer Keynote: Improving Developers' Lives.
Stars: ✭ 23 (+0%)
Mutual labels:  sample, sample-code
byd-api-samples
A set of Postman collections that enables users to consume SAP Business ByDesign web services.
Stars: ✭ 49 (+113.04%)
Mutual labels:  sample, sap-business-bydesign
cloud-cf-helloworld-nodejs
A "Hello World" application for Cloud Foundry using a simple RESTful API in Node.js with persistency in PostgreSQL and SAPUI5 UIs.
Stars: ✭ 45 (+95.65%)
Mutual labels:  sample, sap-cloud-platform
cap-sflight
Using SAP Cloud Application Programming Model and SAP Fiori elements to build a simple travel management app, both with Node.js and Java.
Stars: ✭ 65 (+182.61%)
Mutual labels:  sample, sample-code
abap-alv-google-upload-sheet
Sample demonstrating export of ALV Grid data from SAP GUI directly to Google Drive and display exported data snapshots automatically in Google Sheets.
Stars: ✭ 24 (+4.35%)
Mutual labels:  sample, sample-code
db2-samples
Db2 application code, configuration samples, and other examples
Stars: ✭ 56 (+143.48%)
Mutual labels:  sample, sample-code
cloud-cap-walkthroughs
This project contains exercises and tutorials for SAP Cloud Application Programming Model.
Stars: ✭ 66 (+186.96%)
Mutual labels:  sample, sap-cloud-platform

SAP REUSE status

SAP SMB Innovation Summit Hackathon

If you have attended any hackathons in the past, then you know how much time it takes to get a project started: decide on what to build, pick a programming language, pick a web framework.

Unfortunately we don't have much time for this exercise, therefore we tried to keep things simple so your team can get up to speed quickly and build a great prototype. Don't take the samples as a worldclass code, we took several shortcuts to make sure you onboard quickly. Most importantly, the quality of your code won't be evaluated.

Table of Contents

How It Works

For this hackathon, your team should develop an innovative prototype that leverages one or many services in the SAP Cloud Platform. This prototype should implement a Loosely Coupled Architecture, making no [or very little] usage of components in the backend systems (SAP Business One and/or SAP Business ByDesign).

That means no SDK is required to create your prototype. The ERPs should be used as black boxes accessed via data APIs. A great example is explained in this blog and several other resources in the Loosely Coupled Topics for SMBs page.

Understanding the specifics of each service is not trivial. That's why we prepared a set of Build Blocks that are straightforward to consume and also will help you understand the key concepts from each technology.

Our SAP Experts will be available during the hackathon hours to answer questions and provide advice in case your team needs guidance

Your team will have approximately 7 hours to develop a prototype and present it at the end of the day to a panel of judges and the hackathon audience.

The Judgement Criteria is in the FAQ and your final presentation should be of 5 minutes. The three best prototypes will be chosen and the winner announced on Finn Backer's Keynote in the next morning.

Requirements

Cloud Environment

You cloud application prototype will heavily rely on SAP Cloud Platform services. So make sure you have:

Development Environment

The SAP Cloud Platform Cloud Foundry natively supports many programming languages using the so called System BuildPacks. The open source community has also created several other Buildpacks, for example .Net. With that many runtimes, you can choose the developer environment that best suits you. Here are some examples to get you started:

  •  Mac OS X: Xcode OR Visual Studio Code
  •  Windows: Visual Studio
  •  Ubuntu /  Linux Mint: sudo apt-get install build-essential
  •  Fedora: sudo dnf groupinstall "Development Tools"
  •  OpenSUSE: sudo zypper install --type pattern devel_basis

Note: Most samples presented here are developed in NodeJS. If you are new to Node or Express, Take a look at Node.js and Express crash course by FreeCodeCamp.org

Getting Started

If you are comfortable and understood the concept of building Intelligent Solutions with a Loosely Coupled architecture, you are good to go. Else, take a look at the articles mentioned in the How it Works session.

A bit of strategy can also help you this article about winning hackathons have great hints.

Check our Build Block list to get some inspiration. Also, the samples we developed in the past might also give you some ideas. Ask for the help of our experts if you need some guidance.

Whatever the runtime and programming language you choose, your application will run the SAP Cloud Platform Cloud Foundry. To get an idea of how to deploy, monitor and consume services in this environment, check the dedicated build block

List of Build Blocks

Build Block Description
AmazonAlexa Voice Interface using the Amazon Echo device
Analytics Cloud BI, and augmented analytics in one solution. Already connected with SAP Business One and ByDesign
Azure Microsoft Azure services
B1Backend Details about SAP Business One Connectivity
Blockchain What is and how to consume Blockchain services in the SAP Cloud Platform
ByDBackend Details about SAP Business ByDesign Connectivity
ChatBot What is and how to consume SAP Conversational UI services in the SAP Cloud Platform to build a chatbot
CloudFoundry How the application platform of SAP CP works and how to build and deploy your cloud apps
CAP Cloud application programming model implementation with ByDesign
IoTButton How to integrate the Amazon IoT button with SAP Business One and SAP Business ByDesign
IoTLeonardo Consuming sensors data using the SAP Leonardo IoT Services in the SAP Cloud Platform
scp-cpi A middleware for integrating third part applications with SAP Open Connectors and SAP Cloud Platform integration
iOSFiori How to create native iOS apps integrated with SAP Business One and SAP Business ByDesign

Final Presentation

You have 5 minutes to present your code at the end of the hackathon. Use it the way you want, but as an advice: focus on your demo and code. Don't waste time with slides.

FAQ

Make sure to check the FAQ on our Wiki

Support and Contributions

This repository is provided "as-is". With no Warranty or support

License

Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.

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].