GithubHelp home page GithubHelp logo

devrexlabs / geekstream Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 5.0 19.65 MB

Tech Blog search engine built with OrigoDB

Home Page: http://geekstream.devrexlabs.com

C# 8.30% CSS 8.91% ASP 0.01% JavaScript 48.92% PowerShell 5.06% HTML 28.79%

geekstream's Introduction

GeekStream

Geekstream is an example application built to demonstrate OrigoDB - http://github.com/devrexlabs/origodb A live example can be found at http://geekstream.devrexlabs.com

The online example runs on a virtual Windows 2008 with IIS and a standalone OrigoDB Server (http://origodb.com) hosting the database. The web application passes queries and commands to the db server using a request/response pattern over a tcp/ip connection.

What to check out

Start by having a look at the domain classes, commands, queries and views in the GeekStream.Core project. The database is an instance of GeekStreamModel hosted either in-process or in a standalone OrigoDB Server process.

To see how to setup an OrigoDB client connection see global.asax.cs and the connection string in web.config.

Have a look at the controllers in the web application to see the client, proxy, commands, queries and views in action.

Try it out

You can easily run geekstream locally. By default the connection string in web.config points to an embedded engine. This will load an in-process db from journal files in the App_Data folder.

If you're feeling brave you can set up a standalone server. Get a trial version of OrigoDB server at http://origodb.com/ Follow the quick start guide at http://origodb.com/docs/quick-start but swap the Todo.Core.dll with GeekStream.Core.dll. To get some data to play with use the admin utility (see below) or stop the server and copy the journal files from the App_Data/GeekStreamModel directory.

GeekStream.Admin

The admin project is a command line utility for collecting new items from the sources and adding/removing sources. It uses the connection string in the app.config

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.