Giter VIP home page Giter VIP logo

dev-community-data's Introduction

Community Data

Build Status

The goal is simple: collect all data about technology events, current and historical for anyone to use in their applications, in order to make a stronger developer community.

Feel free to add your own record for your conference or user group, fix erroneous data or add additional fields.

User Groups

The file /data/user-groups.json lists all user groups. Leave "last_meetup" blank if still active.

Tip: add your entry to the top of file to avoid merge conflicts.

Required Fields: key (unique), name, first_event, tags (allowable tag values).

{
    "key": "example",
    "name": "Full user group name",
    "tags": ["php", "js"],
    "first_event": "yyyy-mm-dd",
    "last_event": "yyyy-mm-dd", 
    "locations": [
        {
            "name": "City, State (if applies), Country",
            "first_meetup": "yyyy-mm-dd",
            "last_meetup": "yyyy-mm-dd"
        }
    ],
    "website": "http://example.com",
    "twitter": "@twitter_handle",
    "calendar_feed": "http://example.com/feed.ical"
}

Conferences

The files under /data/conferences list the various conferences. Each file contains the list of events associated with that conference.

Required Fields: name, first_event, tags (allowable tag values).

{
    "name": "Full conference name",
    "website": "https://example.com",
    "languages": ["en"],
    "twitter": "@twitter_handle",
    "facebook": "https://www.facebook.com/page_name",
    "code_of_conduct": "https://example.com/coc",
    "accessibility": "https://example.com/accessible",
    "diversity_tickets": "https://example.com/diversitytix",
    "tags": ["ruby"],
    "first_event": "yyyy-mm-dd",
    "is_active": true,
    "speaker_kit": {
        "ticket_included": true,
        "hotel_included": true,
        "travel_included": true
    },
    "events": [
        {
            "name": "Name of specific edition",
            "location": {
                "name": "City, State (if applies), Country"
            },
            "event_start": "yyyy-mm-dd",
            "event_end": "yyyy-mm-dd",
            "cfp_start": "yyyy-mm-dd",
            "cfp_end": "yyyy-mm-dd",
            "cfp_url": "https://example.com/2016/cfp",
            "session_feed": "https://example.com/2016/sessions.json",
            "speaker_feed": "https://example.com/2016/speakers.json",
            "hashtag": "#hashtag",
            "youtube": "https://youtube.com/playlist",
            "organizers": [
                {
                    "name": "Organizer Name",
                    "twitter": "@twitter_handle"
                }
            ]
        }
    ]
}

Applications

Known applications that use this data:

dev-community-data's People

Contributors

adamculp avatar afilina avatar andrewcarteruk avatar asgrim avatar dlpitta avatar dragonbe avatar eliw avatar garethellis36 avatar gsomoza avatar hannelita avatar jakzal avatar justinyost avatar marcaube avatar matthewtrask avatar mattsches avatar mattsparks avatar mbniebergall avatar metalarend avatar michaelcullum avatar nickedwards avatar paulodealmeida avatar rayhightower avatar richsage avatar shanecurcuru avatar skoop avatar stevenwadejr avatar tdutrion avatar tvbeek avatar vmetcalfe avatar xthiago avatar

Stargazers

 avatar

Watchers

 avatar

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.