Giter Club home page Giter Club logo

chirper's Introduction

Chirper

Chirper is a simple twitter clone webapp with an .NET ASP.NET MVC 4 powered front-end and a Cassandra NoSQL back-end

http://www.sinbadsoft.com/blog/chirper-twitter-clone-webapp-with-net-front-end-and-cassandra-nosql-back-end/

  • Dependencies:
  • Microsoft .NET 4 Framework
  • ASP.NET MVC 4
  • Aquiles 1.0 library
  • DataStax Community Edition
  • NuGet
  • Twitter Bootstrap 2.1.1
  • Tested With:
  • Enhancements and Improvements: ]- Solution updated to Visual Studio 2010
  • web app now runs using ASP.NET MVC 4 using Razor View engine instead of ASP.NET MVC 2 and WebFroms view Engine
  • now runs using Aquiles 1.0 library
  • Cassandra setup

Install DataStax community edition and OpsCenter Community Edition

** Verify cluster name in DataStax OpsCenter Community (top left corner of "Dashboard" view next to Cassandra version number)

NOTE: To open DataStax OpsCenter Community Edition, open a web browser other than Internet Explorer and navigate to http://localhost:8888

This is the cluster configuration you should have in web.config:

** Chirper Keyspace setup

Open 'Cassandra CLI Utility' (start menu -> DataStax Community Edition)

Type each of the following lines at the prompt:

create keyspace Chirper; use Chirper; create column family Users with comparator = UTF8Type; create column family Tweets with comparator = UTF8Type; create column family Following with comparator = UTF8Type; create column family Followers with comparator = UTF8Type; create column family TimeLine with comparator = UTF8Type; create column family UserLine with comparator = UTF8Type;

  • Roadmap Moved to Roadmap.md

chirper's People

Contributors

dominiqueplante avatar

Stargazers

 avatar AmirHossein avatar Rick Graner avatar Tomasz Pamula avatar  avatar Mohamed (Farid) Naga avatar  avatar ℤiλ∀ avatar Josh Nock avatar Ross Warren avatar Scott Smerchek avatar Chaker Nakhli avatar Saraf Talukder avatar Kevin Trethewey avatar

Watchers

Chaker Nakhli avatar Rick Graner avatar James Cloos avatar Edison Bardalez avatar israrWZ avatar

chirper's Issues

Project Type Not Supported in VS2015

Project Type Not Supported in VS2015

How to install project in VS2015 ? any patch available to add this project type into VS2015 ?

I have tried to open project in VS2015 but it is showing me following error.

image

One more thing : where i can find DataStax OpsCenter Community Edition ?

I have tried to locate DataStax OpsCenter Community Edition for windows but I didnt find any links to download for window(for mac/linux it is available).

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.