All Projects → crate → crate-sample-apps

crate / crate-sample-apps

Licence: Apache-2.0 license
A JavaScript guestbook app with a number of different backend implementations, each using a different client library to communicate with CrateDB.

Programming Languages

java
68154 projects - #9 most used programming language
erlang
1774 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to crate-sample-apps

ListBot
ListBot is a Discord Bot which let's you create community lists on each channel.
Stars: ✭ 22 (-61.4%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
github-readme-quotes
Dynamic quote generator for your GitHub readmes | Give a poetic touch to readmes
Stars: ✭ 128 (+124.56%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Android-Development
GameofSource
Stars: ✭ 14 (-75.44%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
DeveloperFolio
A DevFolio/Developer Portfolio built using ReactJs and Animation libraries.
Stars: ✭ 51 (-10.53%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Data-Structures-and-Algorithms
This repository contains data structure programs and solutions [ in C++] of a problem using different techniques like Dynamic Programming , Greedy Algorithms , Divide and Conquer , Backtracking etc.
Stars: ✭ 31 (-45.61%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
solution-leedcode-codechef-codeforces-gfg-interviewbits-hackerEarth-HackerRank
This repo contain the solution of leetcode problem and divide into category like dynamic programming, linkedlist,recursion, graph and some other section
Stars: ✭ 18 (-68.42%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Automatic-attendance-management-system
ROLLCALL an automatic and smart attendance marking and management system which uses Microsoft Azure’s Cognitive service at its core to create a system that could make sure that no human intervention is required and provides government the ability to monitor the attendance of the schools and helps the government officials in mark fake schools.
Stars: ✭ 44 (-22.81%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
hacktoberfest2020
This is a hacktoberfest repo with learning propose to make pull request(PR) and get contribute on opensource project
Stars: ✭ 13 (-77.19%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Hactoberfest-2021
Make your first PR! ~ A beginner friendly repository made specifically for open source beginners. Add your profile, a blog or any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 134 (+135.09%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
HacktoberFest2021
hacktoberfest-accepted repository
Stars: ✭ 25 (-56.14%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
UtilityBelt
Fun console application
Stars: ✭ 16 (-71.93%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
awesome-ufma
Uma lista de provas das disciplinas ministradas na Universidade Federal do Maranhão.
Stars: ✭ 63 (+10.53%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
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 (+0%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Hacktoberfest-Learning
Get started with Hacktoberfest 2020 with your first easy PR; just add an html page about yourself or edit sample html page to get started with open-source
Stars: ✭ 15 (-73.68%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Resources
No description or website provided.
Stars: ✭ 25 (-56.14%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Microsoft-Udacity-ML-scholarship
Just give your best shot!
Stars: ✭ 64 (+12.28%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
SoundTouch-Chrome-Extension
📢 💻 SoundTouch Bose Chrome Extension, Display the current playing music, control the Soundtouch and more...
Stars: ✭ 17 (-70.18%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
companies-on-blm
We are collecting corporate statements in response to racial injustice, along with Diversity/Inclusion reports and ICE contract information. We have several issues for requested companies, please feel free to add more!
Stars: ✭ 21 (-63.16%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Hacktoberfest-Algorithms
This repository is mainly open to those who are looking to make some PRs for the Hacktoberfest 2020 event. In this repository, you can add programs on some useful algorithms for Competitive Programming in any languages.
Stars: ✭ 47 (-17.54%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
camunda-external-task-client-python3
Camunda External Task Client in Python
Stars: ✭ 43 (-24.56%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted

CrateDB Sample Apps

Overview

A JavaScript guestbook app with a number of different backend implementations, each using a different client library to communicate with CrateDB.

Prerequisites

You need install and run CrateDB 0.54.1 or higher before you set things up.

If you're using the Java backend, you will need 0.57.0 or higher.

You will also need to install crash (the CrateDB CLI tool) to work with CrateDB on the command line.

See the CrateDB Getting Started guide for help.

Setup

Once CrateDB instance is running, create the required schema and import the country data:

$ crash < sql/schemas.sql
$ crash -c "COPY guestbook.countries FROM '$(pwd)/sql/countries.json'"

Components

Frontend

The frontend is shared by all apps and is written in JavaScript. This frontend communicates with the backend over a REST API.

Backends

The are several implementations of the backend REST API:

Contributing

This project is community maintained, any contributions are welcome.

See the developer docs and the contribution docs for more information.

Help

Looking for more help?

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