Coder Social home page Coder Social logo

dsbench-labs's Issues

Tagged Metrics

The current integration with the docker metrics feature uses graphite and a graphite forwarder in order to load metrics into prometheus. This makes differentiation and distinction of different metrics sources more difficult because of name/path overloading issues.

A better approach would be to provide metrics tags for each metrics instance, sending these over a transport that supports metrics tagging explicitly. Along with this change, the docker dashboards should be updated in order to provide access to the richer and cleaner functionality offered by tagging.

Community site staging

We need a community space created on the community.datastax.com site so that we can support new users, answer questions, and be responsive in general to those wanting to learn how to use dsbench.

If possible, the site should be nominative, like http://community.datastax.com/dsbench, rather than a simple numbered space.

This site should not be active by default. It needs to be created and linked in as part of the initial dsbench release.

  • Initial discussion with community site admins about naming and release timing
  • staging of site in disabled form (not possible)
  • internal testing, if possible of staged site (not possible)
  • cross-links as support resource form other docs once the URL is set

DocMenu Ideas

  • Indent or recolor sub-menu items to show they're submenu items (nested inside groups)
  • Fix UX on index.md

docker-metrics and docserver artifact version conflicts

There is a runtime error that occurs because of conflicting dependency version in some of the upstream libraries, namely between netty/jetty as used by java-docker and netty/jetty as used by the docserver. Further, it is causing impact to a partner team who is wanting to use the current version of [ebdse/dsbench] for their own testing. (this partner already has permission to use ebdse)

Upgrade Java Driver

The newest Java driver supports all server types. This should be used so that users don't have to deal with swapping driver versions or setting additional parameters. Further, testing with the current driver means that users will be loading their systems more like their applications would, to the degree that the driver behavior may be different or improved.

Guidebook -

Since the guidebook is an app which uses doc sources as services from DSBench, and the user can configure the service URL to connect to the guidebook, these service endpoints (port, specifically) need to be auto configured together. For now, service port 12345 is required to make it work well.

  • Allow the host VM to pass URIs to Nuxt environment
    • Provide template based configuration in static views
    • Inject basic service URIs into hosted apps

guidebook - page caching

Presently, for any page loaded to a client, all of the markdown files have to be loaded and parsed. This is very inefficient and makes the user experience worse with larger sets of documentation. The markdown services already provide a cache version which can be used to avoid reloading for hot-load scenarios.

This enhancement is to read and cache the markdown on the client, and, when a reload is requested, to re-read the cache version from the service and avoid doing a full reload and parse when possible.

guidebook - topic ordering

The topics within the menu need to follow an order that makes sense for users. This issues is for adding support in the guidebook to honor a weight field in the metadata.

  • add support for ordering entries within a topic during rendering
  • add support for extracting the weight from the frontmatter
  • sanity testing

no arguments on the command line causes an error

If you don't give it any arguments, it throws an exception. Easy fix: Adding it to the issues.
I removed an outdated contextual help file, but forgot to remove the auto-hook that displays it from scripts/auto/default.js

The fix is to remove this file from the artifact and retest.

Configurable color theme for docs view

This is low priority: It might be a good idea to look at color choices from IntelliJ, or Visual Studio Code, or the JavaDocs webpage, to find inspirations on a set of colors for different UI elements in the docs view. But given that color choices more depend on personal taste, it might be better to make the color theme configurable.

Initial guidebook content

The docs we have already collected for the new user experience in the guidebook need to be adapted and edited for the guidebook app.

  • curation of existing content
  • editing and reformatting
  • sanity check all front matter and ordering
  • initial sanity check of doc-guided first steps walkthrough

Guidebook - highlight selected category

When a category is selected and its summary content is what is displayed in the main content area, it should remain lit so users know what the focus is for that content.

Guidebook - error page link seems to be wrong

Copy link on one system yielded this instead of the correct link:

http://10.101.32.78:12345/index.html#/docs/https://github.com/datastax/dsbench-labs/issues/https://github.com/datastax/dsbench-labs/issues/https://github.com/datastax/dsbench-labs/issues/https://github.com/datastax/dsbench-labs/issues/https://github.com/datastax/dsbench-labs/issues/new?labels=APPUSE,UX,documentation

guidebook - self-standing app

The current guidebook service integration assumes a shared service URI that can resolve resources as path-based resources. This means that separate focused iteration on the app is not possible, which increases iteration and testing time dramatically.

This change is to allow the docs app to work completely independently inside its own development space, accessing the doc services via CORS. CORS is already supported on the docs, so this is a minimal change to pathing and service URIs in the guidebook app.

The result will be a significant increase in developer agility. It will also allow embedded UIs to be developed easily as with any modern web framework, using the guidebook as a reference point.

  • carve guidebook into seperate app for tooling and initial development
  • complete initial phase of guidebook refinement separately
  • embed guidebook back into main project and re-test

Internal notice and review before public release

The internal dsbench community needs to have fair notice and review time to help sanity check the dsbench artifact before it is initially released.

  • internal notice to stake holders and community advocates
  • sign-off of stake holders and community advocates, no red flags
  • internal sanity checks of core functionality
  • internal feedback on docs and next steps for improvements

Docs - Workload Construction Guide

Add a docs guide that tells users how to

  1. select or construct bindings
  2. verify and troubleshoot bindings
  3. configure statements
  4. map bindings and statements together

Continuous Integration for releases

After the initial release, major releases need to be automated.

  • automation for any version updates for the DataStax labs downloads
  • automation for docker publishing
  • automation for adding to dsbench-labs

Guidebook doesn't bind to outside address

Users who are accessing the guidebook from a different system than they run dsbench on will want an ability to share the guidebook on an external socket. \

A --public option should be provided to bind the guidebook to the 0.0.0.0 address, and a --listen-on <addr> option should be provided to let them bind to any local socket.

Guidebook - Additional Docs to add

  • How to share workloads on the community site.
  • How to find built-in workloads.
  • A description of the built-in workloads.
  • Explanation of ecosystem, including internal tooling and incubation
  • Links to other places where dev-level contributors can help upstream

Initial repo docs for new users

The README, and other docs which explain the release conventions and general project status need to be completed on this dsbench-labs repo.

Scope of docs should include at the minimum:

  • Description of DSBench functionality - why people should use it.
  • Initial getting started docs that point users to the guidebook and examples.
  • Showcase of DataStax sponsorship and links to products etc, as appropriate.
    • Explanation of support available.
  • Links to supporting resources, like the community site.
  • A description of release plans, how, when, ...
    • A brief roadmap, including big things users will be looking forward to
    • scope balancing conventions: UX, TECH, other

Simplify Logging System

Logback and SLF4J haven't actually helped keep sanity in the logging integration. Log4J version 2 has matured enough to meet all requirements, including programmatic configuration. Using it across all the modules will simplify configuration and work better with most other run-time dependencies. If needed, SLF4j can be used in front of log4j2 in the future, but for now the intent is to completely collapse the API to just Log4j2

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.