GithubHelp home page GithubHelp logo

abtv / tech-radar Goto Github PK

View Code? Open in Web Editor NEW
53.0 6.0 6.0 662 KB

Technology radar in Clojure/ClojureScript

Shell 2.02% Clojure 92.50% HTML 1.79% CSS 3.69%
clojure clojurescript tech-radar frontend

tech-radar's People

Contributors

chopmo avatar lapooh avatar ografov avatar waffle-iron 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

tech-radar's Issues

Use sass plugin

Move .css -> .scss and add sass plugin support for realtime reload

Increase amount of tweets in memory to show more search results

While this is still a pet project, I would like to make it working as a "real" site. Right now, we use search for tweets in memory. In general we can find only daily tweets. It would be nice to provide search for weekly or even monthly tweets under 1 Gb of RAM.

Regarding in-memory search: I still think that it's the best way for this app:

  1. no external service dependencies like ElasticSearch or Solr (simple deployment)
  2. predictable hardware requirements (search in memory is fast and at the same time consumes predictable amount of memory if we limit amount of tweets in memory)
  3. it's fun to implement your own search (which is usually not appropriate in "real" projects)

It's mostly changing tweet count settings and testing it in small instance.

Set max tweets count in Model

Use max-tweets-count and threshold (if we exceed threshold we will run garbage collector to delete old tweets). It should work on per-topic basis.

Move to new hosting provider

We need more memory (RAM) to provide better (more) search results. As it's open source project, I have to minimize costs. The solution is simple - find a cheaper and still reliable hosting provider, then deploy new instance and test it.

Do not show similar tweets

Some simple proximity metric. If 2 tweets are similar just increment counter field. Tweets with big counters should have a special mark in status field.

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.