Git Product home page Git Product logo

cockroachdb-todo-apps's Introduction

Code newbies and new open source contributors -- help us build our repository of CockroachDB To-Do apps!

The Challenge

Build a To-Do app using CockroachDB and a language/ORM of your choice!

Note: Feel free to contribute your own app even if there's already one for the language of your choice. It's okay to have multiple apps using the same language as long as you don't plagiarize.

What is CockroachDB?

CockroachDB is the distributed SQL database built to scale fast, survive anything, and thrive everywhere. Whether you are a single-person startup or a global enterprise, CockroachDB was designed to make managing data easy. To learn more about CockroachDB, see our website and docs.

How to contribute to this repository

[Optional] Step 0: Open your first Pull Request

If you are new to open source or need a GitHub refresher, open your first pull request in the First Contributions repository.

Note for Hacktoberfest participants: The First Contributions repository is the only educational repository considered valid for Hacktoberfest contributions. Opening a Pull Request for this repository counts towards your Hacktoberfest contributions!

Step 1: Set up a local version of this repository on your laptop

  1. Click Fork to fork this repository.
  2. Clone your forked repository to your laptop:
    1. From your GitHub account page, open the forked repository and click Code. Then click the copy-to-clipboard button.
    2. Open a terminal and run the following command: git clone <url-you-just-copied>
  3. Create a branch named <programming language>_ToDoApp_<your name>:
    1. On your laptop, navigate to the repository: cd cockroachdb-todo-apps
    2. Create a branch: git checkout -b <programming language>_ToDoApp_<your name>
  4. Copy the template_ToDoApp directory and rename it to <programming language>_ToDoApp_<your name>.
    1. cp template_ToDoApp <programming language>_ToDoApp_<your name>
    2. cd <programming language>_ToDoApp_<your name>

Step 2: Build your CockroachDB to-do app

  1. Install CockroachDB.
  2. Start a local CockroachDB cluster.
  3. In the directory you created in Step 2, write the code for your to-do app using your CockroachDB cluster. For a sample app, see https://github.com/cockroachdb/examples-python

Step 3: Open a pull request

  1. Add, commit, and push the folder to your branch.
    1. cd ..
    2. git add <programming language>_ToDoApp_<your name>
    3. git commit -m "Added To-Do app for <programming language>"
    4. git push -u origin <programming language>_ToDoApp_<your name>
  2. Open a pull request!

Note for newbies

This challenge has three parts: Learn how to contribute to open source projects, learn CockroachDB, and learn how to build apps. Each part of this challenge can be overwhelming if it is new to you. Take your time with the challenge -- pace yourself and be patient with yourself. And don't hesitate to reach out to our community if you need help.

Join our Community

Join our Community Slack (there's a dedicated #contributors channel!) to ask questions, discuss your ideas, or connect with other contributors.

Please follow the guidelines outlined in our Code of Conduct to help us make the CockroachDB community a welcoming and helpful place for everyone.

cockroachdb-todo-apps's People

Contributors

abhilasha06 avatar adeilh avatar amruta-ranade avatar bdarnell avatar bladebunny avatar bmsbharathi avatar boaglio avatar caro-oviedo avatar haidarrifki avatar jacklagare avatar jbolanosc avatar johnsolojoseph avatar kerolloz avatar mmutiso avatar muhammadmuhlas avatar prantoran avatar rockstarabhishek avatar romaincoudour avatar sabarish98 avatar sroy8091 avatar subramanir2143 avatar syentix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cockroachdb-todo-apps's Issues

Build a Rust To-Do app

Code newbies and new open source contributors -- help us build our repository of CockroachDB To-Do apps!

What is CockroachDB?
CockroachDB is the distributed SQL database built to scale fast, survive anything, and thrive everywhere. Whether you are a single-person startup or a global enterprise, CockroachDB was designed to make managing data easy. To learn more about CockroachDB, see our website and docs.

Detailed instructions to help you build the app
For step-by-step instructions, see the README

Additional Resources
https://www.cockroachlabs.com/docs/v20.1/build-a-rust-app-with-cockroachdb.html

Build a Python To-Do app

Code newbies and new open source contributors -- help us build our repository of CockroachDB To-Do apps!

What is CockroachDB?
CockroachDB is the distributed SQL database built to scale fast, survive anything, and thrive everywhere. Whether you are a single-person startup or a global enterprise, CockroachDB was designed to make managing data easy. To learn more about CockroachDB, see our website and docs.

Detailed instructions to help you build the app
For step-by-step instructions, see the README

Additional Resources
https://www.cockroachlabs.com/docs/v20.1/build-a-python-app-with-cockroachdb.html

Build a SQLAlchemy To-Do app

Code newbies and new open source contributors -- help us build our repository of CockroachDB To-Do apps!

What is CockroachDB?
CockroachDB is the distributed SQL database built to scale fast, survive anything, and thrive everywhere. Whether you are a single-person startup or a global enterprise, CockroachDB was designed to make managing data easy. To learn more about CockroachDB, see our website and docs.

Detailed instructions to help you build the app
For step-by-step instructions, see the README

Additional Resources
https://www.cockroachlabs.com/docs/v20.1/build-a-python-app-with-cockroachdb.html

Build a Clojure To-Do app

Code newbies and new open source contributors -- help us build our repository of CockroachDB To-Do apps!

What is CockroachDB?
CockroachDB is the distributed SQL database built to scale fast, survive anything, and thrive everywhere. Whether you are a single-person startup or a global enterprise, CockroachDB was designed to make managing data easy. To learn more about CockroachDB, see our website and docs.

Detailed instructions to help you build the app
For step-by-step instructions, see the README

Additional Resources
https://www.cockroachlabs.com/docs/v20.1/build-a-clojure-app-with-cockroachdb

Build a C++ To-Do app

Code newbies and new open source contributors -- help us build our repository of CockroachDB To-Do apps!

What is CockroachDB?
CockroachDB is the distributed SQL database built to scale fast, survive anything, and thrive everywhere. Whether you are a single-person startup or a global enterprise, CockroachDB was designed to make managing data easy. To learn more about CockroachDB, see our website and docs.

Detailed instructions to help you build the app
For step-by-step instructions, see the README

Additional Resources
https://www.cockroachlabs.com/docs/v20.1/build-a-c++-app-with-cockroachdb.html

Build a Ruby To-Do app

Code newbies and new open source contributors -- help us build our repository of CockroachDB To-Do apps!

What is CockroachDB?
CockroachDB is the distributed SQL database built to scale fast, survive anything, and thrive everywhere. Whether you are a single-person startup or a global enterprise, CockroachDB was designed to make managing data easy. To learn more about CockroachDB, see our website and docs.

Detailed instructions to help you build the app
For step-by-step instructions, see the README

Additional Resources:
https://www.cockroachlabs.com/docs/v20.1/build-a-ruby-app-with-cockroachdb.html

Build a Java To-Do app

Code newbies and new open source contributors -- help us build our repository of CockroachDB To-Do apps!

What is CockroachDB?
CockroachDB is the distributed SQL database built to scale fast, survive anything, and thrive everywhere. Whether you are a single-person startup or a global enterprise, CockroachDB was designed to make managing data easy. To learn more about CockroachDB, see our website and docs.

Detailed instructions to help you build the app
For step-by-step instructions, see the README

Additional Resources
https://www.cockroachlabs.com/docs/v20.1/build-a-java-app-with-cockroachdb.html

Build a Node.js To-Do app

Code newbies and new open source contributors -- help us build our repository of CockroachDB To-Do apps!

What is CockroachDB?
CockroachDB is the distributed SQL database built to scale fast, survive anything, and thrive everywhere. Whether you are a single-person startup or a global enterprise, CockroachDB was designed to make managing data easy. To learn more about CockroachDB, see our website and docs.

Detailed instructions to help you build the app
For step-by-step instructions, see the README

Additional Resources
https://www.cockroachlabs.com/docs/v20.1/build-a-nodejs-app-with-cockroachdb.html

Build a Go To-Do app

Code newbies and new open source contributors -- help us build our repository of CockroachDB To-Do apps!

What is CockroachDB?
CockroachDB is the distributed SQL database built to scale fast, survive anything, and thrive everywhere. Whether you are a single-person startup or a global enterprise, CockroachDB was designed to make managing data easy. To learn more about CockroachDB, see our website and docs.

Detailed instructions to help you build the app
For step-by-step instructions, see the README

Additional Resources:
https://www.cockroachlabs.com/docs/v20.1/build-a-go-app-with-cockroachdb.html

Build a Django To-Do app

Code newbies and new open source contributors -- help us build our repository of CockroachDB To-Do apps!

What is CockroachDB?
CockroachDB is the distributed SQL database built to scale fast, survive anything, and thrive everywhere. Whether you are a single-person startup or a global enterprise, CockroachDB was designed to make managing data easy. To learn more about CockroachDB, see our website and docs.

Detailed instructions to help you build the app
For step-by-step instructions, see the README

Additional Resources
https://www.cockroachlabs.com/docs/v20.1/build-a-python-app-with-cockroachdb.html

Build a To-Do app for a language not covered yet

Code newbies and new open source contributors -- help us build our repository of CockroachDB To-Do apps!

What is CockroachDB?
CockroachDB is the distributed SQL database built to scale fast, survive anything, and thrive everywhere. Whether you are a single-person startup or a global enterprise, CockroachDB was designed to make managing data easy. To learn more about CockroachDB, see our website and docs.

Detailed instructions to help you build the app
For step-by-step instructions, see the README

Additional Resources
https://www.cockroachlabs.com/docs/v20.1/hello-world-example-apps.html

TO-DO apps visibility

As different contributors attempt to add different to this repository one of the issues will be plagiarism and mostly inadvertently. What if at the bottom of the landing page (README.md) we have a table that has the structure given below and strives to provide a one-line explanation of what each of the apps does. This table will be updated by the respective authors when they submit PRs and the review process will start here.

All potential contributors will start here to get an idea of where gaps are. In addition, any new users looking to implement similar work for their personal projects will know where to look.

Language Framework Description Link
C# None A Console application demonstrating use of EF code and Cockroach DB Link

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.